dmnt-cheat: workaround for 6.0.0+ kernel bug.

This commit is contained in:
Michael Scire 2019-03-14 09:15:10 -07:00
parent b6d3df3335
commit aac64b1ded
2 changed files with 58 additions and 24 deletions

View file

@ -24,7 +24,7 @@
void DmntCheatVm::OpenDebugLogFile() {
#ifdef DMNT_CHEAT_VM_DEBUG_LOG
CloseDebugLogFile();
this->debug_log_file = fopen("cheat_vm_log.txt", "wb");
this->debug_log_file = fopen("cheat_vm_log.txt", "ab");
#endif
}