Squall-Leonhart
e263eb1a98
add std::error_code for std::filesystem exceptions
Resolves a case on Windows where an unmounted bitlocker protected volume containing an assigned game directory would crash Yuzu at start.
May also resolve cases where a disconnected SMB volume causes similar crashes (needs testing)
2 years ago
liamwhite
4c4208c8e9
Merge pull request #11496 from liamwhite/ngc
ngc: implement service
2 years ago
liamwhite
9e364d0b1b
Merge pull request #11479 from Kelebek1/check_all_fbs
Look for the most recently modified image for present
2 years ago
liamwhite
8b2bb90e36
Merge pull request #11433 from liamwhite/shutdown-oopsie
polyfill_thread: ensure mutex was locked before signaling stop
2 years ago
liamwhite
9530b96e5f
shader_recompiler: skip sampler for buffer textures ( #11435 )
2 years ago
Liam
08191b07e3
ngc: implement service
2 years ago
liamwhite
2a0025937d
Merge pull request #11385 from liamwhite/acceptcancel
internal_network: cancel pending socket operations on application process termination
2 years ago
liamwhite
eb7f0f2359
Merge pull request #11486 from liamwhite/system-verification
qt: add verification for installed contents
2 years ago
liamwhite
ffd5076088
Merge pull request #11480 from german77/mii_service
service: mii: Update implementation Part1
2 years ago
liamwhite
4b68df6ef8
Merge pull request #11473 from liamwhite/fix-launch-param
am: Implement UserChannel parameters
2 years ago
Liam
07a6563a93
qt: add verification for installed contents
2 years ago
liamwhite
4e96b630b4
Merge pull request #11447 from xcfrg/portable-compile-out
common: add a compile time option to allow disabling portable mode
2 years ago
Narr the Reg
be2ccb036e
service: mii: Remove most magic values
2 years ago
liamwhite
b111203a0f
ci: fix msvc when used with LTO ( #11459 )
2 years ago
german77
fb1b1b2725
mii: service: Address review
2 years ago
german77
6377a46668
mii: Prepare Interface for new implementation
2 years ago
german77
f1d7f23049
service: mii: Fix ver3 inconsistencies
2 years ago
german77
64e9fdd8fc
service: mii: move char info operations
2 years ago
german77
b97f872a35
service: mii: Move store data operations
2 years ago
german77
1675343e86
service: mii: Move core data operations
2 years ago
german77
15619d2052
service: mii: Move ver3 operations
2 years ago
german77
e51d54de30
service: mii: separate mii types into their own file
2 years ago
german77
15342ada16
service: mii: Move all raw data to it's file
2 years ago
german77
e05834e9c4
service: mii: Add mii util and result
2 years ago
Kelebek1
517702f3f8
Look for the most recently modified image for present
2 years ago
FearlessTobi
ff92a0c8f4
am: Implement UserChannel parameters
Used by the Super Mairo 3D All-Stars collection.
2 years ago
liamwhite
d51a537d15
Merge pull request #11450 from lat9nq/no-vk-device-fix
configure_graphics: Fix handling of broken Vulkan
2 years ago
liamwhite
d84e8dc67b
Merge pull request #11436 from liamwhite/bad-format
shader_recompiler: always declare image format for image buffers
2 years ago
liamwhite
c9a6e59029
Merge pull request #11456 from liamwhite/worse-integrity-verification
core: implement basic integrity verification
2 years ago
liamwhite
80c47115e6
Merge pull request #11465 from Kelebek1/skip_remaining_reset
[Audio] Do not reset the remaining command count each time
2 years ago
liamwhite
b91988517b
Merge pull request #11467 from Kelebek1/fix_decode
[audio] Fix data source version 1 command looping
2 years ago
liamwhite
4d34ba4d9d
Merge pull request #11470 from GPUCode/bundle-vvl
android: Add option to bundle validation layer
2 years ago
FearlessTobi
abf45c2d0b
am: Remove bcat from PopLaunchParameter
This never belonged here and has no use anymore since the Boxcat backend was removed.
.
2 years ago
GPUCode
065305c627
vk_buffer_cache: Respect max vertex bindings in BindVertexBuffers ( #11471 )
2 years ago
GPUCode
75213f8c49
renderer_vulkan: Remove debug report
* VVL has implemented the more modern alternative, thus we don't need to support it anymore
2 years ago
GPUCode
e371511e3d
cmake: Add option to fetch validation layer binary on android
2 years ago
Liam
5009a2db52
internal_network: log error on interrupt pipe read failure
2 years ago
Kelebek1
0d50c09352
Fix data source version 1 command looping
2 years ago
Kelebek1
4ef3915a8c
Do not reset the command buffer command count each time
2 years ago
liamwhite
0835581515
Merge pull request #11464 from german77/mama_mii
service: mii: Fix broken mii on MK8
2 years ago
Narr the Reg
9fc8535c6a
service: mii: Fix broken mii on MK8
2 years ago
xcfrg
6178343f3f
add a compile time option to allow disabling portable mode
2 years ago
Liam
76671fdede
core: implement basic integrity verification
2 years ago
liamwhite
7ee4a4c2f8
Merge pull request #11428 from Kelebek1/adsp_rework
Rework ADSP into a wrapper for apps
2 years ago
liamwhite
a0ca0f7bb0
Merge pull request #11434 from danilaml/fix-warnings
msvc: set warning level to /W4 globally
2 years ago
liamwhite
925f6c4248
Merge pull request #11437 from liamwhite/dump-shenanigans
qt: measure romfs dump completion by bytes read
2 years ago
liamwhite
4e8d049bbe
Merge pull request #11451 from german77/mob_mii
service: mii: Fix default mii database
2 years ago
lat9nq
bc97eff1f3
yuzu-qt: Use Null when OpenGL is not compiled
2 years ago
lat9nq
f8614a483d
yuzu-qt: Update API Text for broken Vulkan
Otherwise caused a blue Vulkan badge to appear in the status bar.
2 years ago
lat9nq
217640aad4
configure_graphics: Capture by reference
Small optimization.
2 years ago