Update GameCube/Wii/WiiU targets
authorAsh Logan <ash@heyquark.com>
Sun, 29 May 2022 12:53:18 +0000 (22:53 +1000)
committerPaul Cercueil <paul@crapouillou.net>
Sun, 23 Jul 2023 18:10:25 +0000 (20:10 +0200)
commit323bb280df855a9ab8474018f1f5e4de65c398b2
tree68d7bd4cc78ffb71d32bbf87905c1e5598db5ea3
parent8e224f98516144722076e79b372c67ba7ded7577
Update GameCube/Wii/WiiU targets

Update the GameCube/Wii/WiiU targets to make sure they compile and work;
and add support for the Lightrec dynarec, using a custom memory map on
the WiiU target (and unoptimized regular malloc'd addresses on NGC/Wii).

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Makefile
Makefile.libretro
frontend/wiiu/coreinit/memorymap.h [new file with mode: 0644]
libpcsxcore/lightrec/mem.h
libpcsxcore/lightrec/mem_wiiu.c [new file with mode: 0644]
libpcsxcore/lightrec/plugin.c