Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-04 | "Merge Tagged PR 13018"HEADmaster | yuzubot | |
2024-02-23 | Merge pull request #13073 from FearlessTobi/fsp-srv-ipc | liamwhite | |
fsp: Migrate remaining interfaces to cmif serialization | |||
2024-02-22 | yuzu: Fix shortcut error message | Narr the Reg | |
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 <[email protected]> * Remove translation of literal filename/filter format. * clang-format. --------- Co-authored-by: Tobias <[email protected]> | |||
2024-02-19 | fs: Add and use fs_save_data_types.h | FearlessTobi | |
2024-02-19 | scope_exit: Make constexpr | FearlessTobi | |
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | |||
2024-02-18 | Add check for corrupted firmware files after install. | Andrew Pilley | |
2024-02-18 | >.> spelling | Andrew Pilley | |
2024-02-18 | cleanup by clang-format. | Andrew Pilley | |
2024-02-18 | Improve behavior when one or more firmware files can't be deleted. | Andrew Pilley | |
2024-02-17 | Implement In-app firmware installation. | Andrew Pilley | |
2024-02-11 | am: rewrite appletAE, appletOE | Liam | |
2024-02-03 | Merge pull request #12850 from Calinou/multiplayer-add-hotkeys | liamwhite | |
Add hotkeys for multiplayer actions | |||
2024-01-29 | core: support offline web applet | Liam | |
2024-01-29 | am: migrate global state to per-applet state structure | Liam | |
2024-01-29 | am: retrieve main applet creation info from frontend | Liam | |
2024-01-30 | Add hotkeys for multiplayer actions | Hugo Locurcio | |
Default shortcuts were chosen as to be intuitive (use the first letter of the action, or the second word's first letter) and work on all types of keyboards. The hotkeys can be used while playing a game too, as they are application-wide. | |||
2024-01-29 | am: re-namespace frontend applets to frontend directory | Liam | |
2024-01-29 | service: split am into components | Liam | |
2024-01-25 | fs: Replace Mode enum by OpenMode enum | FearlessTobi | |
2024-01-25 | vfs: Move vfs files to their own directory | FearlessTobi | |
2024-01-25 | frontend_common: Consistently use references | t895 | |
Was swapping between references and pointers for no reason. Just unify them here since each of these utility functions will need their parameters to be alive. | |||
2024-01-25 | frontend_common: Remove key rederivation and keep key check | t895 | |
2024-01-21 | frontend_common: Move integrity verification to content_manager | t895 | |
2024-01-19 | frontend_common: Add content manager utility functions | t895 | |
Creates utility functions to remove/install DLC, updates, and base game content | |||
2024-01-17 | Allow -u to accept a username string in addition to index, and suppress the ↵ | Andrew Pilley | |
User selector even if settings requires it to be shown for one instance only. | |||
2024-01-15 | Merge pull request #12612 from liamwhite/fs-pid | Charles Lombardo | |
fsp-srv: use program registry for SetCurrentProcess | |||
2024-01-11 | service: hid: Create abstracted pad structure | german77 | |
2024-01-11 | fsp-srv: use program registry for SetCurrentProcess | Liam | |
2024-01-06 | service: set: Rename files | german77 | |
2024-01-05 | hid_core: Move hid to it's own subproject | Narr the Reg | |
2023-12-29 | Fix Wayland appId | Reilly Brogan | |
On compliant Wayland compositors windows are matched to their .desktop files by comparing the appId window property to the name of the .desktop file without the .deskop extension. Qt5/6 by default set this property to the basename of the binary (IE `yuzu`) which does not match the expected value `org.yuzu_emu.yuzu`. We can fix this and fix window associations on compliant compositors (like Plasma) by using the `setDesktopFileName()` function which will set the appId window property. This is a no-op on X11 so is safe to be ran without guards. | |||
2023-12-18 | yuzu: Make language persistent and remove symbols_path | Narr the Reg | |
2023-12-10 | core: Use single instance of profile manager | german77 | |
2023-12-01 | file_sys: handle null romfs | Liam | |
2023-11-29 | Merge pull request #11946 from flodavid/gamemode | liamwhite | |
Enable (Feral Interactive) Gamemode on Linux | |||
2023-11-27 | Merge pull request #12160 from german77/mouse_constrain | liamwhite | |
yuzu: Constrain mouse in render window when emulated | |||
2023-11-26 | Merge pull request #12156 from german77/firmwarevs | liamwhite | |
yuzu: Display firmware version | |||
2023-11-25 | yuzu: create linux group in general settings | flodavid | |
- Create files dedicated to starting and stopping gamemode functions - Use them in yuzu and yuzu_cmd modules | |||
2023-11-25 | yuzu: integrate gamemode support on linux | xcfrg | |
2023-11-24 | yuzu: Constrain mouse in render window when emulated | Narr the Reg | |
2023-11-24 | yuzu: Display firmware version | Narr the Reg | |
2023-11-21 | config: Unify config handling under frontend_common | t895 | |
Replaces every way of handling config for each frontend with SimpleIni. frontend_common's Config class is at the center where it saves and loads all of the cross-platform settings and provides a set of pure virtual functions for platform specific settings. As a result of making config handling platform specific, several parts had to be moved to each platform's own config class or to other parts. Default keys were put in platform specific config classes and translatable strings for Qt were moved to shared_translation. Default hotkeys, default_theme, window geometry, and qt metatypes were moved to uisettings. Additionally, to reduce dependence on Qt, QStrings were converted to std::strings where applicable. | |||
2023-11-20 | Merge pull request #12011 from Macj0rdan/controller-applet | Narr the Reg | |
Implemented qlaunch version of the controller applet | |||
2023-11-19 | Implemented qlaunch version of the controller applet | FrozenAra | |
2023-11-19 | Merge pull request #11792 from boludoz/new-shortcut | liamwhite | |
Improved shortcut: add games in applist for Windows, question for sta… | |||
2023-11-13 | Merge pull request #11990 from german77/audio | liamwhite | |
yuzu: Save mute when in background setting | |||
2023-11-11 | yuzu: Keep homebrew on the recently played list | german77 | |
2023-11-10 | yuzu: Make mute audio persistent | Narr the Reg | |
2023-11-09 | Fix out_icon_path = Common::FS::GetYuzuPath(Common::FS::YuzuPath::IconsDir); | Franco M | |