From 01942e09e730cb06db7b2e2e1dcf904210662290 Mon Sep 17 00:00:00 2001 From: Ramaerel <72925865+Ramaerel@users.noreply.github.com> Date: Wed, 27 Jul 2022 12:59:10 +1000 Subject: [PATCH] Conf changes and default game Changed conf default to have beta turned off due to ui issues. Also updated the main library so that the first game in the menu is loaded if no game is chosen. --- Source/NewGamesLibrary.php | 19 ++++++++++++------- Source/config.ini | 2 +- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/Source/NewGamesLibrary.php b/Source/NewGamesLibrary.php index 10efbc9..5518f2c 100644 --- a/Source/NewGamesLibrary.php +++ b/Source/NewGamesLibrary.php @@ -32,22 +32,27 @@ diff --git a/Source/config.ini b/Source/config.ini index 29c4545..b28973a 100644 --- a/Source/config.ini +++ b/Source/config.ini @@ -2,4 +2,4 @@ rom_dir = "./roms/" ;The ROM Directory. Defaults to ./roms/ scale = 1 ;Scale the viewport up, parts of a number work (eg 1.25, 1.5). Defaults to 1 bgcolor = "#333333" ;Background color. Defaults to #333333 (The same as the client background) netplay = "false" ;Enable or disable netplay. Requires a hosted environment and all players to be on the same website. Defaults to false -beta = "true" ;Enable the beta emulators for systems that support it. Defaults to true \ No newline at end of file +beta = "false" ;Enable the beta emulators for systems that support it. Defaults to false \ No newline at end of file