mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
fix indent (tabs -> spaces)
This commit is contained in:
parent
7e105cf39a
commit
82bdba60aa
@ -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…
Reference in New Issue
Block a user