Skip to content

Commit

Permalink
Fixing NDS file name
Browse files Browse the repository at this point in the history
  • Loading branch information
vitor251093 committed Feb 22, 2023
1 parent e3071e5 commit c366240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/qt_sdl/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ ConfigEntry ConfigFile[] =

{"LastROMFolder", 2, &LastROMFolder, (std::string)"rom", true},

{"RecentROM_0", 2, &RecentROMList[0], (std::string)"rom/game2.nds", true},
{"RecentROM_0", 2, &RecentROMList[0], (std::string)"rom/game.nds", true},
{"RecentROM_1", 2, &RecentROMList[1], (std::string)"", true},
{"RecentROM_2", 2, &RecentROMList[2], (std::string)"", true},
{"RecentROM_3", 2, &RecentROMList[3], (std::string)"", true},
Expand Down

0 comments on commit c366240

Please sign in to comment.