137 Commits (455872a4aff7a1075bef79d007b8d4cbc680c030)

Author SHA1 Message Date
german77 99bf1aa49f profiler: Fix deprecated functions 5 years ago
lat9nq 843455fa98 yuzu qt: Make most UISettings a BasicSetting 5 years ago
german77 a5f5e8edb1 settings: Disable controller preview if controller is not active 5 years ago
german77 a724cf5fa1 settings: Forbid docked mode on handheld 5 years ago
bunnei 47224d3864 hle: kernel: Migrate to KHandleTable. 5 years ago
bunnei ad048de3d6 hle: kernel: Rename Process to KProcess. 5 years ago
bunnei 796dddf78f hle: kernel: Remove deprecated Object class. 5 years ago
bunnei 944eb14d69 hle: kernel: HandleTable: Remove deprecated APIs. 5 years ago
bunnei 7a6bfbde24 hle: kernel: Migrate KProcess to KAutoObject. 5 years ago
bunnei a4a27a1ef2 hle: kernel: Migrate more of KThread to KAutoObject. 5 years ago
Lioncash bb1bc3dd57 common/log: Move Log namespace into the Common namespace 5 years ago
bunnei 7a76bc30fa common: Move settings to common from core. 5 years ago
lat9nq fb1090fb78 debugger: controller: Add access key 5 years ago
german beaa027b5c Refresh debug controller settings 5 years ago
german e448ba4281 Add controller window and single joycon top view 5 years ago
bunnei 284a4d9283 hle: kernel: Rename ReadableEvent to KReadableEvent. 5 years ago
bunnei a96667d30c yuzu: debugger: Ignore HLE threads. 5 years ago
bunnei f34dd04d09 hle: kernel: Recode implementation of KThread to be more accurate. 5 years ago
bunnei 4ba9d6f969 hle: kernel: KThread: Clean up thread priorities. 6 years ago
bunnei e74f682506 hle: kernel: KThread: Remove thread types that do not exist. 6 years ago
bunnei 3d70b4a4ea core: hle: kernel: Rename Thread to KThread. 6 years ago
bunnei e89be18c79 hle: kernel: thread: Preserve thread wait reason for debugging only. 6 years ago
bunnei e19dca9193 yuzu: debugger: wait_tree: Handle unknown ThreadState. 6 years ago
bunnei e5cfd63ba4 core: hle: Integrate new KConditionVariable and KAddressArbiter implementations. 6 years ago
bunnei 9744afa8b1 hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single ThreadState. 6 years ago
bunnei 2feb4d56e9 core: hle: kernel: Update KSynchronizationObject. 6 years ago
lat9nq 662c4a68f6 yuzu/main: Improve menubar access keys 6 years ago
bunnei 039844bbb9 hle: kernel: Rewrite scheduler implementation based on Mesopshere. 6 years ago
bunnei ba09b4d69d hle: kernel: Port KAffinityMask from Mesosphere. 6 years ago
bunnei b2de57e93e hle: kernel: thread: Remove unused "Running" state. 6 years ago
Lioncash 0d29e40857 yuzu: Make use of qOverload where applicable 6 years ago
Morph 19b3180ae3 wait_tree: Include Midnight Blue dark themes 6 years ago
David Marcec 157dfba918 Address issues 6 years ago
David Marcec 4e11d6d05a frontend: Improve wait tree readability for dark themes 6 years ago
Fernando Sahmkow adc86e3030 Clang Format. 6 years ago
Fernando Sahmkow 6f0c873d48 General: Cleanup legacy code. 6 years ago
Fernando Sahmkow c22d3e1e18 ARM/WaitTree: Better track the CallStack for each thread. 6 years ago
Fernando Sahmkow b121009e03 General: Fix microprofile on dynarmic/svc, fix wait tree showing which threads were running. 6 years ago
Fernando Sahmkow 119d9844db Yuzu/Debuggers: Correct Wait Tree for Paused threads. 6 years ago
Fernando Sahmkow 7ee76003ad General: Recover Prometheus project from harddrive failure 6 years ago
Lioncash 02e095313a CMakeLists: Specify -Wextra on linux builds 6 years ago
bunnei 048ac77adc core: Implement separate A32/A64 ARM interfaces. 6 years ago
Fernando Sahmkow 3a7f539463 Kernel: Change WaitObject to Synchronization object. In order to better reflect RE. 6 years ago
ReinUsesLisp 9328c4be0b yuzu: Remove Maxwell debugger 7 years ago
Lioncash cc3d6fdf73 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 7 years ago
bunnei 5cb0f276fe kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 7 years ago
bunnei eeef564c02 kernel: events: Remove ResetType::Automatic. 7 years ago
Fernando Sahmkow 4760c27922 Correct compiling errors and addapt to the new interface. 7 years ago
Lioncash 7c15a53048 yuzu/CMakeLists: Remove qt5_wrap_ui macro usage 7 years ago
Lioncash a5f4e8c066 yuzu/debugger/graphics/graphics_breakpoints: Specify string conversions explicitly 7 years ago