mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-06-09 04:40:26 -04:00
Implement miniaudio. (#15)
This commit is contained in:
@@ -8,6 +8,15 @@ struct GuestThreadParameter
|
||||
uint32_t flags;
|
||||
};
|
||||
|
||||
struct GuestThreadContext
|
||||
{
|
||||
PPCContext ppcContext{};
|
||||
uint8_t* thread = nullptr;
|
||||
|
||||
GuestThreadContext(uint32_t cpuNumber);
|
||||
~GuestThreadContext();
|
||||
};
|
||||
|
||||
struct GuestThread
|
||||
{
|
||||
static DWORD Start(uint32_t function);
|
||||
|
||||
Reference in New Issue
Block a user