Liam
7239547ead
android: add oboe audio sink
2 years ago
liamwhite
e357896674
Merge pull request #12378 from liamwhite/offsetof
set: add cstddef for offsetof macro
2 years ago
liamwhite
225f4f40cb
Merge pull request #12377 from ameerj/tfb-batch-oopsie
gl_buffer_cache: Fix tfb binding typo
2 years ago
liamwhite
927be75616
Merge pull request #12345 from liamwhite/a-flock-of-seagulls
renderer_vulkan: cap async presentation frame count
2 years ago
liamwhite
00965e6c34
Merge pull request #12335 from t895/per-game-settings
android: Game Properties
2 years ago
liamwhite
4bf1f217ae
Merge pull request #12331 from liamwhite/layer-confusion
vi: fix confusion between closing and destroying layers
2 years ago
Liam
67660972c9
set: add cstddef for offsetof macro
2 years ago
Ameer J
2b0cf73bf0
gl_buffer_cache: Fix tfb binding typo
2 years ago
liamwhite
a093f3d47a
Merge pull request #12184 from Kelebek1/system_settings
Make system settings persistent across boots
2 years ago
liamwhite
4f600f746a
Merge pull request #12237 from liamwhite/nce-sigtrap
nce: implement instruction emulation for misaligned memory accesses
2 years ago
liamwhite
360418f1a1
Merge pull request #12290 from liamwhite/deferred-path-split
Improve path splitting speed
2 years ago
liamwhite
3bc7575c47
Merge pull request #12344 from liamwhite/its-free-real-estate
video_core: use interval map for page count tracking
2 years ago
liamwhite
fde8dc1652
Merge pull request #12358 from liamwhite/optimized-alloc
common: use memory holepunching when clearing memory
2 years ago
liamwhite
b8f83aa4bf
Merge pull request #12359 from german77/real_shared
service: hid: Allow to create multiple instances of shared memory
2 years ago
liamwhite
85b1e17df6
ssl: fix output byte buffer size issue ( #12372 )
2 years ago
Kelebek1
4144c517a5
Make system settings persistent across boots
2 years ago
Liam
8ad5f2c506
common: use memory holepunching when clearing memory
2 years ago
Liam
2a3f84aaf2
video_core: lock interval map update
2 years ago
Liam
030e6b3980
video_core: use interval map for page count tracking
2 years ago
Narr the Reg
e8ad603cd9
core: Make sure npad is initialized
2 years ago
Liam
b560ade663
renderer_vulkan: bound async presentation queue growth
2 years ago
Narr the Reg
d10464de30
core: hid: Clean up headers
2 years ago
Narr the Reg
64f68e9635
service: hid: Allow to create multiple instances of shared memory
2 years ago
liamwhite
462ba1b360
Merge pull request #12354 from liamwhite/mackage-panager
ci: fix homebrew installation issue in actions runner images
2 years ago
Liam
4a86a55174
ci: fix homebrew installation issue in actions runner images
2 years ago
t895
86d26914a2
android: Rework InstallableProperty view with icon
2 years ago
t895
6ae4177b25
android: Prevent editing non-savable settings in per-game settings
2 years ago
t895
f6bf8b3ed3
android: Pre-select custom config in game launch dialog
2 years ago
t895
345fb6b226
android: Use confirmation dialog when deleting shader cache
2 years ago
t895
87a9dc9489
android: Always use custom settings when launched from intent
2 years ago
t895
6c6e8b8de0
settings: Allow vsync to be changed per-game
2 years ago
t895
5acffe75df
android: Adjust variable name format for native config
2 years ago
t895
ac222ceba2
android: Add game dir entries to FilesystemProvider
Allows us to correctly parse update metadata
2 years ago
t895
f9d4827102
android: Fix games list loading thread safety
Previously we relied on a stateflow for reloading state. Now we use an atomic boolean.
2 years ago
t895
7ea7c72dde
android: Collect latest information for games list
2 years ago
t895
809230f634
android: Remove global save import/exporter UI
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
2 years ago
t895
698c854d5b
android: Compare all properties between games in DiffCallback
2 years ago
t895
ca5b135ddf
android: Expose MemoryUtil size formatting function
2 years ago
t895
dbddc627d4
android: Add JNI initialization information for Game class
Unused in this PR, but will be useful later
2 years ago
t895
62fc386bb4
settings: Allow CPU Debug and Fastmem to be changed per-game
2 years ago
t895
f2eb3c579f
android: Add per-game drivers
2 years ago
t895
2fce812026
android: Add per-game settings
2 years ago
t895
e975f3cde9
android: Add Game properties
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
2 years ago
t895
6b5fb2063f
frontend_common: Fix settings reload bug
This clears the touch_from_button_maps array before we read new data into it because this read duplicate data on a reload otherwise.
2 years ago
t895
70c3d36536
android: Refactor settings to expose more options
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.
2 years ago
liamwhite
d590cfb9d0
Merge pull request #12342 from FearlessTobi/fix-msvc
vcpkg: Update fmt to 10.1.1
2 years ago
liamwhite
ded419ef2b
Merge pull request #12343 from FearlessTobi/fix-typo
configure_debug: Fix small typo
2 years ago
FearlessTobi
4c3f898789
configure_debug: Fix small typo
2 years ago
FearlessTobi
46c259bb20
vcpkg: Update fmt to 10.1.1
Should fix compiling on the latest version of MSVC.
2 years ago
Liam
adc3079613
vi: fix confusion between closing and destroying layers
2 years ago