mirror of https://github.com/stella-emu/stella.git
Work around what looks like a bug in XCode 11.2 in -O0 and -O1.
This commit is contained in:
parent
4ca430b6f9
commit
3a90828892
|
@ -40,6 +40,7 @@ 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