Fernando Sahmkow
|
4105f38022
SVC: Implement 32-bits wrappers and update Dynarmic.
|
6 лет назад |
Fernando Sahmkow
|
ce350e7ce0
SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttribute32
|
6 лет назад |
Fernando Sahmkow
|
22ceaca2f4
SVC: Add GetThreadPriority32 & SetThreadPriority32
|
6 лет назад |
bunnei
|
dba112e510
core: hle: Implement separate A32/A64 SVC interfaces.
|
6 лет назад |
Lioncash
|
30e365e4fc
kernel/svc: Correct function signature of SignalProcessWideKey
|
6 лет назад |
Lioncash
|
67b8265bd6
kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew
|
6 лет назад |
Michael Scire
|
13a8fde3ad
Implement MapPhysicalMemory/UnmapPhysicalMemory
|
7 лет назад |
Lioncash
|
76a2465655
kernel/svc: Implement svcMapProcessCodeMemory
|
7 лет назад |
Lioncash
|
b117ca5fce
kernel/svc: Deglobalize the supervisor call handlers
|
7 лет назад |
Lioncash
|
cb2bce8006
kernel/svc: Implement svcGetProcessList
|
7 лет назад |
Lioncash
|
43e1189688
kernel/svc: Correct output parameter for svcGetProcessId
|
7 лет назад |
bunnei
|
1a23970d17
Merge pull request #1899 from lioncash/state
|
7 лет назад |
Lioncash
|
b79f086613
svc: Enable svcQueryProcessMemory
|
7 лет назад |
Lioncash
|
d8deb39b83
svc: Handle memory writing explicitly within QueryProcessMemory
|
7 лет назад |
Lioncash
|
22230a2eca
svc_wrap: Correct register index for a wrapper specialization
|
7 лет назад |
Lioncash
|
a8cc03502b
vm_manager: Migrate memory querying to the VMManager interface
|
7 лет назад |
Lioncash
|
c02b8c895b
vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.h
|
7 лет назад |
Lioncash
|
2a1f59b301
kernel/svc: Implement svcCreateEvent()
|
7 лет назад |
Lioncash
|
4ef2af8c98
svc: Implement svcCreateResourceLimit()
|
7 лет назад |
Frederic Laing
|
ab7472345b
Stubbed SetMemoryPermission
|
7 лет назад |
Lioncash
|
1c7a7ed79b
svc: Implement svcGetProcessInfo
|
7 лет назад |
David Marcec
|
2db37ddea9
Changed all casts in svc_wrap.h to be static_cast instead
|
7 лет назад |
David Marcec
|
a4412c8e22
Fixed incorrect types for svcBreak
|
7 лет назад |
Lioncash
|
541c550753
kernel/svc: Implement svcGetThreadContext()
|
7 лет назад |
Lioncash
|
f85ab0a123
svc_wrap: Convert the PARAM macro into a function
|
7 лет назад |
Lioncash
|
04d723baf9
svc: Correct parameter type for OutputDebugString()
|
7 лет назад |
Michael Scire
|
5f8aa02584
Add additional missing format.
|
8 лет назад |
Michael Scire
|
7e191dccc1
Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.
|
8 лет назад |
bunnei
|
a434fdcb10
core: Implement multicore support.
|
8 лет назад |
bunnei
|
40bccd74d3
svc: Stub out SetThreadActivity, GetThreadContext.
|
8 лет назад |