gbe_fork/post_build/README.debug.md
otavepto 35c0c408b9 * allow changing the name of the base folder used to store save data via saves_folder_name, by default it would be Goldberg SteamEmu Saves
* changed the environment variable `SteamAppPath` to `GseAppPath`
* allow loading `config.ini` from global settings path + merge it with the local one, and allow the local one to override the global one
* fixed the path returned by `get_user_appdata_path()` to include the path separator
* updated readmes
2024-04-16 22:59:27 +02:00

457 B

What is this ?

This is the debug build of the emu, while the game/app is running
the emu will write various events to a log file called STEAM_LOG.txt.

Where is this log file ?

Generally it should be beside the .dll/.so iteself, unless the environment variable GseAppPath
is defined, in which case this will be the path of this log file

Why ?

This is intended for debugging purposes, use it to check the behavior of the emu while running.