Revert "Gtk: Disable ROM info at start."

This reverts commit 354f9cbcab.
This commit is contained in:
BearOso 2023-05-08 12:39:33 -05:00
parent c44bc75030
commit ff35034cf7
1 changed files with 5 additions and 0 deletions

View File

@ -362,6 +362,11 @@ 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;
}