Updates in cheats handling.

This commit is contained in:
sorgelig
2019-05-12 21:04:06 +08:00
parent c03de64fd2
commit 4c2f3c9622
3 changed files with 35 additions and 26 deletions

View File

@@ -29,6 +29,7 @@
#include "charrom.h"
#include "scaler.h"
#include "miniz.h"
#include "cheats.h"
#include "support.h"
@@ -622,6 +623,9 @@ void user_io_init(const char *path)
}
}
}
// cheats for boot file
if (user_io_use_cheats()) cheats_init("", user_io_get_file_crc());
}
if (is_cpc_core())