diff --git a/src/gui/dialogs/VICEDialog.cpp b/src/gui/dialogs/VICEDialog.cpp index 74f0094..0658f6e 100644 --- a/src/gui/dialogs/VICEDialog.cpp +++ b/src/gui/dialogs/VICEDialog.cpp @@ -16,6 +16,7 @@ using namespace vcryptpp; QList> VICEDialog::CODES{ {"Default", VICE::KnownCodes::DEFAULT}, + {"Bloody Good Time", VICE::KnownCodes::BLOODY_GOOD_TIME}, {"Contagion Weapons", VICE::KnownCodes::CONTAGION_WEAPONS}, {"Contagion Scripts", VICE::KnownCodes::CONTAGION_SCRIPTS}, {"Counter-Strike: Source", VICE::KnownCodes::COUNTER_STRIKE_SOURCE},