Lioncash
|
4a84986bc3
|
core/core_cpu: Replace exclusive monitor include with forward declaration
We don't need to include this as a dependency within the header. A
regular forward declaration will suffice here.
|
7 years ago |
fearlessTobi
|
63c2e32e20
|
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 years ago |
Lioncash
|
43e0d865fa
|
core: Namespace all code in the arm subdirectory under the Core namespace
Gets all of these types and interfaces out of the global namespace.
|
7 years ago |
Subv
|
2e7802ad7d
|
Core/HLE: Make the 'reschedule_pending' flag atomic.
Another thread may write to this variable while the core in question is in the middle of checking for a reschedule request.
|
7 years ago |
MerryMage
|
0b1c2e5505
|
Implement exclusive monitor
|
8 years ago |
bunnei
|
cba69fdcd4
|
core: Support session close with multicore.
|
8 years ago |
bunnei
|
a434fdcb10
|
core: Implement multicore support.
|
8 years ago |
bunnei
|
9776ff9179
|
core: Create a thread for each CPU core, keep in lock-step with a barrier.
|
8 years ago |
bunnei
|
5590245930
|
core: Move common CPU core things to its own class.
|
8 years ago |