File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -723,11 +723,12 @@ static const char compatibleGameListB4DSDebug[][5] = {
723723};
724724
725725// Show RAM limitation message
726- // Total: 4
726+ // Total: 5
727727static const char compatibleGameListB4DSDebugRAMLimited [][4 ] = {
728728 "KUV" , // Bloons TD 4
729729 "KGU" , // Flipnote Studio
730730 "KTG" , // Neko no Iru Tangram: Neko to Iyashi no Silhouette Puzzle
731+ "K7T" , // Save the Turtles
731732 "KS3" , // Shantae: Risky's Revenge
732733};
733734
@@ -736,6 +737,7 @@ static int compatibleGameListB4DSDebugRAMLimitedID[] = {
736737 1 , // Bloons TD 4 (No audio)
737738 4 , // Flipnote Studio (Crashes when getting past the main menu)
738739 2 , // Neko no Iru Tangram: Neko to Iyashi no Silhouette Puzzle (No music)
740+ 1 , // Save the Turtles (No audio)
739741 2 , // Shantae: Risky's Revenge (No music)
740742};
741743
You can’t perform that action at this time.
0 commit comments