mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 08:25:12 +01:00
increase freeze file size
This commit is contained in:
parent
62c8dc546a
commit
0b4ca7509f
@ -417,9 +417,9 @@ bool SaveBatteryOrState(int method, int action, bool silent)
|
||||
{
|
||||
bool written = emulator.emuWriteMemState((char *)savebuffer+offset, SAVEBUFFERSIZE-offset);
|
||||
// we really should set datasize to the exact memory size written
|
||||
// but instead we'll set it at 128K - although much of it will go unused
|
||||
// but instead we'll set it at 192K - although much of it will go unused
|
||||
if(written)
|
||||
datasize = (1024*128);
|
||||
datasize = (1024*192);
|
||||
}
|
||||
|
||||
// write savebuffer into file
|
||||
|
Loading…
Reference in New Issue
Block a user