mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-03-01 01:13:47 +01:00
Merge pull request #70 from joolswills/patch-1
fix indent (tabs -> spaces)
This commit is contained in:
commit
c877382bb7
@ -2048,8 +2048,8 @@ void *retro_get_memory_data(unsigned id)
|
||||
{
|
||||
case RETRO_MEMORY_SAVE_RAM:
|
||||
return sram.sram;
|
||||
case RETRO_MEMORY_SYSTEM_RAM:
|
||||
return work_ram;
|
||||
case RETRO_MEMORY_SYSTEM_RAM:
|
||||
return work_ram;
|
||||
|
||||
default:
|
||||
return NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user