Customizable saves path

This commit is contained in:
Simone Coco
2024-05-20 10:33:52 +02:00
parent 8cb30838ed
commit 315a522dbf
7 changed files with 54 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ using m128i = __m128i;
constexpr u32 N64_CPU_FREQ = 93750000;
constexpr u16 KAIZEN_VERSION = 0x010;
extern std::string savePath;
static FORCE_INLINE constexpr u32 GetCyclesPerFrame(bool pal) {
if (pal) {