Commit Graph

15414 Commits (fd7af52ec3f4cb6fd9ad26fe493c6708c2084ef7)
 

Author SHA1 Message Date
Fernando Sahmkow bfb5244cf8 CoreTiming/CycleTimer: Correct Idling. 5 years ago
Fernando Sahmkow bece52cd81 SingleCore: Correct ticks reset to be on preemption. 5 years ago
Fernando Sahmkow 48fa3b7a0f General: Cleanup legacy code. 5 years ago
Fernando Sahmkow c8bf47dcfb Kernel/svcBreak: Implement CacheInvalidation for Singlecore and correct svcBreak. 5 years ago
Fernando Sahmkow 54e304fe2a Bootmanager/CPU_Manager: Correct shader caches and sync GPU on OpenGL. 5 years ago
Fernando Sahmkow 19165cd859 HLE_IPC: Correct HLE Event behavior on timeout. 5 years ago
Fernando Sahmkow 7e2ce2f7f4 SingleCore: Improve Cycle timing Behavior and replace mutex in global scheduler for spinlock. 5 years ago
Fernando Sahmkow a7ecd9e19c FrameLimiting: Enable frame limiting for single core. 5 years ago
Fernando Sahmkow f5e32935ca SingleCore: Use Cycle Timing instead of Host Timing. 5 years ago
Fernando Sahmkow 9bde28d7b1 Scheduler: Correct Reload/Unload 5 years ago
Fernando Sahmkow 5974e3ea33 Thread: Release the ARM Interface on exitting. 5 years ago
Fernando Sahmkow 1567824d2d General: Move ARM_Interface into Threads. 5 years ago
Fernando Sahmkow 1b82ccec22 Core: Refactor ARM Interface. 5 years ago
Fernando Sahmkow 534466754f X64 Clock: Reduce accuracy to be less or equal to guest accuracy. 5 years ago
Fernando Sahmkow 7b18174eef ARM/WaitTree: Better track the CallStack for each thread. 5 years ago
Fernando Sahmkow 87c49aa7be SVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface. 5 years ago
Fernando Sahmkow f2ade343e2 SingleCore: Move Host Timing from a sepparate thread to main cpu thread. 5 years ago
Fernando Sahmkow 5d3a2be04f GUI: Make multicore only work with Async and add GUI for multicore. 5 years ago
Fernando Sahmkow 25565dffd5 ARM: Addapt to new Exclusive Monitor Interface. 5 years ago
Fernando Sahmkow 1a5f2e290b CPU_Manager: Correct stopping on SingleCore. 5 years ago
Fernando Sahmkow db68fba4a6 Scheduler: Correct yielding interaction with SetThreadActivity. 5 years ago
Fernando Sahmkow 7020d498c5 General: Fix microprofile on dynarmic/svc, fix wait tree showing which threads were running. 5 years ago
Fernando Sahmkow e6f8bde74b General: Fix Stop function 5 years ago
Fernando Sahmkow f370de84b1 Kernel: Rewind on SVC change. 5 years ago
Fernando Sahmkow d494b074e8 Kernel: Preempt Single core on redudant yields. 5 years ago
Fernando Sahmkow a439cdf22e CPU_Manager: Unload/Reload threads on preemption on SingleCore 5 years ago
Fernando Sahmkow 8a78fc2580 Synchronization: Correct wide Assertion. 5 years ago
Fernando Sahmkow ab9aae28bf General: Initial Setup for Single Core. 5 years ago
Fernando Sahmkow 391f5f360d Scheduler: Set last running time on thread. 5 years ago
Fernando Sahmkow 9e9c287f8b Kernel: Corrections to TimeManager, Scheduler and Mutex. 5 years ago
Fernando Sahmkow 6515c6e8c6 Kernel: Fixes, corrections and asserts to scheduler and different svcs. 5 years ago
Fernando Sahmkow 4217e58a10 Scheduler: Correct yields. 5 years ago
Fernando Sahmkow 445b4342b3 Mutex: Revert workaround due to poor exclusive memory. 5 years ago
Fernando Sahmkow cd1c38be8d ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. 5 years ago
Fernando Sahmkow 535c542d84 SVC: WaitSynchronization add Termination Pending Result. 5 years ago
Fernando Sahmkow 725bac1404 Scheduler: Remove arm_interface lock and a few corrections. 5 years ago
Fernando Sahmkow 38c6c497f6 Yuzu/Debuggers: Correct Wait Tree for Paused threads. 5 years ago
Fernando Sahmkow 83c7ba1ef7 SVC: Correct SetThreadActivity. 5 years ago
Fernando Sahmkow a66c61ca2d SCC: Small corrections to CancelSynchronization 5 years ago
Fernando Sahmkow 44cb9997b3 Scheduler: Correct locking for hle threads. 5 years ago
Fernando Sahmkow 6ed28e15fa Scheduler: Fix HLE Threads on guard 5 years ago
Fernando Sahmkow 3de33348e4 Scheduler: Protect on closed threads. 5 years ago
Fernando Sahmkow 19847d4d42 Scheduler: Correct assert. 5 years ago
Fernando Sahmkow a33fbaddec Core: Correct rebase. 5 years ago
Fernando Sahmkow 1c672128c4 Scheduler: Release old thread fiber before trying to switch to the next thread fiber. 5 years ago
Fernando Sahmkow c43e559734 NVDRV: Remove frame limiting as Host Timing already takes care. 5 years ago
Fernando Sahmkow a6bce296ad Mutex: Correct Result writting to clear exclusivity. 5 years ago
Fernando Sahmkow e4b175ade2 SVC: Correct svcWaitForAddress and svcSignalToAddress. 5 years ago
Fernando Sahmkow 1e987dbe8d Scheduler: Correct Select Threads Step 2. 5 years ago
Fernando Sahmkow 07993ac8c8 Kernel: Corrections to Scheduling. 5 years ago