Dispatching interrupts.
This commit is contained in:
@@ -21,7 +21,7 @@ using namespace xe::gpu::nop;
|
||||
namespace {
|
||||
|
||||
void __stdcall NopGraphicsSystemVsyncCallback(NopGraphicsSystem* gs, BOOLEAN) {
|
||||
gs->DispatchInterruptCallback();
|
||||
gs->DispatchInterruptCallback(0);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user