Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core_cpu: Make arm_interface instances a std::unique_ptr | Lioncash | 2018-09-25 | 1 | -1/+1 |
* | core/core_cpu: Replace exclusive monitor include with forward declaration | Lioncash | 2018-09-18 | 1 | -2/+3 |
* | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 1 | -4/+4 |
* | core: Namespace all code in the arm subdirectory under the Core namespace | Lioncash | 2018-08-25 | 1 | -2/+2 |
* | Core/HLE: Make the 'reschedule_pending' flag atomic. | Subv | 2018-08-13 | 1 | -1/+1 |
* | Implement exclusive monitor | MerryMage | 2018-07-22 | 1 | -1/+9 |
* | core: Support session close with multicore. | bunnei | 2018-05-11 | 1 | -10/+7 |
* | core: Implement multicore support. | bunnei | 2018-05-11 | 1 | -4/+8 |
* | core: Create a thread for each CPU core, keep in lock-step with a barrier. | bunnei | 2018-05-11 | 1 | -1/+32 |
* | core: Move common CPU core things to its own class. | bunnei | 2018-05-11 | 1 | -0/+46 |