aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/main.cpp
AgeCommit message (Expand)Author
2020-07-09configuration: implement per-game configurations (#4098)lat9nq
2020-07-06Fix ss crash on game menu, fix ss on windowed modeAmeer
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-27GUI: Make multicore only work with Async and add GUI for multicore.Fernando Sahmkow
2020-06-27General: Setup yuzu threads' microprofile, naming and registry.Fernando Sahmkow
2020-06-27Fix issues caused when changing the fullscreen hotkeyKewlan
2020-06-27Merge pull request #4164 from Kewlan/mute-audio-hotkeybunnei
2020-06-27Update FAQ function name (2/2)VolcaEM
2020-06-26Update function name againVolcaEM
2020-06-26Update function name (2/2)VolcaEM
2020-06-26Add a "Mute Audio" hotkeyKewlan
2020-06-25Clang-format againVolcaEM
2020-06-25Clang-formatVolcaEM
2020-06-25Remove unnecessary newlineVolcaEM
2020-06-25Merge branch 'master' into quickstart-faqVolcaEM
2020-06-25Fix typo 2: electric boogalooVolcaEM
2020-06-25Use QUrl (2/2)VolcaEM
2020-06-25Fix typoVolcaEM
2020-06-25Add "Open Quickstart Guide" and "FAQ" buttons to the Help menuVolcaEM
2020-06-25Merge pull request #4136 from VolcaEM/modsbunnei
2020-06-22Reorder variables to comply with the Auzure build pipelineunknown
2020-06-21Correct function name (2/2)VolcaEM
2020-06-21Clang-formatVolcaEM
2020-06-21Remove unnecessary conversionVolcaEM
2020-06-21Address review comment by LioncashVolcaEM
2020-06-21Add a "Open Mods Page" button to the GUIVolcaEM
2020-06-20main: Append AVX and FMA instructions to cpu stringMorph
2020-06-08Add game versio to title barunknown
2020-06-06yuzu/frontend: Remove internal resolution optionMorph
2020-05-27Fix macOS code and change "Swapfile" to "Swap"Morph
2020-05-20crypto: Make KeyManager a singleton classFearlessTobi
2020-05-17main: Log host system memory parametersMorph
2020-05-16Merge pull request #3665 from bunnei/device-savebunnei
2020-05-15frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)Morph
2020-05-11yuzu: game_list: Fix 'Open Save Data Location' for device saves.bunnei
2020-05-06Menubar: fix mouse tracking bugFearlessTobi
2020-05-03Merge pull request #3637 from FearlessTobi/port-5094bunnei
2020-04-23Update src/yuzu/main.cpp with missing constBen Russell
2020-04-23Dump RomFS command to include UpdatesBen Russell
2020-04-20yuzu: Option to hide mouse on inactivityFearlessTobi
2020-04-19Merge pull request #3655 from FearlessTobi/ui-retext-yuzubunnei
2020-04-15CMakeLists: Specify -Wextra on linux buildsLioncash
2020-04-14yuzu/main: Add better popup texts and remove duplicated actionsFearlessTobi
2020-04-07Addressed feedback: switched to snake case and fixed clang-format errorsSilverBeamx