Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-31 | chore: update project branding to citron | Zephyron | |
2024-02-19 | Import keys from filesystem. (#13056) | Andrew Pilley | |
* Import keys, re-initialize KeyManager, re-scan vfs, re-populate game list. * <.< spelling. * Update based on feedback on #13047 and this PR * Based on feedback: Don't delete existing files. There's legitimate reasons that someone may want to keep their retail keys and title key handling is resilient to mismatches. * Update src/yuzu/main.cpp Co-authored-by: Tobias <thm.frey@gmail.com> * Remove translation of literal filename/filter format. * clang-format. --------- Co-authored-by: Tobias <thm.frey@gmail.com> | |||
2024-02-17 | Implement In-app firmware installation. | Andrew Pilley | |
2024-01-25 | frontend_common: Remove key rederivation and keep key check | t895 | |
2023-11-19 | Implemented qlaunch version of the controller applet | FrozenAra | |
2023-10-02 | yuzu: Allow to launch album applet from firmware | Narr the Reg | |
2023-10-01 | yuzu: Allow to launch cabinet applet from firmware | Narr the Reg | |
2023-09-23 | yuzu: Add button to boot mii edit from firmware | german77 | |
2023-09-12 | qt: add verification for installed contents | Liam | |
2022-11-23 | Qt: assign menuRole properties for actions | Liam | |
2022-11-02 | remove unnecessary sepator in file menu (main.ui) | Ludovic | |
2022-09-20 | Address some review comments | FearlessTobi | |
2022-09-10 | yuzu: Multiple room UI improvements | german77 | |
2022-09-09 | ldn: Initial implementation | FearlessTobi | |
2022-07-25 | yuzu: Hide multiplayer button and room status | FearlessTobi | |
2022-07-25 | yuzu: Add ui files for multiplayer rooms | FearlessTobi | |
2022-02-08 | yuzu: Allow to open and remove the amiibo | german77 | |
2021-11-24 | Refactor menu states and shortcuts in GMainWindow. (#7419) | Adam Heinermann | |
Refactor menu states and shortcuts in GMainWindow. - Removed "Start", since it was always disabled unless it was "Continue" which has now been moved to "Pause". - Allow hotkeys to be used while in fullscreen. - Removed the load amiibo hotkey. | |||
2021-11-21 | Added TAS controls to the menu under Tools | Adam Heinermann | |
2021-10-11 | main: Add option to reset window size to 900p | ameerj | |
2021-09-18 | UI: Relocate tas menu and add brief description | german77 | |
2021-09-18 | config: Move TAS options to it's own menu | german77 | |
2021-02-14 | yuzu: Various frontend improvements to avoid crashes and improve experience ↵ | bunnei | |
on Linux. | |||
2020-12-22 | yuzu/main: Improve menubar access keys | lat9nq | |
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-22 | Add option to reset window size to 1080p | german | |
2020-09-02 | main: Use three dots to complete the ellipsis | lat9nq | |
Fixes a typo in the UI file. An ellipsis has 3 dots. | |||
2020-08-15 | main: Add an option to modify the currrent game's configuration | lat9nq | |
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-10 | Add support for batch install to NAND | Morph | |
This adds support to batch install files to NAND | |||
2020-06-25 | Fix formatting | VolcaEM | |
2020-06-25 | Add "Open Quickstart Guide" and "FAQ" buttons to the Help menu | VolcaEM | |
While we're at it, also refactor the function used by OnOpenModsPage to be compatible with other URLs | |||
2020-05-15 | frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413) | Morph | |
2020-04-14 | yuzu/main: Add better popup texts and remove duplicated actions | FearlessTobi | |
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-18 | Merge pull request #3298 from Simek/missing_hotkeys | bunnei | |
GUI: add few missing hotkeys to main menu | |||
2020-01-18 | Add headbar icon on Linux | TotalCaesar659 | |
2020-01-13 | GUI: add few missing hotkeys to main menu | Bartosz Kaszubowski | |
2019-11-19 | citra_qt/main.ui: remove unused actions "Load Symbol Map..." and... | Tobias | |
..."Select Game Directory..." Co-authored-by: vvanelslande <vvanelslandedev@gmail.com> | |||
2019-09-04 | yuzu: Add support for multiple game directories | fearlessTobi | |
Ported from https://github.com/citra-emu/citra/pull/3617. | |||
2018-12-18 | yuzu, video_core: Screenshot functionality | zhupengfei | |
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-13 | qt: Move Open yuzu Folder action from Help to File | Zach Hilman | |
2018-11-03 | qt: Add help option to open yuzu folder | Zach Hilman | |
Opens a new file manager window at the UserDir. | |||
2018-10-23 | Added 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-20 | qt: Move Reinitialize Keys to Tools menu | Zach Hilman | |
2018-10-07 | qt: Add rederive keyset menu option | Zach Hilman | |
2018-10-02 | Port web_service from Citra | fearlessTobi | |
2018-09-03 | qt: Add UI options to change NAND/SD dirs | Zach Hilman | |
2018-08-28 | Fix two stupid errors made in #1141 | fearlessTobi | |
2018-08-21 | Port #3902 from Citra: "Add restart hotkey & menu option" | fearlessTobi | |
2018-08-11 | qt: Add 'Install to NAND' option to menu | Zach Hilman | |
Prompts for title type on NCA files. | |||
2018-06-14 | Add 'Load Folder' menu option | Zach Hilman | |
2018-01-16 | Merge citra-emu PR#3001 by Styleoshin(citra-qt : Adding fullscreen mode) | goaaats | |