Yuri Kunde Schlesner
|
14eca982f4
Kernel: Implement svcGetProcessInfo in a basic way
|
před 11 roky |
Yuri Kunde Schlesner
|
24d7c05c8d
Merge pull request #888 from zawata/Warning-Fixes-2
|
před 11 roky |
Subv
|
83fa3f977d
Kernel/SVC: Implemented svcQueryProcessMemory
|
před 11 roky |
Subv
|
9e2962081a
Kernel/SVC: Implemented svcQueryMemory.
|
před 11 roky |
zawata
|
f723a498e7
Core\HLE : Fix Warning
|
před 11 roky |
bunnei
|
71e8822d23
kernel: Fix svcWaitSynch to always acquire requested wait objects.
|
před 11 roky |
archshift
|
11057488f9
Implement svcBreak
|
před 11 roky |
Subv
|
d3634d4bf4
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
|
před 11 roky |
Yuri Kunde Schlesner
|
7ada357b2d
Memmap: Re-organize memory function in two files
|
před 11 roky |
bunnei
|
7b9f428b23
Thread: Implement priority boost for starved threads.
|
před 11 roky |
Yuri Kunde Schlesner
|
58b544db99
SVC: Use CASCADE_RESULT in SVC handlers
|
před 11 roky |
Yuri Kunde Schlesner
|
44f90340dc
SVC: Change return type of handlers to ResultCode
|
před 11 roky |
Yuri Kunde Schlesner
|
7b3452c730
Move ThreadContext to core/core.h and deal with the fallout
|
před 11 roky |
Subv
|
07044651ef
SVC: Implemented the Timer service calls.
|
před 11 roky |
Subv
|
97a7381d29
SOC_U: Preliminary implementation of sockets.
|
před 11 roky |
purpasmart96
|
ebfd831ccb
License change
|
před 11 roky |
Subv
|
49b31badba
SVC: Implemented ReleaseSemaphore.
|
před 11 roky |
Subv
|
82c84883a5
SVC: Implemented svcCreateSemaphore
|
před 11 roky |
Emmanuel Gil Peyrot
|
f5d38649c7
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
|
před 11 roky |
bunnei
|
10f25866e2
SVC: Added support for svc_GetSystemTick.
|
před 12 roky |
bunnei
|
59f2750482
function_wrappers: Fixed incorrect wrapper, added another.
|
před 12 roky |
bunnei
|
edaefe9fa6
HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only module where they are needed).
|
před 12 roky |
bunnei
|
8957622d10
SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace.
|
před 12 roky |
bunnei
|
862db811f0
SVC: Cleaned up function wrappers to pass in correct argument types.
|
před 12 roky |
bunnei
|
477b0caca4
svc: updated WaitSynchronizationN to properly use first pointer argument
|
před 12 roky |
bunnei
|
15c7d81706
svc: cleaned up function_wrappers, updated various SVCs to make use of pointer arguments
|
před 12 roky |
bunnei
|
2f55c9e55b
svc: added missing function wrapper for SleepThread
|
před 12 roky |
bunnei
|
58af0da792
svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and various fixes
|
před 12 roky |
bunnei
|
c4b5168b45
hle: properly cast 64-bit function wrapper parameters to (u64)
|
před 12 roky |
bunnei
|
9fd5d6c7d8
hle: removed PARAM64 macro (this was incorrect), made several bug fixes accordingly for decoding U64 function parameters
|
před 12 roky |