summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* frontend_common: Add special config case for unmapped windows network drivesGravatar t8952023-11-211-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 configGravatar t8952023-11-211-1/+1
|
* android: Rework config lifecycleGravatar t8952023-11-216-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 ini4jGravatar t8952023-11-212-43/+0
|
* common: settings: Add ifdefs to define android's default settingsGravatar t8952023-11-211-6/+36
|
* general: Remove inihGravatar t8952023-11-212-2/+2
|
* config: Unify config handling under frontend_commonGravatar t8952023-11-2153-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-appletGravatar Narr the Reg2023-11-2016-89/+594
|\ | | | | Implemented qlaunch version of the controller applet
| * Implemented qlaunch version of the controller appletGravatar FrozenAra2023-11-1916-89/+594
| |
* | Merge pull request #12093 from t895/zip-intentGravatar liamwhite2023-11-203-72/+33
|\ \ | | | | | | android: Use file picker intent for save exporter
| * | android: Use file picker intent for save exporterGravatar t8952023-11-193-72/+33
| | |
* | | Merge pull request #12092 from t895/recent-games-defaultGravatar liamwhite2023-11-202-2/+3
|\ \ \ | | | | | | | | android: Select recently played games by default in search tab
| * | | android: Use path instead of programId for recently added / played keyGravatar t8952023-11-191-2/+2
| | | |
| * | | android: Select recently played games by default in search tabGravatar t8952023-11-191-0/+1
| |/ /
* | | Merge pull request #12091 from t895/silly-speedGravatar liamwhite2023-11-201-1/+1
|\ \ \ | | | | | | | | android: Allow up to 400% for the limit speed percent setting
| * | | android: Allow up to 400% for the limit speed percent settingGravatar t8952023-11-191-1/+1
| |/ /
* / / service: hid: Ensure resource manager is initializedGravatar Squall-Leonhart2023-11-201-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/viewportGravatar liamwhite2023-11-195-1/+11
|\ \ | | | | | | renderer_vulkan: ignore viewport stores on non-supporting drivers
| * | renderer_vulkan: ignore viewport stores on non-supporting driversGravatar Liam2023-11-195-1/+11
| | |
* | | qt: fix linux buildGravatar Liam2023-11-191-0/+3
|/ /
* | Merge pull request #12081 from ↵Gravatar liamwhite2023-11-193-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 AndroidGravatar Fernando Sahmkow2023-11-193-5/+31
| | |
* | | Merge pull request #12036 from FernandoS27/you-should-have-more-than-one-towelGravatar liamwhite2023-11-191-0/+13
|\ \ \ | | | | | | | | Query Cache: Disable write syncing on Android
| * | | Query Cache: Disable write syncing on AndroidGravatar Fernando Sahmkow2023-11-151-0/+13
| | | |
* | | | Merge pull request #11792 from boludoz/new-shortcutGravatar liamwhite2023-11-195-208/+259
|\ \ \ \ | | | | | | | | | | Improved shortcut: add games in applist for Windows, question for sta…
| * | | | Fix out_icon_path = Common::FS::GetYuzuPath(Common::FS::YuzuPath::IconsDir);Gravatar Franco M2023-11-091-1/+1
| | | | |
| * | | | Minor changesGravatar Franco M2023-11-091-2/+2
| | | | |
| * | | | Final change, i thinkGravatar Franco M2023-11-081-6/+5
| | | | |
| * | | | Fixed clangGravatar Franco M2023-11-071-2/+3
| | | | |
| * | | | modified: src/yuzu/main.cppGravatar Franco M2023-11-051-66/+7
| | | | |
| * | | | Merge branch 'master' into new-shortcutGravatar Franco M2023-11-04166-2990/+7647
| |\ \ \ \
| * | | | | We dont need thatGravatar boludoz2023-10-271-15/+19
| | | | | |
| * | | | | Merge branch 'yuzu-emu:master' into new-shortcutGravatar Franco M2023-10-2631-107/+493
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'yuzu-emu:master' into new-shortcutGravatar Franco M2023-10-2133-289/+588
| |\ \ \ \ \ \
| * | | | | | | Reverted dirty code in main.Gravatar boludoz2023-10-182-9/+2
| | | | | | | |
| * | | | | | | TODO: Implement shortcut creation for Apple.Gravatar boludoz2023-10-183-2/+15
| | | | | | | |
| * | | | | | | Useless code removed related to admin privileges, if it is not an error we ↵Gravatar boludoz2023-10-182-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | can add it later, that is what git is for.
| * | | | | | | Deleted admin requisite (maybe it was another mistake).Gravatar boludoz2023-10-181-7/+1
| | | | | | | |
| * | | | | | | Merge branch 'yuzu-emu:master' into new-shortcutGravatar Franco M2023-10-1819-99/+120
| |\ \ \ \ \ \ \
| * | | | | | | | Final refactorizationGravatar boludoz2023-10-171-86/+45
| | | | | | | | |
| * | | | | | | | Merge branch 'yuzu-emu:master' into new-shortcutGravatar Franco M2023-10-176-8/+91
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Moved check.Gravatar boludoz2023-10-161-6/+8
| | | | | | | | | |
| * | | | | | | | | More @liamwhite suggestions applied.Gravatar boludoz2023-10-162-122/+90
| | | | | | | | | |
| * | | | | | | | | shortcut_stream.close(); fixedGravatar boludoz2023-10-161-1/+1
| | | | | | | | | |
| * | | | | | | | | Comment using fmt instead qt.Gravatar boludoz2023-10-161-2/+1
| | | | | | | | | |
| * | | | | | | | | .clear() instead = ""; and switch improved.Gravatar boludoz2023-10-161-16/+8
| | | | | | | | | |
| * | | | | | | | | More missed suggestionsGravatar boludoz2023-10-161-6/+2
| | | | | | | | | |
| * | | | | | | | | Sugestions and fixes.Gravatar boludoz2023-10-163-54/+56
| | | | | | | | | |
| * | | | | | | | | Merge branch 'new-shortcut' of https://github.com/boludoz/yuzu into new-shortcutGravatar boludoz2023-10-162-10/+1
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'yuzu-emu:master' into new-shortcutGravatar Franco M2023-10-162-10/+1
| | |\ \ \ \ \ \ \ \ \