Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1043 from Subv/timing | bunnei | 2018-08-13 | 1 | -0/+1 |
|\ | |||||
| * | CPU/Timing: Use an approximated amortized amount of ticks when advancing timing. | Subv | 2018-08-13 | 1 | -0/+1 |
* | | CPU/HLE: Lock the HLE mutex before performing a reschedule. | Subv | 2018-08-13 | 1 | -0/+3 |
|/ | |||||
* | kernel: Move object class to its own source files | Lioncash | 2018-08-02 | 1 | -1/+0 |
* | Implement exclusive monitor | MerryMage | 2018-07-22 | 1 | -3/+16 |
* | Rename logging macro back to LOG_* | James Rowe | 2018-07-03 | 1 | -2/+2 |
* | core: Add a configuration setting for use_multi_core. | bunnei | 2018-05-11 | 1 | -3/+8 |
* | core: Support session close with multicore. | bunnei | 2018-05-11 | 1 | -1/+28 |
* | core: Implement multicore support. | bunnei | 2018-05-11 | 1 | -1/+1 |
* | core: Create a thread for each CPU core, keep in lock-step with a barrier. | bunnei | 2018-05-11 | 1 | -5/+20 |
* | core: Move common CPU core things to its own class. | bunnei | 2018-05-11 | 1 | -0/+72 |