mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-05 21:38:17 +01:00
hide ROM info for FDS
This commit is contained in:
parent
baa2668db4
commit
4c5dd7eb9b
@ -355,11 +355,14 @@ GameMenu ()
|
||||
|
||||
while (quit == 0)
|
||||
{
|
||||
// disable RAM saving/loading for FDS games
|
||||
if(nesGameType == 4)
|
||||
if(nesGameType == 4) // FDS game
|
||||
{
|
||||
// disable RAM saving/loading
|
||||
gamemenu[3][0] = '\0';
|
||||
gamemenu[4][0] = '\0';
|
||||
|
||||
// disable ROM Information
|
||||
gamemenu[2][0] = '\0';
|
||||
}
|
||||
|
||||
// disable RAM/STATE saving/loading if AUTO is on
|
||||
|
Loading…
Reference in New Issue
Block a user