Skip to content

Commit a467ef6

Browse files
committed
Minor fix
1 parent f1332d1 commit a467ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

universal/source/common/twlmenusettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ void TWLSettings::loadSettings()
324324
ak_theme = settingsini.GetString("SRLOADER", "AK_THEME", ak_theme);
325325
ak_zoomIcons = settingsini.GetInt("SRLOADER", "AK_ZOOM_ICONS", ak_zoomIcons);
326326

327-
kernelUseable = !(io_dldi_data->ioInterface.features & FEATURE_SLOT_GBA);
327+
kernelUseable = (io_dldi_data->ioInterface.features & FEATURE_SLOT_NDS);
328328
if (kernelUseable) {
329329
const bool woodKernel = (
330330
(memcmp(io_dldi_data->friendlyName, "R4(DS) - Revolution for DS", 26) == 0)

0 commit comments

Comments
 (0)