mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
separate SRAM setting coded, I guess
This commit is contained in:
@ -562,6 +562,12 @@ void LoadBIOS()
|
||||
Running = true;
|
||||
}
|
||||
|
||||
void RelocateSave(const char* path, bool write)
|
||||
{
|
||||
printf("SRAM: relocating to %s (write=%s)\n", path, write?"true":"false");
|
||||
NDSCart::RelocateSave(path, write);
|
||||
}
|
||||
|
||||
|
||||
void CalcIterationCycles()
|
||||
{
|
||||
|
Reference in New Issue
Block a user