mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-20 04:46:32 +00:00
Move vCount++ back. Makes more sense here too IMHO.
This commit is contained in:
parent
8277d901e2
commit
7b113aaea5
@ -284,12 +284,12 @@ void hleEnterVblank(u64 userdata, int cyclesLate) {
|
||||
#ifndef _WIN32
|
||||
coreState = CORE_NEXTFRAME;
|
||||
#endif
|
||||
vCount++;
|
||||
}
|
||||
|
||||
void hleLeaveVblank(u64 userdata, int cyclesLate) {
|
||||
isVblank = 0;
|
||||
DEBUG_LOG(HLE,"Leave VBlank %i", (int)userdata - 1);
|
||||
vCount++;
|
||||
hCount = 0;
|
||||
CoreTiming::ScheduleEvent(msToCycles(frameMs - vblankMs) - cyclesLate, enterVblankEvent, userdata);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user