summaryrefslogtreecommitdiffstats
path: root/src/yuzu/main.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8876 from FearlessTobi/multiplayer-part3bunnei2022-10-011-0/+1
|\
| * yuzu: Multiple room UI improvementsgerman772022-09-101-0/+1
* | yuzu: Use a debugger to generate minidumpslat9nq2022-09-051-1/+1
|/
* Merge pull request #8647 from Docteh/default_darkliamwhite2022-08-121-0/+5
|\
| * review pass on CheckDarkMode functionKyle Kienapfel2022-08-121-1/+1
| * Linux: handle dark system themes nicelyKyle K2022-08-051-0/+5
* | Controller bugfixes in profile select (#8716)Steve2022-08-051-1/+1
|/
* implement pause on system suspend (#8585)snek2022-07-281-1/+4
* Merge pull request #8592 from devsnek/sig-handlerssnek2022-07-271-0/+11
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* yuzu: Add ui files for multiplayer roomsFearlessTobi2022-07-251-0/+5
* Merge pull request #8564 from lat9nq/dinner-forkbunnei2022-07-251-1/+1
|\
| * yuzu: Simplify broken Vulkan handlinglat9nq2022-07-101-1/+1
* | implement resume messageGus Caplan2022-07-181-0/+1
|/
* yuzu: Eliminate variable shadowingMorph2022-06-141-1/+1
* ui: Status bars dock button becomes dock/undock buttonKyle Kienapfel2022-06-021-0/+1
* Prevent the mouse cursor from leaving the window when mouse panning is enabledPurple2022-04-191-0/+3
* Merge pull request #8035 from lat9nq/disable-web-appletbunnei2022-03-241-3/+0
|\
| * yuzu: Move disable_web_applet to UISettingslat9nq2022-03-171-3/+0
* | yuzu: Reduce unused includesameerj2022-03-201-2/+0
|/
* yuzu: Mute audio when in backgroundgerman772022-02-071-0/+1
* yuzu: Add docked, GPU accuracy and adapting filter hotkeysgerman772022-02-071-0/+3
* yuzu: Add controller hotkeysgerman772022-01-071-3/+14
* main: fix wake lock in Flatpak ...liushuyu2021-12-221-0/+9
* Refactor menu states and shortcuts in GMainWindow. (#7419)Adam Heinermann2021-11-251-0/+6
* Added TAS controls to the menu under ToolsAdam Heinermann2021-11-221-0/+5
* Yuzu UI: Add button for Anti AliasFernando Sahmkow2021-11-161-0/+2
* QtGUI: Add buttton to toggle the filter.FernandoS272021-11-161-0/+2
* main: Add resolution scale label in the status barMorph2021-11-161-0/+1
* applets/swkbd: Skip text checking if the text has been confirmedMorph2021-11-081-1/+1
* yuzu: Construct system in GMainWindowMorph2021-10-151-4/+7
* core: Move ResultStatus outside of SystemMorph2021-10-151-1/+1
* main: Use std::unique_ptr for uiMorph2021-10-151-2/+5
* Merge pull request #6774 from lat9nq/remove-global-yuzuMorph2021-10-141-1/+3
|\
| * yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq2021-10-071-1/+3
* | main: Add option to reset window size to 900pameerj2021-10-111-0/+2
|/
* yuzu: main: Register a callback for ExitMorph2021-10-021-0/+1
* UI: Relocate tas menu and add brief descriptiongerman772021-09-181-1/+1
* input_common/tas: Fallback to simple updateMonsterDruide12021-09-181-0/+1
* config: Move TAS options to it's own menugerman772021-09-181-0/+1
* main: TAS Playback state labelMonsterDruide12021-09-181-0/+1
* Merge pull request #6575 from FernandoS27/new_settingsbunnei2021-07-251-2/+2
|\
| * Settings: Eliminate ASYNC & MULTICORE Toggles and add GPU Accuracy Toggle.Fernando Sahmkow2021-07-091-2/+2
* | main: Update Shader Cache menu optionsameerj2021-07-231-1/+2
* | file_sys: Support load game collection (#6582)Feng Chen2021-07-201-3/+3
|/
* Merge pull request #6471 from lat9nq/dump-as-modMorph2021-06-291-1/+2
|\
| * yuzu qt: Add option to dump to SDMC directorylat9nq2021-06-281-1/+2
* | video_core: Add GPU vendor name to window title barameerj2021-06-211-2/+2
|/
* yuzu qt: Start games from context menulat9nq2021-06-081-1/+7
* yuzu qt: Revert some usages of string_viewlat9nq2021-06-031-2/+2
* yuzu qt: Handle per-game configs for title id 0lat9nq2021-05-261-2/+3
* main: Prevent installing base titles into NANDMorph2021-05-161-0/+1
* applets/web: Fix a use-after-free when passing in the URL stringMorph2021-04-281-1/+1
* applets/swkbd: Implement the Qt Software Keyboard frontendMorph2021-04-151-0/+14
* error: Make the error code as the title text of the OverlayDialogMorph2021-04-151-1/+1
* main: Move meta type registration into its own functionMorph2021-04-151-2/+14
* applets: Remove the previous software keyboard applet implementationMorph2021-04-151-5/+0
* Refresh debug controller settingsgerman2021-02-061-1/+1
* Add controller window and single joycon top viewgerman2021-02-061-0/+2
* yuzu/main: fix mouse not showing on move and port citra-emu/citra#5476gal202020-12-311-2/+1
* Merge pull request #5217 from lat9nq/save-on-bootbunnei2020-12-231-0/+1
|\
| * yuzu/main: Save settings when starting guestlat9nq2020-12-221-0/+1
* | Add option to reset window size to 1080pgerman2020-12-231-1/+2
* | applets/web: Implement the online web browser appletMorph2020-12-181-1/+2
* | main: Add the ability to disable the web appletMorph2020-12-181-0/+3
* | main, applets/web: Re-add progress dialog for RomFS extractionMorph2020-12-181-0/+1
* | applets/web: Implement the Qt web browser applet frontendMorph2020-12-181-0/+7
* | applets: Remove the previous web browser applet implementationMorph2020-12-181-4/+0
|/
* frontend: yuzu (qt): Register a callback for ExecuteProgram.bunnei2020-11-251-2/+6
* config: Migrate config files into config/customMorph2020-11-161-0/+1
* Project Mjölnir: Part 2 - Controller AppletMorph2020-09-041-0/+6
* yuzu/main: Amend lifetime issues with InputSubsystemLioncash2020-08-291-1/+1
* input_common: Eliminate most global stateLioncash2020-08-271-6/+11
* Merge pull request #4381 from Morph1984/fix-open-folder-installed-titlebunnei2020-08-181-1/+2
|\
| * main: Fix Open Save/Mod Locations for installed titlesMorph2020-08-051-1/+2
* | main: Add an option to modify the currrent game's configurationlat9nq2020-08-161-0/+2
|/
* main: Split removal cases into their individual functions and address feedbackMorph2020-07-291-0/+5
* main: Connect game list remove signals to removal functionsMorph2020-07-291-0/+4
* yuzu: Port translation support from CitraFearlessTobi2020-07-181-0/+5
* async shadersDavid Marcec2020-07-171-0/+1
* Update the install and progress dialogsMorph2020-07-101-5/+8
* Refactor batch installing filesMorph2020-07-101-3/+11
* Add support for batch install to NANDMorph2020-07-101-0/+4
* configuration: implement per-game configurations (#4098)lat9nq2020-07-101-0/+1
* Merge pull request #4063 from FreddyFunk/game-version-in-titlebunnei2020-07-011-1/+2
|\
| * Add game versio to title barunknown2020-06-081-1/+2
* | Merge pull request #4166 from VolcaEM/quickstart-faqbunnei2020-07-011-0/+3
|\ \
| * | Update FAQ function name (1/2)VolcaEM2020-06-271-1/+1
| * | Update function name (1/2)VolcaEM2020-06-261-1/+1
| * | Use QUrl (1/2)VolcaEM2020-06-251-1/+1
| * | Add "Open Quickstart Guide" and "FAQ" buttons to the Help menuVolcaEM2020-06-251-0/+4
| |/
* | GUI: Make multicore only work with Async and add GUI for multicore.Fernando Sahmkow2020-06-271-0/+1
* | Correct function name (1/2)VolcaEM2020-06-211-1/+1
* | Add a "Open Mods Page" button to the GUIVolcaEM2020-06-211-0/+1
|/
* Merge pull request #3665 from bunnei/device-savebunnei2020-05-161-1/+1
|\
| * yuzu: game_list: Fix 'Open Save Data Location' for device saves.bunnei2020-05-111-1/+1
* | frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)Morph2020-05-151-0/+1
|/
* yuzu: Option to hide mouse on inactivityFearlessTobi2020-04-201-0/+5
* yuzu/main: Add better popup texts and remove duplicated actionsFearlessTobi2020-04-141-2/+0
* frontent: qt: main: Various updates/refactoring for separate presentation thread.bunnei2020-02-261-4/+3
* Merge pull request #3360 from CJBok/statusbar-buttonsbunnei2020-02-031-0/+4
|\
| * GUI: Togglable graphics settings buttons in status barCJBok2020-01-281-0/+4
* | yuzu: Implement Vulkan frontendReinUsesLisp2020-01-291-1/+0
|/
* yuzu: Remove Maxwell debuggerReinUsesLisp2020-01-031-8/+0
* citra_qt: add amiibo drag and drop supportFearlessTobi2019-11-031-0/+1
* yuzu: Pause when in backgroundFearlessTobi2019-09-261-0/+3
* qt: Prompt user for confirmation if exit lock is activeZach Hilman2019-09-221-0/+2
* Address trivial review commentsfearlessTobi2019-09-041-1/+1
* yuzu: Add support for multiple game directoriesfearlessTobi2019-09-041-2/+6
* Fix to Windows sleep issuesfearlessTobi2019-09-031-0/+3
* Merge pull request #1931 from DarkLordZach/mii-database-1bunnei2019-05-301-1/+1
|\
| * profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman2019-04-251-1/+1
* | yuzu/main: Move window title updating logic to its own functionLioncash2019-05-091-0/+1
|/
* main: Add GMainWindow hooks for Error displayZach Hilman2019-04-171-0/+3
* Merge pull request #2017 from jroweboy/glwidgetbunnei2019-04-141-0/+4
|\
| * bootmanager: Bypass input focus issuesReinUsesLisp2019-03-251-0/+4
* | Merge pull request #2353 from lioncash/surfacebunnei2019-04-101-2/+0
|\ \
| * | yuzu/debugger: Remove graphics surface viewerLioncash2019-04-061-2/+0
* | | Merge pull request #1957 from DarkLordZach/title-providerbunnei2019-04-101-2/+4
|\ \ \
| * | | game_list: Register content with ContentProviderZach Hilman2019-03-271-2/+4
| | |/ | |/|
* | | Merge pull request #2132 from FearlessTobi/port-4437bunnei2019-04-101-1/+1
|\ \ \ | |_|/ |/| |
| * | yuzu: Make hotkeys configurable via the GUIAdityarup Laha2019-03-161-1/+1
| |/
* / frontend: Open transferable shader cache for a selected game in the gamelistunknown2019-02-081-0/+1
|/
* QT Frontend: Add a Loading screen with progressbarJames Rowe2019-01-201-1/+3
* Merge pull request #1939 from DarkLordZach/web-appletbunnei2019-01-101-0/+7
|\
| * web_browser: Add bounds checking to applet interfaceZach Hilman2018-12-291-4/+1
| * main: Add main window integrations for QtWebBrowserAppletZach Hilman2018-12-281-0/+10
* | qt: Add setting to prompt for user on game bootZach Hilman2018-12-251-0/+2
|/
* Merge pull request #1886 from FearlessTobi/port-4164bunnei2018-12-231-0/+1
|\
| * yuzu, video_core: Screenshot functionalityzhupengfei2018-12-181-0/+1
* | Merge pull request #1781 from DarkLordZach/applet-profile-selectbunnei2018-12-231-0/+2
|\ \
| * | qt: Implement GUI dialog frontend for ProfileSelectorZach Hilman2018-12-031-0/+2
| |/
* / qt: Add Properties menu to game list right-clickZach Hilman2018-12-041-0/+1
|/
* applet: Add operation completed callbackZach Hilman2018-11-181-0/+1
* software_keyboard: Make GetText asynchronousZach Hilman2018-11-181-2/+3
* am: Allow applets to push multiple and different channels of dataZach Hilman2018-11-181-2/+2
* am: Deglobalize software keyboard appletZach Hilman2018-11-181-0/+9
* qt: Add help option to open yuzu folderZach Hilman2018-11-031-0/+1
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-3/+2
* Added Amiibo support (#1390)David2018-10-241-0/+1
* qt: Add support for dumping a DLC Data RomFSZach Hilman2018-10-181-1/+5
* partition_data_manager: Rename system files for hekateZach Hilman2018-10-071-1/+6
* qt: Add rederive keyset menu optionZach Hilman2018-10-071-0/+1
* Port web_service from CitrafearlessTobi2018-10-021-1/+9
* qt: Add UI elements for LayeredFS and related toolsZach Hilman2018-09-221-0/+2
* game_list: Make CompatibilityList parameter of NavigateToGamedbEntryRequested() a const referenceLioncash2018-09-101-1/+2
* yuzu: Move compatibility list specifics to their own source filesLioncash2018-09-101-3/+2
* Merge pull request #1223 from DarkLordZach/custom-nand-sd-dirsbunnei2018-09-041-0/+7
|\
| * qt: Add message about not moving contents on dir changeZach Hilman2018-09-041-2/+6
| * qt: Add UI options to change NAND/SD dirsZach Hilman2018-09-041-0/+3
* | vfs_real: Forward declare IOFileLioncash2018-09-021-0/+3
|/
* citra_qt: Display the unsupported GL extensions in the popupfearlessTobi2018-09-011-1/+1
* core/core: Replace includes with forward declarations where applicableLioncash2018-08-311-1/+6
* Show game compatibility within yuzufearlessTobi2018-08-291-0/+3
* Merge pull request #1136 from tech4me/masterbunnei2018-08-221-1/+2
|\
| * qt/main: Port part of citra(#3411), open savedata workstech4me2018-08-211-1/+2
* | Port #4056 from Citra: "Add Clear Recent Files menu action"fearlessTobi2018-08-211-0/+2
|/
* qt: Add 'Install to NAND' option to menuZach Hilman2018-08-121-0/+1
* core: Port core to VfsFilesystem for file accessZach Hilman2018-08-091-0/+3
* qt/hotkey: Get rid of global hotkey map instanceLioncash2018-08-071-0/+3
* qt: Add missing override specifiers where applicableLioncash2018-08-061-1/+1
* Add 'Load Folder' menu optionZach Hilman2018-06-141-0/+1
* Qt: Removed the Registers widget.Subv2018-06-131-2/+0
* qt: add check for GL extension supportBreadFish642018-06-041-0/+1
* Port citra-emu/citra#3610 to yuzuN00byKing2018-03-301-0/+3
* Add Dark theme, Icon themingN00byKing2018-03-301-0/+3
* main.h: Add pragma once, remove ifndefN00byKing2018-03-271-5/+2
* GPU: Make the debug_context variable a member of the frontend instead of a global.Subv2018-03-251-0/+6
* Frontend: Allow opening the Surface View widget in the Qt frontend.Subv2018-03-241-0/+2
* Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.Subv2018-03-241-4/+1
* Merge citra-emu PR#3159 by FearlessTobi(citra-qt : Fix a bug in our fullscreen implementation)goaaats2018-01-161-0/+2
* Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)goaaats2018-01-161-0/+1
* Remove Surface Viewer stubJannik Vogel2018-01-141-1/+0
* Implement "About" dialogspycrab2018-01-141-0/+1
* Removing unused settings and yuzu rebrandingJames Rowe2018-01-131-6/+0
* Massive removal of unused modulesJames Rowe2018-01-131-0/+174