mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
core, fix libretro toolchain bug on wiiu
This commit is contained in:
parent
404af43ddc
commit
fb82e166c6
1 changed files with 1 additions and 1 deletions
|
@ -1182,7 +1182,7 @@ PICO_INTERNAL void PicoMemSetupCD(void)
|
||||||
|
|
||||||
// setup FAME fetchmap
|
// setup FAME fetchmap
|
||||||
{
|
{
|
||||||
#ifdef __clang__
|
#if defined __clang__ || defined HW_WUP
|
||||||
volatile // prevent strange relocs from clang
|
volatile // prevent strange relocs from clang
|
||||||
#endif
|
#endif
|
||||||
uptr ptr_ram = (uptr)PicoMem.ram;
|
uptr ptr_ram = (uptr)PicoMem.ram;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue