From 354f9cbcab61a5a427da100ba1d1efcc08770752 Mon Sep 17 00:00:00 2001 From: BearOso Date: Sun, 7 May 2023 16:38:45 -0500 Subject: [PATCH] Gtk: Disable ROM info at start. --- gtk/src/gtk_s9x.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gtk/src/gtk_s9x.cpp b/gtk/src/gtk_s9x.cpp index 61b47713..587f6535 100644 --- a/gtk/src/gtk_s9x.cpp +++ b/gtk/src/gtk_s9x.cpp @@ -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; }