emulatorjs-GameLibrary/Source/config.ini
Ramaerel 01942e09e7 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.
2022-07-27 12:59:10 +10:00

5 lines
467 B
INI

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 = "false" ;Enable the beta emulators for systems that support it. Defaults to false