We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1332d1 commit a467ef6Copy full SHA for a467ef6
universal/source/common/twlmenusettings.cpp
@@ -324,7 +324,7 @@ void TWLSettings::loadSettings()
324
ak_theme = settingsini.GetString("SRLOADER", "AK_THEME", ak_theme);
325
ak_zoomIcons = settingsini.GetInt("SRLOADER", "AK_ZOOM_ICONS", ak_zoomIcons);
326
327
- kernelUseable = !(io_dldi_data->ioInterface.features & FEATURE_SLOT_GBA);
+ kernelUseable = (io_dldi_data->ioInterface.features & FEATURE_SLOT_NDS);
328
if (kernelUseable) {
329
const bool woodKernel = (
330
(memcmp(io_dldi_data->friendlyName, "R4(DS) - Revolution for DS", 26) == 0)
0 commit comments