Fernando Sahmkow
|
49ba563995
SVC: Correct CreateThread, StartThread, ExitThread, SleepThread.
|
6 лет назад |
Fernando Sahmkow
|
e31425df38
General: Recover Prometheus project from harddrive failure
|
6 лет назад |
David Marcec
|
b6538c3e7c
kernel: Don't fail silently
|
6 лет назад |
David Marcec
|
2261cf24af
kernel: Bad GetInfo ids should not be marked as stubs
|
6 лет назад |
bunnei
|
d1e7cf3bdc
Merge pull request #3780 from lioncash/process
|
6 лет назад |
Lioncash
|
4730347f8e
svc: Re-add MapProcessCodeMemory/UnmapProcessCodeMemory
|
6 лет назад |
Lioncash
|
bed4865981
svc: Remove unused variable
|
6 лет назад |
bunnei
|
8bbe74a8dc
core: hle: Address various feedback & code cleanup.
|
6 лет назад |
bunnei
|
c629e544a7
kernel: svc: Updates for new VMM.
|
6 лет назад |
bunnei
|
4caff51710
core: memory: Move to Core::Memory namespace.
|
6 лет назад |
bunnei
|
ad48ebb2c8
core: kernel: Add svc_types header to include SVC-specific types.
|
6 лет назад |
bunnei
|
82d457af37
core: kernel: Move SVC to its own namesapce.
|
6 лет назад |
bunnei
|
dba112e510
core: hle: Implement separate A32/A64 SVC interfaces.
|
6 лет назад |
Fernando Sahmkow
|
2bc949628d
Core: Address Feedback
|
6 лет назад |
Fernando Sahmkow
|
d23d504d77
Kernel: Refactor synchronization to better match RE
|
6 лет назад |
Fernando Sahmkow
|
c5aefe42aa
Kernel: Change WaitObject to Synchronization object. In order to better reflect RE.
|
6 лет назад |
bunnei
|
ba53543da6
kernel: transfer_memory: Properly reserve and reset memory region.
|
6 лет назад |
Fernando Sahmkow
|
e4a1ead897
Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.
|
6 лет назад |
Lioncash
|
30e365e4fc
kernel/svc: Correct function signature of SignalProcessWideKey
|
6 лет назад |
Lioncash
|
67b8265bd6
kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew
|
6 лет назад |
bunnei
|
c3d3b173d3
kernel: Implement a more accurate IPC dispatch.
|
6 лет назад |
Lioncash
|
e4c381b885
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
|
6 лет назад |
Lioncash
|
b05bfc6036
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
|
6 лет назад |
Lioncash
|
b2165c6b35
core/memory: Migrate over ReadCString() to the Memory class
|
6 лет назад |
Lioncash
|
536fc7f0ea
core: Prepare various classes for memory read/write migration
|
6 лет назад |
Lioncash
|
e58748fd80
core/memory: Migrate over address checking functions to the new Memory class
|
6 лет назад |
bunnei
|
9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
|
6 лет назад |
bunnei
|
63248f4edd
Update svc.cpp
|
6 лет назад |
bunnei
|
6eaf7ab55f
svc: GetSystemTick should return cntpct_el0, not core ticks.
|
6 лет назад |
bunnei
|
6a3fc5d2ff
Merge pull request #3114 from FernandoS27/cond-var
|
6 лет назад |