mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
separate SRAM setting coded, I guess
This commit is contained in:
@ -53,6 +53,8 @@ int Threaded3D;
|
||||
|
||||
int SocketBindAnyAddr;
|
||||
|
||||
int SavestateRelocSRAM;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
char Name[16];
|
||||
@ -107,6 +109,8 @@ ConfigEntry ConfigFile[] =
|
||||
|
||||
{"SockBindAnyAddr", 0, &SocketBindAnyAddr, 0, NULL, 0},
|
||||
|
||||
{"SavStaRelocSRAM", 0, &SavestateRelocSRAM, 1, NULL, 0},
|
||||
|
||||
{"", -1, NULL, 0, NULL, 0}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user