mame64.exe v0.178 no startup screens
View File
Windows Mame x64 version 0.178 compiled without warning or information screens on startup
Source modification:
src/frontend/mame/ui/ui.cpp
@@ -284,6 +284,9 @@ void mame_ui_manager::display_startup_screens(bool first_time)
bool show_warnings = true, show_mandatory_fileman = true;
int state;
+ // HACK disable all startup screens
+ show_gameinfo = show_warnings = show_mandatory_fileman = false;
+
Submitter
Panget
Submitted
10/01/16
Category
Third-party Apps and Plugins