Dispatching interrupts.

This commit is contained in:
Ben Vanik
2013-10-19 12:50:26 -07:00
parent 90bc6ad1a8
commit 37065255a2
5 changed files with 11 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ using namespace xe::gpu::nop;
namespace {
void __stdcall NopGraphicsSystemVsyncCallback(NopGraphicsSystem* gs, BOOLEAN) {
gs->DispatchInterruptCallback();
gs->DispatchInterruptCallback(0);
}
}