summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-12-16renderer_vulkan: allow up to 7 swapchain imagesLiam
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-16set: add cstddef for offsetof macroLiam
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-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.
2023-12-12android: Refactor settings to expose more optionst895
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.
2023-12-12configure_debug: Fix small typoFearlessTobi
2023-12-12vi: fix confusion between closing and destroying layersLiam
2023-12-12Merge pull request #12328 from german77/profile_managerliamwhite
core: Use single instance of profile manager
2023-12-12Merge pull request #12333 from german77/aruid_freeliamwhite
service: hid: Improve CreateAppletResource implementation and free resources
2023-12-11nce: adjust initialization for repeated callsLiam
2023-12-10nce: implement instruction emulation for misaligned memory accessesLiam
2023-12-10Merge pull request #12322 from liamwhite/savedata-absurdityliamwhite
fs: don't enumerate hidden savedata size file