Feng Chen
1dcb0c2232
video_core: Fix vulkan assert error
2 years ago
liamwhite
0e3a995bf4
cmake: mark warning disable for gcc 11 ( #11301 )
2 years ago
comex
755bcc459b
Improve behavior when sending to closed connection
- On Unix, this would previously kill the Yuzu process with SIGPIPE.
Send MSG_NOSIGNAL to opt out of this.
- Add support for the proper error code in this situation, EPIPE.
- Windows has nonstandard behavior in this situation; translate it to
the standard behavior. Kind of pointless, but isn't it nice to be
correct?
3 years ago
Liam
0bd9a4456c
kernel: remove relative task registration
2 years ago
Liam
fbda084acb
gdbstub: fixup replaced instruction bytes in memory reads
2 years ago
FearlessTobi
2694f81462
Revert "Silence nifm spam"
This reverts commit 4da4ecb1ff .
2 years ago
Ameer J
f9ef721ca6
gl_graphics_pipeline: Fix GLASM storage buffer detection
2 years ago
Ameer J
c34ed4bbd8
gl_graphics_pipeline: GLASM: Fix transform feedback with multiple buffers
2 years ago
Liam
7351884588
nvnflinger: add missing scale mode
2 years ago
Charles Lombardo
242ce2a0b3
android: Page forward on setup step completion
2 years ago
Charles Lombardo
8ab3685a39
android: Adjust setup fragment layout
Fixes padding issues in small and large layouts and allows viewpager to reach into system insets.
2 years ago
Charles Lombardo
8bd0521b58
android: Show complete indicator during setup
2 years ago
Charles Lombardo
64ea5522d3
android: Remove redundant option from slider dialog
You can already reset any setting by long pressing the settings item.
2 years ago
Charles Lombardo
798a439eb1
android: Reduce opacity of non-editable settings
2 years ago
Charles Lombardo
786b609151
android: Use string resource for slider value/units
2 years ago
Charles Lombardo
89a2d308c3
android: Display setting value in setting list items
2 years ago
Charles Lombardo
0d4bf53ad9
android: Set switch listener before assigning new value
Previously the switch could have its old listener triggered when recycled.
2 years ago
Liam
8b98c4e5a0
ssl_backend_securetransport: remove stray .Code()
2 years ago
Liam
7d8f748696
vulkan_device: disable features associated with unloaded extensions
2 years ago
Narr the Reg
bdd96118d1
service: hid: Implement functions needed by QLaunch
2 years ago
zeltermann
1ed9e8812b
Allow searching by a substring of the title ID
2 years ago
Liam
023b9b38cc
general: fix apple clang build
2 years ago
Narr the Reg
6a43aff745
service: pctl: Partially revert 11221
2 years ago
Liam
1e394c6cdf
fs: return result on null outputs
2 years ago
Liam
37b278a9a8
general: fix incorrect conversions
2 years ago
Liam
83eee1d226
ssl: remove ResultVal use
2 years ago
Liam
84cb20bc72
core: remove ResultVal type
2 years ago
german77
8d2f0dc707
service: audctl: Stub functions needed by Qlaunch
2 years ago
lat9nq
cb0b8442f0
gl_device: Filter more specifically for slow ASTC
Adds a check to find if the renderer is Intel DG (i.e. DG2).
gl_device: Detect Mesa to disable their ASTC
In our testing, our own ASTC decoder has shown itself to perform faster
than the included one from the driver. Disable theirs when Mesa is
detected.
Mesa detection depends on the vendor string. Some drivers never appear
outside of *nix contexts, so only check those in the *nix context.
gl_device: Internalize Intel DG detection
2 years ago
german77
089e385944
service: olsc: Implement IOlscServiceForSystemService ITransferTaskListController interfaces for QLaunch
2 years ago
german77
0d470b57ed
service: pctl: Implement functions needed for QLaunch
2 years ago
Narr the Reg
7707768f80
service: set: Add more system settings and address comments
2 years ago
Kelebek1
dfb7fc8293
Fix shader dumps with nvdisasm
skip fragment shaders when rasterizer is disabled
initialize env_ptrs
2 years ago
Narr the Reg
4bd4a95d84
service: set: Implement system settings for Qlaunch
2 years ago
Ameer J
cd80cbc420
vulkan_device: Fix subgroup_size_control detection on Vulkan 1.3
2 years ago
Ameer J
c7c44dc238
vulkan_device: Fix VK_EXT_subgroup_size_control detection
2 years ago
Narr the Reg
dd1cbd9c56
service: am: Fix wrong interface
2 years ago
lat9nq
32b4d63a5b
config(qt): Fix name of network category
Turns out the network interface is in the Services category. Can't wait
get rid of this whole config.
Addresses yuzu-emu/yuzu/issues/11205
2 years ago
lat9nq
09e265c116
config(qt): Use qt_config directly to read config
ReadSetting with the default is a convenience function reading
settings, not for use in an internal environment. It tries to manage
the default value of a setting.
2 years ago
Liam
d6d43e11a3
vulkan_device: disable EDS3 blending on all AMD drivers
2 years ago
Alexandre Bouvier
9d6f8e88b2
vulkan: centralize config
2 years ago
Morph
9bca45aa15
audren_u: Fix parameter alignment
The reduction in size from 0x38 to 0x34 caused the parameter to be misaligned. Skipping 1 word fixes this.
2 years ago
Alexandre Bouvier
ed3f9bab11
vma: enable options everywhere
2 years ago
Moonlacer
deafa92122
Formatting fix
2 years ago
Moonlacer
c6458970ad
Match log warning
2 years ago
lat9nq
eaf2ab5289
tz_content_man: Generate the time zone binary once
Fixes a memory leak with time zone binaries accumulating on theirselves.
2 years ago
lat9nq
7aa848080d
shared_widget: Only save global settings as needed
Fixes a potential but not reproduced issue where the custom config
is being applied to the global config.
2 years ago
lat9nq
55c0b55d1d
config(qt): Write the UiGeneral category
2 years ago
Moonlacer
a4a106bb25
Formatting fix
2 years ago
Moonlacer
f4e5d07619
Address feedback and change log warning
2 years ago