summaryrefslogtreecommitdiff
path: root/src/yuzu/main.ui
AgeCommit message (Collapse)Author
2021-02-14yuzu: Various frontend improvements to avoid crashes and improve experience ↵bunnei
on Linux.
2020-12-22yuzu/main: Improve menubar access keyslat9nq
Adds a unique access key to each action within each menu. A few actions already had their own access key, so those were untouched.
2020-12-22Add option to reset window size to 1080pgerman
2020-09-02main: Use three dots to complete the ellipsislat9nq
Fixes a typo in the UI file. An ellipsis has 3 dots.
2020-08-15main: Add an option to modify the currrent game's configurationlat9nq
Creates a new entry in the Emulation menu called "Configure Current Game..." that is only available if a game is currently being executed in yuzu. When selected, it opens the game properties dialog for the current game. Thanks to @BSoDGamingYT for reminding me to do this.
2020-07-10Add support for batch install to NANDMorph
This adds support to batch install files to NAND
2020-06-25Fix formattingVolcaEM
2020-06-25Add "Open Quickstart Guide" and "FAQ" buttons to the Help menuVolcaEM
While we're at it, also refactor the function used by OnOpenModsPage to be compatible with other URLs
2020-05-15frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413)Morph
2020-04-14yuzu/main: Add better popup texts and remove duplicated actionsFearlessTobi
Makes popup texts more compact and clear and also links our quickstart guide now. Also removes OnMenuSelectEmulatedDirectory from the File dropdown, as the action already exists in the Filesystem tab and provides better visual feedback there.
2020-01-18Merge pull request #3298 from Simek/missing_hotkeysbunnei
GUI: add few missing hotkeys to main menu
2020-01-18Add headbar icon on LinuxTotalCaesar659
2020-01-13GUI: add few missing hotkeys to main menuBartosz Kaszubowski
2019-11-19citra_qt/main.ui: remove unused actions "Load Symbol Map..." and...Tobias
..."Select Game Directory..." Co-authored-by: vvanelslande <vvanelslandedev@gmail.com>
2019-09-04yuzu: Add support for multiple game directoriesfearlessTobi
Ported from https://github.com/citra-emu/citra/pull/3617.
2018-12-18yuzu, video_core: Screenshot functionalityzhupengfei
Allows capturing screenshot at the current internal resolution (native for software renderer), but a setting is available to capture it in other resolutions. The screenshot is saved to a single PNG in the current layout.
2018-11-13qt: Move Open yuzu Folder action from Help to FileZach Hilman
2018-11-03qt: Add help option to open yuzu folderZach Hilman
Opens a new file manager window at the UserDir.
2018-10-23Added Amiibo support (#1390)David
* Fixed conflict with nfp * Few fixups for nfc * Conflict 2 * Fixed AttachAvailabilityChangeEvent * Conflict 3 * Fixed byte padding * Refactored amiibo to not reside in "System" * Removed remaining references of nfc from system * used enum for Nfc GetStateOld * Added missing newline * Moved file operations to front end * Conflict 4 * Amiibos now use structs and added mutexes * Removed amiibo_path
2018-10-20qt: Move Reinitialize Keys to Tools menuZach Hilman
2018-10-07qt: Add rederive keyset menu optionZach Hilman
2018-10-02Port web_service from CitrafearlessTobi
2018-09-03qt: Add UI options to change NAND/SD dirsZach Hilman
2018-08-28Fix two stupid errors made in #1141fearlessTobi
2018-08-21Port #3902 from Citra: "Add restart hotkey & menu option"fearlessTobi
2018-08-11qt: Add 'Install to NAND' option to menuZach Hilman
Prompts for title type on NCA files.
2018-06-14Add 'Load Folder' menu optionZach Hilman
2018-01-16Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode)goaaats
2018-01-14Remove Surface Viewer stubJannik Vogel
2018-01-13Minor cleanupMerryMage
2018-01-12Removing unused settings and yuzu rebrandingJames Rowe
2018-01-12Massive removal of unused modulesJames Rowe