summaryrefslogtreecommitdiff
path: root/src/yuzu/debugger
AgeCommit message (Expand)Author
2024-12-31chore: update project branding to citronZephyron
2024-01-24Rework time service to fix time passing offline.Kelebek1
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg
2023-12-04core: refactor emulated cpu core activationLiam
2023-11-21config: Unify config handling under frontend_commont895
2023-10-21kernel: update KProcessLiam
2023-03-12kernel: convert KThread to new styleLiam
2023-03-12kernel: convert KPort, KSessionLiam
2023-01-25main: Globally disable the "?" button on dialogsMorph
2023-01-01TAS: Record sanitized instead of raw stick inputsMonsterDruide1
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-06-14wait_tree: Eliminate variable shadowingMorph
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-20yuzu: Reduce unused includesameerj
2022-02-13debugger: console: Set console output codepage to UTF-8Morph
2022-01-20hle: kernel: KThread: Rename thread_type_for_debugging -> thread_type.bunnei
2021-12-08profiler: Use QWheelEvent position().toPoint()Morph
2021-11-24service/hid: Remove includes of core.h and settings.hgerman77
2021-11-24second commit lion reviewgerman77
2021-11-24input_common: Revert deleted TAS functionsgerman77
2021-11-24settings: Fix mouse and keyboard mappingsgerman77
2021-11-24kraken: Fix errors from rebase and format filesgerman77
2021-11-24debugger/controller: Remove TASgerman77
2021-11-24input_common: Rewrite keyboardgerman77
2021-11-16bootmanager: Fix screenshot resolution factor usageameerj
2021-10-14Merge pull request #6774 from lat9nq/remove-global-yuzuMorph
2021-10-11Create local variables for mouse and wheel positionsRomain Failliot
2021-10-11Fix a few warningsRomain Failliot
2021-10-07yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq
2021-09-18UI: Relocate tas menu and add brief descriptiongerman77
2021-09-18input_common/tas: new update methodgerman77
2021-09-18input_common/tas: Fallback to simple updateMonsterDruide1
2021-09-18config: Move TAS options to it's own menugerman77
2021-09-18input_common/tas: Base playback & recording systemMonsterDruide1
2021-08-13logging: Simplify and make thread-safeyzct12345
2021-07-08Merge pull request #6539 from lat9nq/default-settingAmeer J
2021-07-05profiler: Fix deprecated functionsgerman77
2021-06-28yuzu qt: Make most UISettings a BasicSettinglat9nq
2021-05-30settings: Disable controller preview if controller is not activegerman77
2021-05-23settings: Forbid docked mode on handheldgerman77
2021-05-05hle: kernel: Migrate to KHandleTable.bunnei
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-05hle: kernel: Remove deprecated Object class.bunnei
2021-05-05hle: kernel: HandleTable: Remove deprecated APIs.bunnei
2021-05-05hle: kernel: Migrate KProcess to KAutoObject.bunnei
2021-05-05hle: kernel: Migrate more of KThread to KAutoObject.bunnei
2021-04-14Merge pull request #6199 from lioncash/log-nsbunnei
2021-04-14common/log: Move Log namespace into the Common namespaceLioncash
2021-04-14common: Move settings to common from core.bunnei
2021-02-14debugger: controller: Add access keylat9nq