Making the GPU counter a vblank counter, not a timer.
This commit is contained in:
@@ -21,6 +21,7 @@ using namespace xe::gpu::nop;
|
||||
namespace {
|
||||
|
||||
void __stdcall NopGraphicsSystemVsyncCallback(NopGraphicsSystem* gs, BOOLEAN) {
|
||||
gs->MarkVblank();
|
||||
gs->DispatchInterruptCallback(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user