4 lines
234 B
Batchfile
4 lines
234 B
Batchfile
// This will make my nes output internal debug data into a file in the Logs folder.
|
|
// Note: if the command doesn't work, replace MyNes.exe with the full path of the file.
|
|
// i.e. "D:\Emulators\MyNes\MyNes.exe" -trace
|
|
MyNes.exe -trace |