mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
11 lines
459 B
Markdown
11 lines
459 B
Markdown
## 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 `SteamAppPath`
|
|
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.
|