Lioncash
|
598e4d2f6c
|
core_cpu: Make arm_interface instances a std::unique_ptr
This is only exposed by reference, so we can just make it a unique
pointer to get rid of the need to also use reference counting for the
pointer.
|
2018-09-25 16:04:56 -04:00 |
|
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.
|
2018-09-17 18:16:55 -04:00 |
|
fearlessTobi
|
63c2e32e20
|
Port #4182 from Citra: "Prefix all size_t with std::"
|
2018-09-15 15:21:06 +02:00 |
|
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.
|
2018-08-24 21:50:39 -04:00 |
|
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.
|
2018-08-12 18:41:12 -05:00 |
|
MerryMage
|
0b1c2e5505
|
Implement exclusive monitor
|
2018-07-22 15:55:17 +01:00 |
|
bunnei
|
cba69fdcd4
|
core: Support session close with multicore.
|
2018-05-10 19:34:47 -04:00 |
|
bunnei
|
a434fdcb10
|
core: Implement multicore support.
|
2018-05-10 19:34:46 -04:00 |
|
bunnei
|
9776ff9179
|
core: Create a thread for each CPU core, keep in lock-step with a barrier.
|
2018-05-10 19:34:46 -04:00 |
|
bunnei
|
5590245930
|
core: Move common CPU core things to its own class.
|
2018-05-10 19:34:46 -04:00 |
|