Fixing GetTickCount.

There's likely a better way to do this (on demand), but this works for now.
This commit is contained in:
Ben Vanik
2015-02-01 09:05:35 -08:00
parent 3454d1bdf5
commit cfcd6118c2
3 changed files with 28 additions and 6 deletions

View File

@@ -31,6 +31,7 @@ class XboxkrnlModule : public XKernelModule {
int LaunchModule(const char* path);
private:
HANDLE timestamp_timer_;
};
} // namespace kernel