Lioncash
|
1f0c8bfeda
core/kernel: Remove unnecessary inclusions
|
7 лет назад |
Lioncash
|
baed7e1fba
kernel/thread: Make all instance variables private
|
7 лет назад |
fearlessTobi
|
63c2e32e20
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 лет назад |
Lioncash
|
0cbcd6ec9a
kernel: Eliminate kernel global state
|
8 лет назад |
Lioncash
|
bf45092c61
kernel: Move object class to its own source files
|
8 лет назад |
Lioncash
|
a2304fad16
kernel: Remove unnecessary includes
|
8 лет назад |
Lioncash
|
cbe841c9c9
hle: Remove config_mem.h/.cpp
|
8 лет назад |
Lioncash
|
1f3889a290
hle: Remove shared_page.h/.cpp
|
8 лет назад |
Lioncash
|
dbfe82773d
thread: Convert ThreadStatus into an enum class
|
8 лет назад |
bunnei
|
e353b9fb3d
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
|
8 лет назад |
Subv
|
2a3f8e8484
Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback.
|
8 лет назад |
bunnei
|
0f6fbdb963
wait_object: Refactor to allow waking up a single thread.
|
8 лет назад |
Sebastian Valle
|
db752b52e8
Merge pull request #2967 from Subv/thread_wakeup_callbacks
|
8 лет назад |
Huw Pascoe
|
a13ab958cb
Fixed type conversion ambiguity
|
8 лет назад |
Subv
|
8432749db7
Kernel/Threads: When putting a thread to wait, specify a function to execute when it is awoken.
|
8 лет назад |
Yuri Kunde Schlesner
|
64ecf81a3c
Kernel: Move WaitObject to a separate file
|
9 лет назад |