summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #12402 from german77/langGravatar liamwhite2023-12-184-12/+6
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | |_|_|_|/ / |/| | | | | yuzu: Make language persistent and remove symbols_path
| * | | | | yuzu: Make language persistent and remove symbols_pathGravatar Narr the Reg2023-12-184-12/+6
| |/ / / /
* | | | | Merge pull request #12349 from Kelebek1/return_system_channels_activeGravatar liamwhite2023-12-185-20/+41
|\ \ \ \ \ | |_|_|/ / |/| | | | Have GetActiveChannelCount return the system channels instead of host device channels
| * | | | audio: skip coefficient normalization for downmixGravatar Liam2023-12-161-4/+2
| | | | |
| * | | | Have GetActiveChannelCount return the system channels instead of host device ↵Gravatar Kelebek12023-12-165-20/+43
| | |_|/ | |/| | | | | | | | | | channels
* | | | path_util: copy output for GetParentPathGravatar Liam2023-12-172-4/+4
| |_|/ |/| |
* | | Merge pull request #12378 from liamwhite/offsetofGravatar liamwhite2023-12-162-0/+2
|\ \ \ | | | | | | | | set: add cstddef for offsetof macro
| * | | set: add cstddef for offsetof macroGravatar Liam2023-12-162-0/+2
| |/ /
* | | Merge pull request #12377 from ameerj/tfb-batch-oopsieGravatar liamwhite2023-12-161-1/+1
|\ \ \ | | | | | | | | gl_buffer_cache: Fix tfb binding typo
| * | | gl_buffer_cache: Fix tfb binding typoGravatar Ameer J2023-12-161-1/+1
| |/ /
* | | Merge pull request #12345 from liamwhite/a-flock-of-seagullsGravatar liamwhite2023-12-162-3/+12
|\ \ \ | | | | | | | | renderer_vulkan: cap async presentation frame count
| * | | renderer_vulkan: bound async presentation queue growthGravatar Liam2023-12-142-3/+12
| | |/ | |/|
* | | Merge pull request #12335 from t895/per-game-settingsGravatar liamwhite2023-12-16108-872/+3511
|\ \ \ | | | | | | | | android: Game Properties
| * | | android: Rework InstallableProperty view with iconGravatar t8952023-12-126-11/+191
| | | |
| * | | android: Prevent editing non-savable settings in per-game settingsGravatar t8952023-12-124-0/+23
| | | |
| * | | android: Pre-select custom config in game launch dialogGravatar t8952023-12-121-2/+2
| | | |
| * | | android: Use confirmation dialog when deleting shader cacheGravatar t8952023-12-123-15/+45
| | | |
| * | | android: Always use custom settings when launched from intentGravatar t8952023-12-121-2/+3
| | | |
| * | | settings: Allow vsync to be changed per-gameGravatar t8952023-12-121-1/+1
| | | |
| * | | android: Adjust variable name format for native configGravatar t8952023-12-121-6/+6
| | | |
| * | | android: Add game dir entries to FilesystemProviderGravatar t8952023-12-126-9/+80
| | | | | | | | | | | | | | | | Allows us to correctly parse update metadata
| * | | android: Fix games list loading thread safetyGravatar t8952023-12-121-36/+38
| | | | | | | | | | | | | | | | Previously we relied on a stateflow for reloading state. Now we use an atomic boolean.
| * | | android: Collect latest information for games listGravatar t8952023-12-122-2/+3
| | | |
| * | | android: Remove global save import/exporter UIGravatar t8952023-12-121-24/+0
| | | | | | | | | | | | | | | | The original implementation exposed here was fundamentally broken where it would not export or import all of your saves depending on your user profile configuration
| * | | android: Compare all properties between games in DiffCallbackGravatar t8952023-12-122-1/+2
| | | |
| * | | android: Expose MemoryUtil size formatting functionGravatar t8952023-12-122-2/+3
| | | |
| * | | android: Add JNI initialization information for Game classGravatar t8952023-12-122-0/+64
| | | | | | | | | | | | | | | | Unused in this PR, but will be useful later
| * | | settings: Allow CPU Debug and Fastmem to be changed per-gameGravatar t8952023-12-121-4/+4
| | | |
| * | | android: Add per-game driversGravatar t8952023-12-1214-95/+218
| | | |
| * | | android: Add per-game settingsGravatar t8952023-12-1227-83/+303
| | | |
| * | | android: Add Game propertiesGravatar t8952023-12-1240-253/+2227
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit has the UI for viewing a game's properties on long-press and some links to useful tools like - Game info - Shortcut to settings (global in this commit) - Addon manager with installer - Save data manager - Option to clear all save data - Option to clear shader cache
| * | | frontend_common: Fix settings reload bugGravatar t8952023-12-121-0/+1
| | | | | | | | | | | | | | | | This clears the touch_from_button_maps array before we read new data into it because this read duplicate data on a reload otherwise.
| * | | android: Refactor settings to expose more optionsGravatar t8952023-12-1234-353/+324
| |/ / | | | | | | | | | In AbstractSetting, this removes the category, androidDefault, and valueAsString properties as they are no longer needed and have replacements. isSwitchable, global, and getValueAsString are all exposed and give better options for working with global/per-game settings.
* | | Merge pull request #12331 from liamwhite/layer-confusionGravatar liamwhite2023-12-168-42/+74
|\ \ \ | |_|/ |/| | vi: fix confusion between closing and destroying layers
| * | vi: fix confusion between closing and destroying layersGravatar Liam2023-12-128-42/+74
| | |
* | | Merge pull request #12184 from Kelebek1/system_settingsGravatar liamwhite2023-12-1613-406/+1617
|\ \ \ | | | | | | | | Make system settings persistent across boots
| * | | Make system settings persistent across bootsGravatar Kelebek12023-12-1613-406/+1617
| | |/ | |/|
* | | Merge pull request #12237 from liamwhite/nce-sigtrapGravatar liamwhite2023-12-169-45/+3854
|\ \ \ | | | | | | | | nce: implement instruction emulation for misaligned memory accesses
| * | | nce: adjust initialization for repeated callsGravatar Liam2023-12-111-8/+11
| | | |
| * | | nce: implement instruction emulation for misaligned memory accessesGravatar Liam2023-12-109-44/+3850
| | | |
* | | | Merge pull request #12290 from liamwhite/deferred-path-splitGravatar liamwhite2023-12-165-28/+38
|\ \ \ \ | | | | | | | | | | Improve path splitting speed
| * | | | Improve path splitting speedGravatar BreadFish642023-12-055-28/+38
| | | | |
* | | | | Merge pull request #12344 from liamwhite/its-free-real-estateGravatar liamwhite2023-12-167-79/+73
|\ \ \ \ \ | | | | | | | | | | | | video_core: use interval map for page count tracking
| * | | | | video_core: lock interval map updateGravatar Liam2023-12-142-0/+4
| | | | | |
| * | | | | video_core: use interval map for page count trackingGravatar Liam2023-12-147-79/+69
| | |_|/ / | |/| | |
* | | | | Merge pull request #12358 from liamwhite/optimized-allocGravatar liamwhite2023-12-164-17/+42
|\ \ \ \ \ | | | | | | | | | | | | common: use memory holepunching when clearing memory
| * | | | | common: use memory holepunching when clearing memoryGravatar Liam2023-12-144-17/+42
| |/ / / /
* | | | | Merge pull request #12359 from german77/real_sharedGravatar liamwhite2023-12-1642-870/+1076
|\ \ \ \ \ | | | | | | | | | | | | service: hid: Allow to create multiple instances of shared memory
| * | | | | core: Make sure npad is initializedGravatar Narr the Reg2023-12-142-1/+4
| | | | | |
| * | | | | core: hid: Clean up headersGravatar Narr the Reg2023-12-1420-36/+16
| | | | | |