Skip to content

Commit

Permalink
Revert "Gtk: Disable ROM info at start."
Browse files Browse the repository at this point in the history
This reverts commit 354f9cb.
  • Loading branch information
bearoso committed May 8, 2023
1 parent c44bc75 commit ff35034
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gtk/src/gtk_s9x.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ff35034

Please sign in to comment.