Experimental save state support
This commit is contained in:
@@ -18,6 +18,7 @@ using m128i = __m128i;
|
||||
#define FORCE_INLINE inline __attribute__((always_inline))
|
||||
|
||||
constexpr u32 N64_CPU_FREQ = 93750000;
|
||||
constexpr u16 KAIZEN_VERSION = 0x010;
|
||||
|
||||
static FORCE_INLINE constexpr u32 GetCyclesPerFrame(bool pal) {
|
||||
if (pal) {
|
||||
|
||||
Reference in New Issue
Block a user