Gtk: Disable ROM info at start.

This commit is contained in:
BearOso 2023-05-07 16:38:45 -05:00
parent 82f7658574
commit 354f9cbcab
1 changed files with 0 additions and 5 deletions

View File

@ -362,11 +362,6 @@ void S9xMessage(int type, int number, const char *message)
case S9X_MOVIE_INFO:
S9xSetInfoString(message);
break;
case S9X_ROM_INFO:
{
S9xSetInfoString(Memory.GetMultilineROMInfo().c_str());
break;
}
default:
break;
}