Skip to content

Commit

Permalink
Temporarily disable SNES emulator option
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Feb 1, 2019
1 parent 14be31c commit cb9d965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/arm9/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ SettingsPage miscPage(STR_MISC_SETTINGS);

miscPage
.option(STR_LASTPLAYEDROM, STR_DESCRIPTION_LASTPLAYEDROM_1, Option::Bool(&ms().autorun), {STR_YES, STR_NO}, {true, false})
.option(STR_SNES_EMULATOR, STR_DESCRIPTION_SNES_EMULATOR, Option::Bool(&ms().snesEmulator), {"SNEmulDS", "lolSNES"}, {true, false})
//.option(STR_SNES_EMULATOR, STR_DESCRIPTION_SNES_EMULATOR, Option::Bool(&ms().snesEmulator), {"SNEmulDS", "lolSNES"}, {true, false})
.option(STR_DSIMENUPPLOGO, STR_DESCRIPTION_DSIMENUPPLOGO_1, Option::Bool(&ms().showlogo), {STR_SHOW, STR_HIDE}, {true, false});

if (isDSiMode() && sdAccessible && ms().consoleModel < 2) {
Expand Down

0 comments on commit cb9d965

Please sign in to comment.