mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-03-13 18:10:08 -05:00
Add SDL and create basic window
This commit is contained in:
@@ -136,8 +136,3 @@ DWORD SetThreadIdealProcessorImpl(uint32_t hThread, DWORD dwIdealProcessor)
|
||||
GUEST_FUNCTION_HOOK(sub_82DFA2E8, SetThreadNameImpl);
|
||||
GUEST_FUNCTION_HOOK(sub_82BD57A8, GetThreadPriorityImpl);
|
||||
GUEST_FUNCTION_HOOK(sub_82BD5910, SetThreadIdealProcessorImpl);
|
||||
|
||||
void GuestThread::InitHooks()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@@ -17,5 +17,4 @@ struct GuestThread
|
||||
static void SetThreadName(uint32_t id, const char* name);
|
||||
static void SetLastError(DWORD error);
|
||||
static PPCContext* Invoke(uint32_t address);
|
||||
static void InitHooks();
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user