| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | ARMDynarmicInterface: Correct GCC Build Errors. | 2020-06-27 | 2 | -6/+6 | ||
| | * | | | | | | | Kernel: Correct Host Context on Threads and Scheduler. | 2020-06-27 | 4 | -11/+11 | ||
| | * | | | | | | | Clang Format. | 2020-06-27 | 7 | -18/+15 | ||
| | * | | | | | | | ARMInterface/Externals: Update dynarmic and fit to latest version. | 2020-06-27 | 1 | -7/+7 | ||
| | * | | | | | | | ARMInterface: Correct rebase errors. | 2020-06-27 | 3 | -5/+5 | ||
| | * | | | | | | | CoreTiming: Correct rebase bugs and other miscellaneous things. | 2020-06-27 | 1 | -0/+2 | ||
| | * | | | | | | | Core: Split Microprofile Dynarmic timing per Core | 2020-06-27 | 1 | -3/+12 | ||
| | * | | | | | | | General: Tune the priority of main emulation threads so they have higher prio... | 2020-06-27 | 2 | -0/+2 | ||
| | * | | | | | | | Dynarmic Interface: don't clear cache if JIT has not been created. | 2020-06-27 | 2 | -0/+6 | ||
| | * | | | | | | | General: Correct rebase, sync gpu and context management. | 2020-06-27 | 3 | -18/+3 | ||
| | * | | | | | | | CoreTiming/CycleTimer: Correct Idling. | 2020-06-27 | 1 | -2/+5 | ||
| | * | | | | | | | SingleCore: Correct ticks reset to be on preemption. | 2020-06-27 | 1 | -1/+1 | ||
| | * | | | | | | | General: Cleanup legacy code. | 2020-06-27 | 17 | -739/+6 | ||
| | * | | | | | | | Kernel/svcBreak: Implement CacheInvalidation for Singlecore and correct svcBr... | 2020-06-27 | 2 | -3/+13 | ||
| | * | | | | | | | Bootmanager/CPU_Manager: Correct shader caches and sync GPU on OpenGL. | 2020-06-27 | 1 | -6/+9 | ||
| | * | | | | | | | HLE_IPC: Correct HLE Event behavior on timeout. | 2020-06-27 | 3 | -1/+19 | ||
| | * | | | | | | | SingleCore: Improve Cycle timing Behavior and replace mutex in global schedul... | 2020-06-27 | 3 | -2/+4 | ||
| | * | | | | | | | FrameLimiting: Enable frame limiting for single core. | 2020-06-27 | 2 | -1/+2 | ||
| | * | | | | | | | SingleCore: Use Cycle Timing instead of Host Timing. | 2020-06-27 | 15 | -80/+152 | ||
| | * | | | | | | | Scheduler: Correct Reload/Unload | 2020-06-27 | 2 | -3/+5 | ||
| | * | | | | | | | Thread: Release the ARM Interface on exitting. | 2020-06-27 | 3 | -1/+8 | ||
| | * | | | | | | | General: Move ARM_Interface into Threads. | 2020-06-27 | 18 | -170/+136 | ||
| | * | | | | | | | Core: Refactor ARM Interface. | 2020-06-27 | 10 | -42/+69 | ||
| | * | | | | | | | X64 Clock: Reduce accuracy to be less or equal to guest accuracy. | 2020-06-27 | 1 | -0/+3 | ||
| | * | | | | | | | ARM/WaitTree: Better track the CallStack for each thread. | 2020-06-27 | 2 | -0/+60 | ||
| | * | | | | | | | SVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface. | 2020-06-27 | 3 | -5/+20 | ||
| | * | | | | | | | SingleCore: Move Host Timing from a sepparate thread to main cpu thread. | 2020-06-27 | 7 | -10/+48 | ||
| | * | | | | | | | GUI: Make multicore only work with Async and add GUI for multicore. | 2020-06-27 | 3 | -2/+34 | ||
| | * | | | | | | | ARM: Addapt to new Exclusive Monitor Interface. | 2020-06-27 | 5 | -31/+24 | ||
| | * | | | | | | | CPU_Manager: Correct stopping on SingleCore. | 2020-06-27 | 1 | -3/+8 | ||
| | * | | | | | | | Scheduler: Correct yielding interaction with SetThreadActivity. | 2020-06-27 | 1 | -0/+15 | ||
| | * | | | | | | | General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread... | 2020-06-27 | 10 | -11/+77 | ||
| | * | | | | | | | General: Fix Stop function | 2020-06-27 | 3 | -3/+21 | ||
| | * | | | | | | | Kernel: Rewind on SVC change. | 2020-06-27 | 3 | -5/+16 | ||
| | * | | | | | | | Kernel: Preempt Single core on redudant yields. | 2020-06-27 | 6 | -21/+42 | ||
| | * | | | | | | | CPU_Manager: Unload/Reload threads on preemption on SingleCore | 2020-06-27 | 4 | -7/+64 | ||
| | * | | | | | | | Synchronization: Correct wide Assertion. | 2020-06-27 | 1 | -2/+4 | ||
| | * | | | | | | | General: Initial Setup for Single Core. | 2020-06-27 | 6 | -34/+215 | ||
| | * | | | | | | | Scheduler: Set last running time on thread. | 2020-06-27 | 2 | -4/+2 | ||
| | * | | | | | | | Kernel: Corrections to TimeManager, Scheduler and Mutex. | 2020-06-27 | 3 | -5/+5 | ||
| | * | | | | | | | Kernel: Fixes, corrections and asserts to scheduler and different svcs. | 2020-06-27 | 8 | -38/+38 | ||
| | * | | | | | | | Scheduler: Correct yields. | 2020-06-27 | 2 | -7/+25 | ||
| | * | | | | | | | Mutex: Revert workaround due to poor exclusive memory. | 2020-06-27 | 1 | -9/+2 | ||
| | * | | | | | | | ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. | 2020-06-27 | 9 | -24/+236 | ||
| | * | | | | | | | SVC: WaitSynchronization add Termination Pending Result. | 2020-06-27 | 2 | -1/+5 | ||
| | * | | | | | | | Scheduler: Remove arm_interface lock and a few corrections. | 2020-06-27 | 2 | -17/+3 | ||
| | * | | | | | | | SVC: Correct SetThreadActivity. | 2020-06-27 | 4 | -38/+59 | ||
| | * | | | | | | | SCC: Small corrections to CancelSynchronization | 2020-06-27 | 3 | -2/+14 | ||
| | * | | | | | | | Scheduler: Correct locking for hle threads. | 2020-06-27 | 1 | -1/+2 | ||
| | * | | | | | | | Scheduler: Fix HLE Threads on guard | 2020-06-27 | 1 | -4/+6 | ||