From e18e3e55bbe96eb2e415ef0ba0ea743460ec0b7b Mon Sep 17 00:00:00 2001 From: João Silva Date: Sun, 13 Aug 2017 03:54:24 +0100 Subject: Sound fixes (including a savestate loading crash fix on 64-bit). --- libretro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libretro.c') diff --git a/libretro.c b/libretro.c index 1cb7b30..1fce510 100644 --- a/libretro.c +++ b/libretro.c @@ -662,7 +662,7 @@ bool retro_unserialize(const void* data, size_t size) S9xReset(); #ifndef USE_BLARGG_APU uint8_t* IAPU_RAM_current = IAPU.RAM; - uint32_t IAPU_RAM_offset; + uintptr_t IAPU_RAM_offset; #endif memcpy(&CPU, buffer, sizeof(CPU)); buffer += sizeof(CPU); -- cgit v1.2.3