mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-03-01 09:15:37 +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:
|
case RETRO_MEMORY_SAVE_RAM:
|
||||||
return sram.sram;
|
return sram.sram;
|
||||||
case RETRO_MEMORY_SYSTEM_RAM:
|
case RETRO_MEMORY_SYSTEM_RAM:
|
||||||
return work_ram;
|
return work_ram;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user