diff --git a/CHANGELOG.md b/CHANGELOG.md index c5216dd1e..cbee5beb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,7 @@ Apart from this, numerous small improvements and bug fixes are part of the relea * Enabled the menu scale-up effect for the OpenGL ES renderer * Renamed es_systems.cfg, es_settings.cfg and es_input.cfg to es_systems.xml, es_settings.xml and es_input.xml * Changed the es_systems.xml logic so it loads from the program resources directory by default (a customized file can be placed in ~/.emulationstation/custom_systems) +* Added a %HIDEWINDOW% variable which can be used in the es_systems.xml file on Windows, primarily intended for hiding console windows when launching scripts * Added support for using the %ESPATH% variable in the media directory setting * Removed the marquee image from rbsimple-DE as it's now baked into the miximages * Set the gamelist video scanline rendering option to disabled by default diff --git a/INSTALL-DEV.md b/INSTALL-DEV.md index 97245a23d..011efc852 100644 --- a/INSTALL-DEV.md +++ b/INSTALL-DEV.md @@ -1471,6 +1471,13 @@ For a real system entry there can of course not be multiple entries for the same expanded to the directory of the ES-DE executable. --> "%ESPATH%\RetroArch\retroarch.exe" -L "%ESPATH%\RetroArch\cores\snes9x_libretro.dll" %ROM% + + bash %ROM% + + + %HIDEWINDOW% cmd /C %ROM% +