|
|
|
@ -333,67 +333,67 @@ void SleepThread(s64 nanoseconds) { |
|
|
|
|
|
|
|
const HLE::FunctionDef SVC_Table[] = { |
|
|
|
{0x00, nullptr, "Unknown"}, |
|
|
|
{0x01, Wrap::S32::U32P_U32_U32_U32_U32_U32<ControlMemory>, "ControlMemory"}, |
|
|
|
{0x02, Wrap::S32::VoidP_VoidP_U32<QueryMemory>, "QueryMemory"}, |
|
|
|
{0x01, HLE::Wrap<ControlMemory>, "ControlMemory"}, |
|
|
|
{0x02, HLE::Wrap<QueryMemory>, "QueryMemory"}, |
|
|
|
{0x03, nullptr, "ExitProcess"}, |
|
|
|
{0x04, nullptr, "GetProcessAffinityMask"}, |
|
|
|
{0x05, nullptr, "SetProcessAffinityMask"}, |
|
|
|
{0x06, nullptr, "GetProcessIdealProcessor"}, |
|
|
|
{0x07, nullptr, "SetProcessIdealProcessor"}, |
|
|
|
{0x08, Wrap::S32::U32_U32_U32_U32_U32<CreateThread>, "CreateThread"}, |
|
|
|
{0x09, Wrap::U32::Void<ExitThread>, "ExitThread"}, |
|
|
|
{0x0A, Wrap::Void::S64<SleepThread>, "SleepThread"}, |
|
|
|
{0x0B, Wrap::S32::S32P_U32<GetThreadPriority>, "GetThreadPriority"}, |
|
|
|
{0x0C, Wrap::S32::U32_S32<SetThreadPriority>, "SetThreadPriority"}, |
|
|
|
{0x08, HLE::Wrap<CreateThread>, "CreateThread"}, |
|
|
|
{0x09, HLE::Wrap<ExitThread>, "ExitThread"}, |
|
|
|
{0x0A, HLE::Wrap<SleepThread>, "SleepThread"}, |
|
|
|
{0x0B, HLE::Wrap<GetThreadPriority>, "GetThreadPriority"}, |
|
|
|
{0x0C, HLE::Wrap<SetThreadPriority>, "SetThreadPriority"}, |
|
|
|
{0x0D, nullptr, "GetThreadAffinityMask"}, |
|
|
|
{0x0E, nullptr, "SetThreadAffinityMask"}, |
|
|
|
{0x0F, nullptr, "GetThreadIdealProcessor"}, |
|
|
|
{0x10, nullptr, "SetThreadIdealProcessor"}, |
|
|
|
{0x11, nullptr, "GetCurrentProcessorNumber"}, |
|
|
|
{0x12, nullptr, "Run"}, |
|
|
|
{0x13, Wrap::S32::U32P_U32<CreateMutex>, "CreateMutex"}, |
|
|
|
{0x14, Wrap::S32::U32<ReleaseMutex>, "ReleaseMutex"}, |
|
|
|
{0x13, HLE::Wrap<CreateMutex>, "CreateMutex"}, |
|
|
|
{0x14, HLE::Wrap<ReleaseMutex>, "ReleaseMutex"}, |
|
|
|
{0x15, nullptr, "CreateSemaphore"}, |
|
|
|
{0x16, nullptr, "ReleaseSemaphore"}, |
|
|
|
{0x17, Wrap::S32::U32P_U32<CreateEvent>, "CreateEvent"}, |
|
|
|
{0x18, Wrap::S32::U32<SignalEvent>, "SignalEvent"}, |
|
|
|
{0x19, Wrap::S32::U32<ClearEvent>, "ClearEvent"}, |
|
|
|
{0x17, HLE::Wrap<CreateEvent>, "CreateEvent"}, |
|
|
|
{0x18, HLE::Wrap<SignalEvent>, "SignalEvent"}, |
|
|
|
{0x19, HLE::Wrap<ClearEvent>, "ClearEvent"}, |
|
|
|
{0x1A, nullptr, "CreateTimer"}, |
|
|
|
{0x1B, nullptr, "SetTimer"}, |
|
|
|
{0x1C, nullptr, "CancelTimer"}, |
|
|
|
{0x1D, nullptr, "ClearTimer"}, |
|
|
|
{0x1E, nullptr, "CreateMemoryBlock"}, |
|
|
|
{0x1F, Wrap::S32::U32_U32_U32_U32<MapMemoryBlock>, "MapMemoryBlock"}, |
|
|
|
{0x1F, HLE::Wrap<MapMemoryBlock>, "MapMemoryBlock"}, |
|
|
|
{0x20, nullptr, "UnmapMemoryBlock"}, |
|
|
|
{0x21, Wrap::S32::U32P<CreateAddressArbiter>, "CreateAddressArbiter"}, |
|
|
|
{0x22, Wrap::S32::U32_U32_U32_U32_S64<ArbitrateAddress>, "ArbitrateAddress"}, |
|
|
|
{0x23, Wrap::S32::U32<CloseHandle>, "CloseHandle"}, |
|
|
|
{0x24, Wrap::S32::U32_S64<WaitSynchronization1>, "WaitSynchronization1"}, |
|
|
|
{0x25, Wrap::S32::S32P_U32P_S32_Bool_S64<WaitSynchronizationN>, "WaitSynchronizationN"}, |
|
|
|
{0x21, HLE::Wrap<CreateAddressArbiter>, "CreateAddressArbiter"}, |
|
|
|
{0x22, HLE::Wrap<ArbitrateAddress>, "ArbitrateAddress"}, |
|
|
|
{0x23, HLE::Wrap<CloseHandle>, "CloseHandle"}, |
|
|
|
{0x24, HLE::Wrap<WaitSynchronization1>, "WaitSynchronization1"}, |
|
|
|
{0x25, HLE::Wrap<WaitSynchronizationN>, "WaitSynchronizationN"}, |
|
|
|
{0x26, nullptr, "SignalAndWait"}, |
|
|
|
{0x27, Wrap::S32::U32P_U32<DuplicateHandle>, "DuplicateHandle"}, |
|
|
|
{0x27, HLE::Wrap<DuplicateHandle>, "DuplicateHandle"}, |
|
|
|
{0x28, nullptr, "GetSystemTick"}, |
|
|
|
{0x29, nullptr, "GetHandleInfo"}, |
|
|
|
{0x2A, nullptr, "GetSystemInfo"}, |
|
|
|
{0x2B, nullptr, "GetProcessInfo"}, |
|
|
|
{0x2C, nullptr, "GetThreadInfo"}, |
|
|
|
{0x2D, Wrap::S32::U32P_CharP<ConnectToPort>, "ConnectToPort"}, |
|
|
|
{0x2D, HLE::Wrap<ConnectToPort>, "ConnectToPort"}, |
|
|
|
{0x2E, nullptr, "SendSyncRequest1"}, |
|
|
|
{0x2F, nullptr, "SendSyncRequest2"}, |
|
|
|
{0x30, nullptr, "SendSyncRequest3"}, |
|
|
|
{0x31, nullptr, "SendSyncRequest4"}, |
|
|
|
{0x32, Wrap::S32::U32<SendSyncRequest>, "SendSyncRequest"}, |
|
|
|
{0x32, HLE::Wrap<SendSyncRequest>, "SendSyncRequest"}, |
|
|
|
{0x33, nullptr, "OpenProcess"}, |
|
|
|
{0x34, nullptr, "OpenThread"}, |
|
|
|
{0x35, nullptr, "GetProcessId"}, |
|
|
|
{0x36, nullptr, "GetProcessIdOfThread"}, |
|
|
|
{0x37, Wrap::S32::U32P_U32<GetThreadId>, "GetThreadId"}, |
|
|
|
{0x38, Wrap::S32::U32P_U32<GetResourceLimit>, "GetResourceLimit"}, |
|
|
|
{0x37, HLE::Wrap<GetThreadId>, "GetThreadId"}, |
|
|
|
{0x38, HLE::Wrap<GetResourceLimit>, "GetResourceLimit"}, |
|
|
|
{0x39, nullptr, "GetResourceLimitLimitValues"}, |
|
|
|
{0x3A, Wrap::S32::S64P_U32_VoidP_S32<GetResourceLimitCurrentValues>, "GetResourceLimitCurrentValues"}, |
|
|
|
{0x3A, HLE::Wrap<GetResourceLimitCurrentValues>, "GetResourceLimitCurrentValues"}, |
|
|
|
{0x3B, nullptr, "GetThreadContext"}, |
|
|
|
{0x3C, nullptr, "Break"}, |
|
|
|
{0x3D, Wrap::Void::CharP<OutputDebugString>, "OutputDebugString"}, |
|
|
|
{0x3D, HLE::Wrap<OutputDebugString>, "OutputDebugString"}, |
|
|
|
{0x3E, nullptr, "ControlPerformanceCounter"}, |
|
|
|
{0x3F, nullptr, "Unknown"}, |
|
|
|
{0x40, nullptr, "Unknown"}, |
|
|
|
|