Commit Graph

15343 Commits (480850ffe7106a23f23946ad9ea46b800fa60168)
 

Author SHA1 Message Date
David Marcec dcf345febe am: Stub GetIndirectLayerConsumerHandle
Needed by Monster Hunter Generations Ultimate
5 years ago
Morph 78d80d99a0 maxwell_to_gl: Add 32 bit component sizes to (un)signed scaled formats
Add 32 bit component sizes to (un)signed scaled formats and group (un)signed normalized, scaled, and integer formats together.
5 years ago
David Marcec f0baf2abf2 acc: ListOpenContextStoredUsers partial stub
Needed by Baldur's Gate 1/2
5 years ago
Fernando Sahmkow 2f8947583f Core/Common: Address Feedback. 5 years ago
Fernando Sahmkow e486c66850 NvFlinger: Clang Format. 5 years ago
Fernando Sahmkow 626cc44d7a Build System: Fix GCC & MINGW Build. 5 years ago
Fernando Sahmkow 4105f38022 SVC: Implement 32-bits wrappers and update Dynarmic. 5 years ago
Fernando Sahmkow ce350e7ce0 SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttribute32 5 years ago
Fernando Sahmkow b8df61c642 ARM: Update Dynarmic and Setup A32 according to latest interface. 5 years ago
Fernando Sahmkow 22ceaca2f4 SVC: Add GetThreadPriority32 & SetThreadPriority32 5 years ago
Fernando Sahmkow ec11918323 ArmDynarmic32: Setup CNTPCT correctly 5 years ago
Fernando Sahmkow e3d561fb84 Audio: Correct buffer release for host timing. 5 years ago
Fernando Sahmkow 7fd7d05838 Common/Kernel: Corrections and small bug fixing. 5 years ago
Fernando Sahmkow 272a87127a Services/NvFlinger: Do vSync in a sepparate thread on Multicore. 5 years ago
Fernando Sahmkow 39ddce1ab5 Externals: Update Dynarmic. 5 years ago
Fernando Sahmkow 3165152396 Common/NativeClockx86: Reduce native clock accuracy further. 5 years ago
Fernando Sahmkow 71c4779211 Tests/CoreTiming: Correct host timing tests. 5 years ago
Fernando Sahmkow 0a8013d71e ARMDynarmicInterface: Correct GCC Build Errors. 5 years ago
Fernando Sahmkow 7b1804dab4 Common/AtomicOps: Correct GCC Intrinsic argument ordering. 5 years ago
Fernando Sahmkow d240143588 Kernel: Correct Host Context on Threads and Scheduler. 5 years ago
Fernando Sahmkow 0e4c35c591 YuzuQT: Hide Speed UI on Multicore. 5 years ago
Fernando Sahmkow 467d43570e Clang Format. 5 years ago
Fernando Sahmkow 3714f2e471 ARMInterface/Externals: Update dynarmic and fit to latest version. 5 years ago
Fernando Sahmkow dda6147b0d ARMInterface: Correct rebase errors. 5 years ago
Fernando Sahmkow 71f1c0f9f9 CoreTiming: Correct rebase bugs and other miscellaneous things. 5 years ago
Fernando Sahmkow cdf900f1e3 Core: Split Microprofile Dynarmic timing per Core 5 years ago
Fernando Sahmkow 528b19a842 General: Tune the priority of main emulation threads so they have higher priority than less important helper threads. 5 years ago
Fernando Sahmkow 7b44187fd2 Dynarmic Interface: don't clear cache if JIT has not been created. 5 years ago
Fernando Sahmkow ad92865497 General: Correct rebase, sync gpu and context management. 5 years ago
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