Tweaks; timebase supports TBU.

This commit is contained in:
Ben Vanik
2015-01-06 00:13:27 -08:00
parent 672ecdf252
commit 3658e710d2
3 changed files with 17 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ X_RESULT XXMPApp::XMPGetStatusEx(uint32_t unk, uint32_t unk_ptr,
uint32_t disabled_ptr) {
// Some stupid games will hammer this on a thread - induce a delay
// here to keep from starving real threads.
Sleep(1);
Sleep(10);
XELOGD("XMPGetStatusEx(%.8X, %.8X, %.8X)", unk, unk_ptr, disabled_ptr);