- 21 Nov, 2023 1 commit
-
-
t895 authored
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.
-
- 20 Nov, 2023 6 commits
-
-
Narr the Reg authored
Implemented qlaunch version of the controller applet
-
liamwhite authored
android: Use file picker intent for save exporter
-
liamwhite authored
android: Select recently played games by default in search tab
-
liamwhite authored
android: Allow up to 400% for the limit speed percent setting
-
Narr the Reg authored
service: hid: Ensure resource manager is initialized
-
Squall-Leonhart authored
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
-
- 19 Nov, 2023 16 commits
-
-
t895 authored
-
t895 authored
-
t895 authored
-
t895 authored
-
liamwhite authored
renderer_vulkan: ignore viewport stores on non-supporting drivers
-
liamwhite authored
qt: fix linux build
-
FrozenAra authored
-
Liam authored
-
Liam authored
-
liamwhite authored
Vulkan: Be more generous with pipeline workers for Android
-
liamwhite authored
Query Cache: Disable write syncing on Android
-
liamwhite authored
Improved shortcut: add games in applist for Windows, question for sta…
-
liamwhite authored
shader_recompiler: add byteswap pattern workaround for Nvidia
-
liamwhite authored
gl_graphics_pipeline: GLASM: Fix transform feedback attribs buffer mode
-
liamwhite authored
Buffer Cache: Eliminate clears on Indirect buffers
-
Fernando Sahmkow authored
-
- 18 Nov, 2023 7 commits
-
-
Fernando Sahmkow authored
-
Ameer J authored
-
Ameer J authored
GL_SEPARATE_ATTRIBS only applies when multiple buffers are being used, else GL_INTERLEAVED_ATTRIBS handles the cases for a single buffer with potentially more than one attribute
-
Ameer J authored
-
liamwhite authored
opus: fix stereo stream count check in multistream decoder object
-
liamwhite authored
nvnflinger: use graphic buffer lifetime for map handle
-
liamwhite authored
nvnflinger: implement consumer abandonment
-
- 17 Nov, 2023 3 commits
-
-
Liam authored
-
liamwhite authored
service: hid: Introduce firmware settings and update activate controller calls
-
Narr the Reg authored
-
- 16 Nov, 2023 5 commits
-
-
liamwhite authored
service: hid: Implement xpad calls
-
Narr the Reg authored
-
liamwhite authored
Revert PR #11806 and do a proper fix to the memory handling.
-
liamwhite authored
service: hid: Split hid.cpp into individual interfaces
-
liamwhite authored
core: hid: Split SL and SR buttons
-
- 15 Nov, 2023 2 commits
-
-
Narr the Reg authored
-
liamwhite authored
android: Disable PiP by default
-