mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-04 01:45:08 +01:00
Merge pull request #2 from ficoos/srm_load
Fix sram saving and loading for some games
This commit is contained in:
commit
5a5082c69f
@ -926,7 +926,7 @@ size_t retro_get_memory_size(unsigned id)
|
|||||||
switch (id)
|
switch (id)
|
||||||
{
|
{
|
||||||
case RETRO_MEMORY_SAVE_RAM:
|
case RETRO_MEMORY_SAVE_RAM:
|
||||||
return sram.end - sram.start;
|
return 0x10000;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user