summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-18Merge pull request #12402 from german77/langliamwhite
yuzu: Make language persistent and remove symbols_path
2023-12-18yuzu: Make language persistent and remove symbols_pathNarr the Reg
2023-12-18Merge pull request #12349 from Kelebek1/return_system_channels_activeliamwhite
Have GetActiveChannelCount return the system channels instead of host device channels
2023-12-17Merge pull request #12389 from liamwhite/string-copyliamwhite
path_util: copy output for GetParentPath
2023-12-17path_util: copy output for GetParentPathLiam
2023-12-16Merge pull request #12378 from liamwhite/offsetofliamwhite
set: add cstddef for offsetof macro
2023-12-16Merge pull request #12377 from ameerj/tfb-batch-oopsieliamwhite
gl_buffer_cache: Fix tfb binding typo
2023-12-16Merge pull request #12345 from liamwhite/a-flock-of-seagullsliamwhite
renderer_vulkan: cap async presentation frame count
2023-12-16Merge pull request #12335 from t895/per-game-settingsliamwhite
android: Game Properties
2023-12-16Merge pull request #12331 from liamwhite/layer-confusionliamwhite
vi: fix confusion between closing and destroying layers
2023-12-16audio: skip coefficient normalization for downmixLiam
2023-12-16set: add cstddef for offsetof macroLiam
2023-12-16Have GetActiveChannelCount return the system channels instead of host device ↵Kelebek1
channels
2023-12-16gl_buffer_cache: Fix tfb binding typoAmeer J
2023-12-16Merge pull request #12184 from Kelebek1/system_settingsliamwhite
Make system settings persistent across boots
2023-12-16Merge pull request #12237 from liamwhite/nce-sigtrapliamwhite
nce: implement instruction emulation for misaligned memory accesses
2023-12-16Merge pull request #12290 from liamwhite/deferred-path-splitliamwhite
Improve path splitting speed
2023-12-16Merge pull request #12344 from liamwhite/its-free-real-estateliamwhite
video_core: use interval map for page count tracking
2023-12-16Merge pull request #12358 from liamwhite/optimized-allocliamwhite
common: use memory holepunching when clearing memory
2023-12-16Merge pull request #12359 from german77/real_sharedliamwhite
service: hid: Allow to create multiple instances of shared memory
2023-12-16ssl: fix output byte buffer size issue (#12372)liamwhite
2023-12-16Make system settings persistent across bootsKelebek1
2023-12-14common: use memory holepunching when clearing memoryLiam
2023-12-14video_core: lock interval map updateLiam
2023-12-14video_core: use interval map for page count trackingLiam
2023-12-14core: Make sure npad is initializedNarr the Reg
2023-12-14renderer_vulkan: bound async presentation queue growthLiam
2023-12-14core: hid: Clean up headersNarr the Reg
2023-12-13service: hid: Allow to create multiple instances of shared memoryNarr the Reg
2023-12-13Merge pull request #12354 from liamwhite/mackage-panagerliamwhite
ci: fix homebrew installation issue in actions runner images
2023-12-13ci: fix homebrew installation issue in actions runner imagesLiam
2023-12-12android: Rework InstallableProperty view with icont895
2023-12-12android: Prevent editing non-savable settings in per-game settingst895
2023-12-12android: Pre-select custom config in game launch dialogt895
2023-12-12android: Use confirmation dialog when deleting shader cachet895
2023-12-12android: Always use custom settings when launched from intentt895
2023-12-12settings: Allow vsync to be changed per-gamet895
2023-12-12android: Adjust variable name format for native configt895
2023-12-12android: Add game dir entries to FilesystemProvidert895
Allows us to correctly parse update metadata
2023-12-12android: Fix games list loading thread safetyt895
Previously we relied on a stateflow for reloading state. Now we use an atomic boolean.
2023-12-12android: Collect latest information for games listt895
2023-12-12android: Remove global save import/exporter UIt895
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
2023-12-12android: Compare all properties between games in DiffCallbackt895
2023-12-12android: Expose MemoryUtil size formatting functiont895
2023-12-12android: Add JNI initialization information for Game classt895
Unused in this PR, but will be useful later
2023-12-12settings: Allow CPU Debug and Fastmem to be changed per-gamet895
2023-12-12android: Add per-game driverst895
2023-12-12android: Add per-game settingst895
2023-12-12android: Add Game propertiest895
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
2023-12-12frontend_common: Fix settings reload bugt895
This clears the touch_from_button_maps array before we read new data into it because this read duplicate data on a reload otherwise.