summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-11-29Merge pull request #12154 from liamwhite/more-driversliamwhite
vulkan_device: add names for more driverID enumeration values
2023-11-29Merge pull request #11946 from flodavid/gamemodeliamwhite
Enable (Feral Interactive) Gamemode on Linux
2023-11-29Merge pull request #11902 from ameerj/ssbo-alignliamwhite
shader_recompiler: Align SSBO offsets to meet host requirements
2023-11-27Merge pull request #12183 from german77/justmiiliamwhite
service: nfc: Validate mii data
2023-11-27Merge pull request #12160 from german77/mouse_constrainliamwhite
yuzu: Constrain mouse in render window when emulated
2023-11-26Merge branch 'master' into ssbo-alignAmeer J
2023-11-26Merge pull request #11535 from GPUCode/upload_cmdbufFernando S
renderer_vulkan: Introduce separate cmd buffer for uploads
2023-11-26Merge pull request #12180 from german77/cabinetmiiliamwhite
service: am: Create random mii for cabinet applet
2023-11-26Merge pull request #12156 from german77/firmwarevsliamwhite
yuzu: Display firmware version
2023-11-25service: nfc: Validate mii datagerman77
2023-11-25service: am: Create random mii for cabinet appletgerman77
2023-11-26cmake: prefer system simpleini libraryAlexandre Bouvier
2023-11-25Merge pull request #12166 from german77/redmagicliamwhite
android: input: Flip abxy on redmagic controllers
2023-11-25android: input: Flip abxy on backbone labs controllersgerman77
2023-11-25time: undef GetCurrentTime for WindowsLiam
2023-11-25cmake: move gamemode target include into its fileflodavid
2023-11-25yuzu: create linux group in general settingsflodavid
- Create files dedicated to starting and stopping gamemode functions - Use them in yuzu and yuzu_cmd modules
2023-11-25yuzu: integrate gamemode support on linuxxcfrg
2023-11-25android: input: Flip abxy on redmagic controllersgerman77
2023-11-25Merge pull request #12153 from liamwhite/deck2liamwhite
renderer_vulkan: exclude steam deck oled from force max clock setting
2023-11-25Merge pull request #12151 from german77/no-crashliamwhite
core: hid: Ensure output devices are initialized
2023-11-25Merge pull request #12110 from liamwhite/mali-nullviewliamwhite
vk_texture_cache: add workaround for nullDescriptor on Mali
2023-11-24Merge pull request #11889 from t895/ini-libCharles Lombardo
configuration: Unify config handling across frontends
2023-11-24yuzu: Constrain mouse in render window when emulatedNarr the Reg
2023-11-24yuzu: Display firmware versionNarr the Reg
2023-11-24vulkan_device: add names for more driverID enumeration valuesLiam
2023-11-24renderer_vulkan: exclude steam deck oled from force max clock settingLiam
2023-11-24core: hid: Ensure output devices are initializedNarr the Reg
2023-11-24Merge pull request #12140 from liamwhite/qcr-unreachableliamwhite
query_cache: demote report synced unreachable to assert
2023-11-23Merge pull request #12076 from german77/resourceliamwhite
service: hid: Create appropriate hid resources
2023-11-23query_cache: demote report synced unreachable to assertLiam
2023-11-23frontend_common: Don't specify default value for screenshot_patht895
2023-11-23frontend_common: Don't load config files that we fail to opent895
2023-11-21frontend_common: Add option to read unsigned integerst895
2023-11-21game_list_worker: Explicit caputure of 'this'Merry
2023-11-21shared_widget: Explicit capture of 'this'Merry
2023-11-21frontend_common: Set config array size to 0 if the array is ended without ↵t895
changing its index
2023-11-21frontend_common: Manually handle opening config filet895
SimpleIni only has the ability to use ANSI strings for config paths so this breaks opening configs on paths with special characters. This ensures that we open the right path on each platform.
2023-11-21Merge pull request #12107 from daisymlleung/patch-1liamwhite
Stub CheckBlockedUserListAvailability for Super Bomberman R 2
2023-11-21Merge pull request #12045 from liamwhite/codec-refactorliamwhite
video_core: refactor video frame and packet parsing
2023-11-21Merge pull request #11984 from lat9nq/lupdateliamwhite
shared_translation: Call tr more directly
2023-11-21frontend_common: Add special config case for unmapped windows network drivest895
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.
2023-11-21frontend_common: Disable UTF-8 BOM in configt895
2023-11-21android: Rework config lifecyclet895
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.
2023-11-21android: Remove ini4jt895
2023-11-21common: settings: Add ifdefs to define android's default settingst895
2023-11-21general: Remove iniht895
2023-11-21config: Unify config handling under frontend_commont895
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-20vk_texture_cache: add workaround for nullDescriptor on MaliLiam
2023-11-20service: hid: Create appropriate hid resourcesNarr the Reg