mirror of https://github.com/stella-emu/stella.git
Merge fallout.
This commit is contained in:
parent
01d2bfa598
commit
59b5a5cc88
|
@ -40,7 +40,6 @@ void RewindManager::setup()
|
|||
myLastTimeMachineAdd = false;
|
||||
|
||||
const string& prefix = myOSystem.settings().getBool("dev.settings") ? "dev." : "plr.";
|
||||
const uInt32 maxBufSize = MAX_BUF_SIZE;
|
||||
|
||||
// Work around a bug in XCode 11.2 with -O0 and -O1
|
||||
const uInt32 maxBufSize = MAX_BUF_SIZE;
|
||||
|
|
Loading…
Reference in New Issue