summaryrefslogtreecommitdiff
path: root/src/yuzu/main.cpp
AgeCommit message (Expand)Author
2021-10-16Merge pull request #7195 from MightyCreak/fix-warning-typoMai M
2021-10-16main: fix typo in warning messageRomain Failliot
2021-10-15main: Add missing make_unique for uiMorph
2021-10-15yuzu: Construct system in GMainWindowMorph
2021-10-15core: Move ResultStatus outside of SystemMorph
2021-10-15Merge pull request #7185 from Morph1984/make_unique_uiMai M
2021-10-15main: Slightly refactor NCA entry installation in InstallNCA (#7181)Creak
2021-10-15main: Use std::unique_ptr for uiMorph
2021-10-14Merge pull request #6774 from lat9nq/remove-global-yuzuMorph
2021-10-11main: Add option to reset window size to 900pameerj
2021-10-07discord_impl: Remove global system instanceslat9nq
2021-10-07game_list: Remove global instances of Core::Systemlat9nq
2021-10-07yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq
2021-10-03Merge pull request #7111 from lat9nq/no-title-bar-versionbunnei
2021-10-01yuzu: main: Register a callback for ExitMorph
2021-09-30main: Don't add an extra separator when the title version is absentlat9nq
2021-09-18UI: Relocate tas menu and add brief descriptiongerman77
2021-09-18input_common/tas: new update methodgerman77
2021-09-18input_common/tas: Add swap controllergerman77
2021-09-18input_common/tas: overwrite file dialoggerman77
2021-09-18input_common/tas: Fallback to simple updateMonsterDruide1
2021-09-18config: Move TAS options to it's own menugerman77
2021-09-18core: Hacky TAS syncing & load pausingMonsterDruide1
2021-09-18main: TAS Playback state labelMonsterDruide1
2021-09-18settings: File selector & other settingsMonsterDruide1
2021-09-18input_common/tas: Base playback & recording systemMonsterDruide1
2021-09-17Merge pull request #6950 from german77/multiplaybunnei
2021-09-12main: Apply confirm exit setting in exit locked scenariosameerj
2021-09-10input_common: Enable steam controllers and 8 player supportgerman77
2021-08-24logging: Fix log filter during initializationameerj
2021-08-13logging: Simplify and make thread-safeyzct12345
2021-08-07main: Avoid stopping emulation when taking a screenshotgerman77
2021-07-28Merge pull request #6700 from lat9nq/fullscreen-enumbunnei
2021-07-26Merge pull request #6696 from ameerj/speed-limit-renamebunnei
2021-07-25Merge pull request #6697 from ameerj/fps-capbunnei
2021-07-25Merge branch 'master' into fullscreen-enumlat9nq
2021-07-25Merge pull request #6575 from FernandoS27/new_settingsbunnei
2021-07-25Merge pull request #6709 from ameerj/screenshot-pathMorph
2021-07-25main: Fix screenshot filepath constructionameerj
2021-07-23general: Rename "Frame Limit" references to "Speed Limit"ameerj
2021-07-23config, nvflinger: Add FPS cap settingameerj
2021-07-23general: Implement FullscreenMode enumerationlat9nq
2021-07-22main: Update Shader Cache menu optionsameerj
2021-07-22main: Fix Open Transferable Shader Cache context itemameerj
2021-07-22vk_pipeline_cache,shader_notify: Add shader notificationsReinUsesLisp
2021-07-20file_sys: Support load game collection (#6582)Feng Chen
2021-07-14applets: Append qt_ prefix to Qt frontend appletsMorph
2021-07-12Merge pull request #6574 from lioncash/i18nbunnei
2021-07-10settings: Disable FPS unlimit setting between title launchesameerj
2021-07-09Update src/yuzu/main.cppFernando S