mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-23 16:59:49 +00:00
Add files via upload
Add system RAM to retro_get_memory_data
This commit is contained in:
parent
6960ecf797
commit
15fdb8c851
@ -4295,6 +4295,8 @@ void *retro_get_memory_data(unsigned type)
|
||||
|
||||
switch (type)
|
||||
{
|
||||
case RETRO_MEMORY_SYSTEM_RAM:
|
||||
return MainRAM.data8;
|
||||
case RETRO_MEMORY_SAVE_RAM:
|
||||
if (use_mednafen_memcard0_method)
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user