mirror of
https://github.com/libretro/stella2023.git
synced 2025-02-16 07:08:00 +00:00
Fix minor compile warning from Xcode.
This commit is contained in:
parent
ac4801ffb3
commit
a582a64cb6
@ -139,7 +139,8 @@ void FrameManager::setState(FrameManager::State state)
|
|||||||
notifyFrameComplete();
|
notifyFrameComplete();
|
||||||
|
|
||||||
if (myTotalFrames > Metrics::initialGarbageFrames)
|
if (myTotalFrames > Metrics::initialGarbageFrames)
|
||||||
myJitterEmulation.frameComplete(myCurrentFrameFinalLines, myVsyncEnd - myVsyncStart);
|
myJitterEmulation.frameComplete(myCurrentFrameFinalLines,
|
||||||
|
static_cast<Int32>(myVsyncEnd - myVsyncStart));
|
||||||
|
|
||||||
notifyFrameStart();
|
notifyFrameStart();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user