| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | frontend_common: Add special config case for unmapped windows network drives | 2023-11-21 | 1 | -1/+9 | |
| | | | | | Normally we save paths with '/' as the delimiter for each segment but when you manually select a network drive instead of using a mapped location, this would break. This ensures that if the read filesystem location starts with '//', we keep that pattern. | ||||
| * | frontend_common: Disable UTF-8 BOM in config | 2023-11-21 | 1 | -1/+1 | |
| | | |||||
| * | android: Rework config lifecycle | 2023-11-21 | 6 | -6/+31 | |
| | | | | | Exposes options for initializing, unloading, reloading, and saving settings that let us update the config much more granularly based on what's happening in the UI. | ||||
| * | android: Remove ini4j | 2023-11-21 | 2 | -43/+0 | |
| | | |||||
| * | common: settings: Add ifdefs to define android's default settings | 2023-11-21 | 1 | -6/+36 | |
| | | |||||
| * | general: Remove inih | 2023-11-21 | 2 | -2/+2 | |
| | | |||||
| * | config: Unify config handling under frontend_common | 2023-11-21 | 53 | -3435/+2539 | |
| | | | | | | | 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. | ||||
| * | Merge pull request #12011 from Macj0rdan/controller-applet | 2023-11-20 | 16 | -89/+594 | |
| |\ | | | | | Implemented qlaunch version of the controller applet | ||||
| | * | Implemented qlaunch version of the controller applet | 2023-11-19 | 16 | -89/+594 | |
| | | | |||||
| * | | Merge pull request #12093 from t895/zip-intent | 2023-11-20 | 3 | -72/+33 | |
| |\ \ | | | | | | | android: Use file picker intent for save exporter | ||||
| | * | | android: Use file picker intent for save exporter | 2023-11-19 | 3 | -72/+33 | |
| | | | | |||||
| * | | | Merge pull request #12092 from t895/recent-games-default | 2023-11-20 | 2 | -2/+3 | |
| |\ \ \ | | | | | | | | | android: Select recently played games by default in search tab | ||||
| | * | | | android: Use path instead of programId for recently added / played key | 2023-11-19 | 1 | -2/+2 | |
| | | | | | |||||
| | * | | | android: Select recently played games by default in search tab | 2023-11-19 | 1 | -0/+1 | |
| | |/ / | |||||
| * | | | Merge pull request #12091 from t895/silly-speed | 2023-11-20 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | android: Allow up to 400% for the limit speed percent setting | ||||
| | * | | | android: Allow up to 400% for the limit speed percent setting | 2023-11-19 | 1 | -1/+1 | |
| | |/ / | |||||
| * / / | service: hid: Ensure resource manager is initialized | 2023-11-20 | 1 | -1/+1 | |
| |/ / | | | | | | | | | | | Ensures the proper initialization of the IActiveVibrationDeviceList. By using GetResourceManager() instead of resource_manager, we make sure that the IActiveVibrationDeviceListis initialized before it's used, preventing potential null issues. Fixes #12088 | ||||
| * | | Merge pull request #12083 from liamwhite/viewport | 2023-11-19 | 5 | -1/+11 | |
| |\ \ | | | | | | | renderer_vulkan: ignore viewport stores on non-supporting drivers | ||||
| | * | | renderer_vulkan: ignore viewport stores on non-supporting drivers | 2023-11-19 | 5 | -1/+11 | |
| | | | | |||||
| * | | | qt: fix linux build | 2023-11-19 | 1 | -0/+3 | |
| |/ / | |||||
| * | | Merge pull request #12081 from ↵ | 2023-11-19 | 3 | -5/+31 | |
| |\ \ | | | | | | | | | | | | | FernandoS27/check-out-on-your-broke-crypto-friends Vulkan: Be more generous with pipeline workers for Android | ||||
| | * | | Vulkan: Be more generous with pipeline workers for Android | 2023-11-19 | 3 | -5/+31 | |
| | | | | |||||
| * | | | Merge pull request #12036 from FernandoS27/you-should-have-more-than-one-towel | 2023-11-19 | 1 | -0/+13 | |
| |\ \ \ | | | | | | | | | Query Cache: Disable write syncing on Android | ||||
| | * | | | Query Cache: Disable write syncing on Android | 2023-11-15 | 1 | -0/+13 | |
| | | | | | |||||
| * | | | | Merge pull request #11792 from boludoz/new-shortcut | 2023-11-19 | 5 | -208/+259 | |
| |\ \ \ \ | | | | | | | | | | | Improved shortcut: add games in applist for Windows, question for sta… | ||||
| | * | | | | Fix out_icon_path = Common::FS::GetYuzuPath(Common::FS::YuzuPath::IconsDir); | 2023-11-09 | 1 | -1/+1 | |
| | | | | | | |||||
| | * | | | | Minor changes | 2023-11-09 | 1 | -2/+2 | |
| | | | | | | |||||
| | * | | | | Final change, i think | 2023-11-08 | 1 | -6/+5 | |
| | | | | | | |||||
| | * | | | | Fixed clang | 2023-11-07 | 1 | -2/+3 | |
| | | | | | | |||||
| | * | | | | modified: src/yuzu/main.cpp | 2023-11-05 | 1 | -66/+7 | |
| | | | | | | |||||
| | * | | | | Merge branch 'master' into new-shortcut | 2023-11-04 | 166 | -2990/+7647 | |
| | |\ \ \ \ | |||||
| | * | | | | | We dont need that | 2023-10-27 | 1 | -15/+19 | |
| | | | | | | | |||||
| | * | | | | | Merge branch 'yuzu-emu:master' into new-shortcut | 2023-10-26 | 31 | -107/+493 | |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'yuzu-emu:master' into new-shortcut | 2023-10-21 | 33 | -289/+588 | |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Reverted dirty code in main. | 2023-10-18 | 2 | -9/+2 | |
| | | | | | | | | | |||||
| | * | | | | | | | TODO: Implement shortcut creation for Apple. | 2023-10-18 | 3 | -2/+15 | |
| | | | | | | | | | |||||
| | * | | | | | | | Useless code removed related to admin privileges, if it is not an error we ↵ | 2023-10-18 | 2 | -7/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | can add it later, that is what git is for. | ||||
| | * | | | | | | | Deleted admin requisite (maybe it was another mistake). | 2023-10-18 | 1 | -7/+1 | |
| | | | | | | | | | |||||
| | * | | | | | | | Merge branch 'yuzu-emu:master' into new-shortcut | 2023-10-18 | 19 | -99/+120 | |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Final refactorization | 2023-10-17 | 1 | -86/+45 | |
| | | | | | | | | | | |||||
| | * | | | | | | | | Merge branch 'yuzu-emu:master' into new-shortcut | 2023-10-17 | 6 | -8/+91 | |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Moved check. | 2023-10-16 | 1 | -6/+8 | |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | More @liamwhite suggestions applied. | 2023-10-16 | 2 | -122/+90 | |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | shortcut_stream.close(); fixed | 2023-10-16 | 1 | -1/+1 | |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Comment using fmt instead qt. | 2023-10-16 | 1 | -2/+1 | |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | .clear() instead = ""; and switch improved. | 2023-10-16 | 1 | -16/+8 | |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | More missed suggestions | 2023-10-16 | 1 | -6/+2 | |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Sugestions and fixes. | 2023-10-16 | 3 | -54/+56 | |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Merge branch 'new-shortcut' of https://github.com/boludoz/yuzu into new-shortcut | 2023-10-16 | 2 | -10/+1 | |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ | Merge branch 'yuzu-emu:master' into new-shortcut | 2023-10-16 | 2 | -10/+1 | |
| | | |\ \ \ \ \ \ \ \ \ | |||||