137 Commits (b727b6784f8a8ee913c93442b570a531c779f5d3)

Author SHA1 Message Date
german77 b188d7792a profiler: Fix deprecated functions 5 years ago
lat9nq 7a8de138df yuzu qt: Make most UISettings a BasicSetting 5 years ago
german77 ac48e059bc settings: Disable controller preview if controller is not active 5 years ago
german77 7f445a59fa settings: Forbid docked mode on handheld 5 years ago
bunnei 4b03e6e776 hle: kernel: Migrate to KHandleTable. 5 years ago
bunnei 2a7eff57a8 hle: kernel: Rename Process to KProcess. 5 years ago
bunnei bf380b8584 hle: kernel: Remove deprecated Object class. 5 years ago
bunnei aa2844bcf9 hle: kernel: HandleTable: Remove deprecated APIs. 5 years ago
bunnei 7ccbdd4d8d hle: kernel: Migrate KProcess to KAutoObject. 5 years ago
bunnei da7e9553de hle: kernel: Migrate more of KThread to KAutoObject. 5 years ago
Lioncash 64606aefcf common/log: Move Log namespace into the Common namespace 5 years ago
bunnei a4c6712a4b common: Move settings to common from core. 5 years ago
lat9nq 6269cd7f1d debugger: controller: Add access key 5 years ago
german 160341fcf8 Refresh debug controller settings 6 years ago
german a7f9983563 Add controller window and single joycon top view 6 years ago
bunnei e86a7e3691 hle: kernel: Rename ReadableEvent to KReadableEvent. 6 years ago
bunnei 10738839ad yuzu: debugger: Ignore HLE threads. 6 years ago
bunnei cdd14b03e5 hle: kernel: Recode implementation of KThread to be more accurate. 6 years ago
bunnei 4dbf3f4880 hle: kernel: KThread: Clean up thread priorities. 6 years ago
bunnei eea346ba8e hle: kernel: KThread: Remove thread types that do not exist. 6 years ago
bunnei c0d3aef28c core: hle: kernel: Rename Thread to KThread. 6 years ago
bunnei 03dfc8d8e7 hle: kernel: thread: Preserve thread wait reason for debugging only. 6 years ago
bunnei 81c1bfafea yuzu: debugger: wait_tree: Handle unknown ThreadState. 6 years ago
bunnei 912dd50146 core: hle: Integrate new KConditionVariable and KAddressArbiter implementations. 6 years ago
bunnei c3c43e32fc hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single ThreadState. 6 years ago
bunnei 35c3c078e3 core: hle: kernel: Update KSynchronizationObject. 6 years ago
lat9nq 17badbc442 yuzu/main: Improve menubar access keys 6 years ago
bunnei 9e29e36a78 hle: kernel: Rewrite scheduler implementation based on Mesopshere. 6 years ago
bunnei e18ee8d681 hle: kernel: Port KAffinityMask from Mesosphere. 6 years ago
bunnei c2ad1243ba hle: kernel: thread: Remove unused "Running" state. 6 years ago
Lioncash 969a4cc4da yuzu: Make use of qOverload where applicable 6 years ago
Morph d942472cce wait_tree: Include Midnight Blue dark themes 6 years ago
David Marcec 617eeb09e0 Address issues 6 years ago
David Marcec db4502b7b7 frontend: Improve wait tree readability for dark themes 6 years ago
Fernando Sahmkow 467d43570e Clang Format. 6 years ago
Fernando Sahmkow 48fa3b7a0f General: Cleanup legacy code. 6 years ago
Fernando Sahmkow 7b18174eef ARM/WaitTree: Better track the CallStack for each thread. 6 years ago
Fernando Sahmkow 7020d498c5 General: Fix microprofile on dynarmic/svc, fix wait tree showing which threads were running. 6 years ago
Fernando Sahmkow 38c6c497f6 Yuzu/Debuggers: Correct Wait Tree for Paused threads. 6 years ago
Fernando Sahmkow e31425df38 General: Recover Prometheus project from harddrive failure 6 years ago
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds 6 years ago
bunnei c083ea7d78 core: Implement separate A32/A64 ARM interfaces. 6 years ago
Fernando Sahmkow c5aefe42aa Kernel: Change WaitObject to Synchronization object. In order to better reflect RE. 7 years ago
ReinUsesLisp 0d6d8129c4 yuzu: Remove Maxwell debugger 7 years ago
Lioncash b05bfc6036 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 7 years ago
bunnei 9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 7 years ago
bunnei b0ab803ce8 kernel: events: Remove ResetType::Automatic. 7 years ago
Fernando Sahmkow b8b7ebcece Correct compiling errors and addapt to the new interface. 7 years ago
Lioncash 5980aa1e51 yuzu/CMakeLists: Remove qt5_wrap_ui macro usage 7 years ago
Lioncash d77d1a0207 yuzu/debugger/graphics/graphics_breakpoints: Specify string conversions explicitly 7 years ago