Fernando S
09271d839c
Merge pull request #12392 from liamwhite/mode
fs: implement OpenDirectoryMode
2 years ago
Fernando S
8993c2363c
Merge pull request #12391 from yuzu-emu/revert-12344-its-free-real-estate
Revert "video_core: use interval map for page count tracking"
2 years ago
Fernando S
23ce66de64
Merge pull request #12304 from liamwhite/flinger-wtf
nvnflinger: mark buffer as acquired when acquired
2 years ago
liamwhite
03afbc8ab1
Merge pull request #12402 from german77/lang
yuzu: Make language persistent and remove symbols_path
2 years ago
Narr the Reg
081ce648c4
yuzu: Make language persistent and remove symbols_path
2 years ago
liamwhite
acf46708b3
Merge pull request #12349 from Kelebek1/return_system_channels_active
Have GetActiveChannelCount return the system channels instead of host device channels
2 years ago
Liam
25e63fa34a
fs: implement OpenDirectoryMode
2 years ago
liamwhite
a0f8dd35e5
Merge pull request #12389 from liamwhite/string-copy
path_util: copy output for GetParentPath
2 years ago
liamwhite
4504ee7f28
Revert "video_core: use interval map for page count tracking"
2 years ago
Liam
9254cbb1b0
path_util: copy output for GetParentPath
2 years ago
liamwhite
b020c5ee5e
Merge pull request #12378 from liamwhite/offsetof
set: add cstddef for offsetof macro
2 years ago
liamwhite
4611a37b83
Merge pull request #12377 from ameerj/tfb-batch-oopsie
gl_buffer_cache: Fix tfb binding typo
2 years ago
liamwhite
68b1037350
Merge pull request #12345 from liamwhite/a-flock-of-seagulls
renderer_vulkan: cap async presentation frame count
2 years ago
liamwhite
b5f4a18f2f
Merge pull request #12335 from t895/per-game-settings
android: Game Properties
2 years ago
liamwhite
6821ee6f5f
Merge pull request #12331 from liamwhite/layer-confusion
vi: fix confusion between closing and destroying layers
2 years ago
Liam
e6973a159d
nvnflinger: mark buffer as acquired when acquired
2 years ago
Liam
564cfe16bb
audio: skip coefficient normalization for downmix
2 years ago
Liam
73e77e9330
set: add cstddef for offsetof macro
2 years ago
Kelebek1
b490e69020
Have GetActiveChannelCount return the system channels instead of host device channels
2 years ago
Ameer J
ede1dd9d8b
gl_buffer_cache: Fix tfb binding typo
2 years ago
liamwhite
a871e2fd99
Merge pull request #12184 from Kelebek1/system_settings
Make system settings persistent across boots
2 years ago
liamwhite
21512172f3
Merge pull request #12237 from liamwhite/nce-sigtrap
nce: implement instruction emulation for misaligned memory accesses
2 years ago
liamwhite
1c033b5417
Merge pull request #12290 from liamwhite/deferred-path-split
Improve path splitting speed
2 years ago
liamwhite
b434502d07
Merge pull request #12344 from liamwhite/its-free-real-estate
video_core: use interval map for page count tracking
2 years ago
liamwhite
0116c74ba7
Merge pull request #12358 from liamwhite/optimized-alloc
common: use memory holepunching when clearing memory
2 years ago
liamwhite
a582f9519d
Merge pull request #12359 from german77/real_shared
service: hid: Allow to create multiple instances of shared memory
2 years ago
liamwhite
6238976dc6
ssl: fix output byte buffer size issue ( #12372 )
2 years ago
Kelebek1
9dc9e91e2a
Make system settings persistent across boots
2 years ago
Liam
1075c88dca
common: use memory holepunching when clearing memory
2 years ago
Liam
eb6a042654
video_core: lock interval map update
2 years ago
Liam
7fa76caf80
video_core: use interval map for page count tracking
2 years ago
Narr the Reg
fd0ac567a5
core: Make sure npad is initialized
2 years ago
Liam
03d73e14a8
renderer_vulkan: bound async presentation queue growth
2 years ago
Narr the Reg
5913b7a750
core: hid: Clean up headers
2 years ago
Narr the Reg
6de39c8398
service: hid: Allow to create multiple instances of shared memory
2 years ago
liamwhite
a7fe636122
Merge pull request #12354 from liamwhite/mackage-panager
ci: fix homebrew installation issue in actions runner images
2 years ago
Liam
73181d568a
ci: fix homebrew installation issue in actions runner images
2 years ago
t895
69a66cd6fe
android: Rework InstallableProperty view with icon
2 years ago
t895
0cbc3c4fd1
android: Prevent editing non-savable settings in per-game settings
2 years ago
t895
7313aa4d9b
android: Pre-select custom config in game launch dialog
2 years ago
t895
bfaeb1925c
android: Use confirmation dialog when deleting shader cache
2 years ago
t895
ac73c85c7b
android: Always use custom settings when launched from intent
2 years ago
t895
8323adf027
settings: Allow vsync to be changed per-game
2 years ago
t895
32f5aa3ae8
android: Adjust variable name format for native config
2 years ago
t895
0a7b3db9a0
android: Add game dir entries to FilesystemProvider
Allows us to correctly parse update metadata
2 years ago
t895
e3ed46e72b
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
1c0730959b
android: Collect latest information for games list
2 years ago
t895
88f4217c8f
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
349b06bcc6
android: Compare all properties between games in DiffCallback
2 years ago
t895
1a2f96badb
android: Expose MemoryUtil size formatting function
2 years ago