summaryrefslogtreecommitdiffstats
path: root/src/yuzu/main.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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