summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Expand)Author
2020-07-17Rebase for per game settingsDavid Marcec
2020-07-17async shadersDavid Marcec
2020-07-16Merge pull request #4337 from lat9nq/fix-per-game-asyncbunnei
2020-07-16Merge pull request #4297 from FearlessTobi/skip-profile-selectbunnei
2020-07-15Use proper install result when overwriting filesMorph
2020-07-14settings: Move settings sanitization to its own functionlat9nq
2020-07-14Merge pull request #4294 from MerryMage/cpu-opt-settingsbunnei
2020-07-14Merge pull request #4282 from Morph1984/fs-sizebunnei
2020-07-14main: Set async gpu properly after loading per-game settinglat9nq
2020-07-14configure_general: Explicitly guard use_multi_core when applying settingslat9nq
2020-07-12configure_cpu: Split optimization settings off into Debug tabMerryMage
2020-07-12Merge pull request #4290 from lioncash/latestLC
2020-07-12Merge pull request #3385 from Morph1984/batch-installbunnei
2020-07-11configure_cpu: Add tooltipsMerryMage
2020-07-11configure_cpu: Show/Hide debugging optionsMerryMage
2020-07-11main/profile_select: Don't prompt for profile selection when only one is avai...FearlessTobi
2020-07-11configuration: Add settings to enable/disable specific CPU optimizationsMerryMage
2020-07-11CMakeLists: Make use of /std:c++latest on MSVCLioncash
2020-07-10Merge pull request #4221 from jbeich/unused-qt-openglbunnei
2020-07-10Add additional empty check for the QStringList returned by the InstallDialogMorph
2020-07-10Update the install and progress dialogsMorph
2020-07-10Refactor batch installing filesMorph
2020-07-10Add support for batch install to NANDMorph
2020-07-10settings: Remove storage size optionsMorph
2020-07-09configuration: implement per-game configurations (#4098)lat9nq
2020-07-08Merge pull request #4255 from lioncash/copybunnei
2020-07-06change shortcut context for other hotkeys with file open dialogAmeer
2020-07-06Fix ss crash on game menu, fix ss on windowed modeAmeer
2020-07-06configure_graphics: Make use of qOverload in signals/slotsLioncash
2020-07-06configure_graphics: Prevent unnecessary string copies in UpdateDeviceComboBox()Lioncash
2020-07-04Fix merge conflicts?Ameer
2020-07-02Fix unnecessary diffsAmeer
2020-07-02Add LR triggers as axes, half press to initiate a press, add GC axis id in co...Ameer
2020-07-01cmake: stop linking against QGL after c6a0ab979239Jan Beich
2020-07-01key_manager: Correct casing of instance()Lioncash
2020-07-01Merge pull request #3967 from FearlessTobi/keys-singletonDavid
2020-06-30Merge pull request #4063 from FreddyFunk/game-version-in-titlebunnei
2020-06-30Merge pull request #4166 from VolcaEM/quickstart-faqbunnei
2020-06-29Merge pull request #4182 from Kewlan/fullscreen-hotkey-fixbunnei
2020-06-27YuzuQT: Hide Speed UI on Multicore.Fernando Sahmkow
2020-06-27Clang Format.Fernando Sahmkow
2020-06-27General: Correct rebase, sync gpu and context management.Fernando Sahmkow
2020-06-27General: Cleanup legacy code.Fernando Sahmkow
2020-06-27Bootmanager/CPU_Manager: Correct shader caches and sync GPU on OpenGL.Fernando Sahmkow
2020-06-27ARM/WaitTree: Better track the CallStack for each thread.Fernando Sahmkow
2020-06-27GUI: Make multicore only work with Async and add GUI for multicore.Fernando Sahmkow
2020-06-27General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread...Fernando Sahmkow
2020-06-27General: Fix Stop functionFernando Sahmkow
2020-06-27General: Initial Setup for Single Core.Fernando Sahmkow
2020-06-27Yuzu/Debuggers: Correct Wait Tree for Paused threads.Fernando Sahmkow