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?
2023-08-15 20:59:57 -04:00
a8c4f01f6c
Merge pull request #11287 from liamwhite/replaced-bytes
...
gdbstub: fixup replaced instruction bytes in memory reads
2023-08-15 15:36:14 +02:00
6d665a94ea
Merge pull request #11256 from FearlessTobi/revert-10075
...
Partially Revert "Silence nifm spam"
2023-08-14 16:28:13 -07:00
bbc6b08fc7
Merge pull request #11273 from t895/setup-completion
...
android: Setup additions
2023-08-14 15:41:35 -07:00
fbda084acb
gdbstub: fixup replaced instruction bytes in memory reads
2023-08-14 16:33:27 -04:00
2694f81462
Revert "Silence nifm spam"
...
This reverts commit 4da4ecb1ff
.
2023-08-14 21:23:09 +02:00
d5adaeafdf
Merge pull request #11271 from t895/settings-tweaks
...
android: Settings tweaks
2023-08-14 11:44:38 -07:00
58a4c86797
Merge pull request #11282 from ameerj/glasm-xfb
...
gl_graphics_pipeline: GLASM: Fix transform feedback with multiple buffers
2023-08-14 09:19:20 -04:00
35a77c3bb2
Merge pull request #11283 from ameerj/glasm-pipeline-detection
...
gl_graphics_pipeline: Fix GLASM storage buffer detection
2023-08-14 09:19:10 -04:00
c1016b68ae
Merge pull request #11281 from liamwhite/vi-scale-mode
...
nvnflinger: add missing scale mode
2023-08-14 09:19:03 -04:00
b30df50076
Merge pull request #11259 from german77/hid
...
service: hid: Implement functions needed by QLaunch
2023-08-14 09:18:55 -04:00
5afe1367ba
Merge pull request #11263 from liamwhite/my-feature-branch
...
vulkan_device: disable features associated with unloaded extensions
2023-08-14 09:18:47 -04:00
24700af3c2
Merge pull request #11264 from liamwhite/stray-code
...
ssl_backend_securetransport: remove stray .Code()
2023-08-14 09:18:32 -04:00
f9ef721ca6
gl_graphics_pipeline: Fix GLASM storage buffer detection
2023-08-13 17:06:45 -04:00
c34ed4bbd8
gl_graphics_pipeline: GLASM: Fix transform feedback with multiple buffers
2023-08-13 16:50:01 -04:00
7351884588
nvnflinger: add missing scale mode
2023-08-13 13:57:02 -04:00
242ce2a0b3
android: Page forward on setup step completion
2023-08-12 20:21:47 -04:00
8ab3685a39
android: Adjust setup fragment layout
...
Fixes padding issues in small and large layouts and allows viewpager to reach into system insets.
2023-08-12 17:02:59 -04:00
8bd0521b58
android: Show complete indicator during setup
2023-08-12 16:53:14 -04:00
64ea5522d3
android: Remove redundant option from slider dialog
...
You can already reset any setting by long pressing the settings item.
2023-08-12 15:45:27 -04:00
798a439eb1
android: Reduce opacity of non-editable settings
2023-08-12 15:42:55 -04:00
786b609151
android: Use string resource for slider value/units
2023-08-12 15:42:54 -04:00
89a2d308c3
android: Display setting value in setting list items
2023-08-12 14:38:46 -04:00
0d4bf53ad9
android: Set switch listener before assigning new value
...
Previously the switch could have its old listener triggered when recycled.
2023-08-12 01:00:42 -04:00
8b98c4e5a0
ssl_backend_securetransport: remove stray .Code()
2023-08-11 23:32:46 -04:00
26ff214719
Merge pull request #11219 from zeltermann/title-id-search
...
Allow searching by a substring of the title ID
2023-08-11 16:53:27 -04:00
640f7cd945
Merge pull request #11253 from liamwhite/i-hate-this-toolchain
...
general: fix apple clang build
2023-08-11 16:53:20 -04:00
7d8f748696
vulkan_device: disable features associated with unloaded extensions
2023-08-11 14:54:12 -04:00
bdd96118d1
service: hid: Implement functions needed by QLaunch
2023-08-11 10:13:21 -06:00
1ed9e8812b
Allow searching by a substring of the title ID
2023-08-11 00:07:12 +07:00
9d3a293a4e
Merge pull request #11093 from liamwhite/result-ergonomics
...
core: remove ResultVal type
2023-08-09 21:24:31 -07:00
3d6ce9dd2b
Merge pull request #11247 from german77/pctl
...
service: pctl: Partially revert 11221
2023-08-09 21:24:06 -07:00
023b9b38cc
general: fix apple clang build
2023-08-09 22:38:37 -04:00
6a43aff745
service: pctl: Partially revert 11221
2023-08-08 16:52:21 -06:00
1e394c6cdf
fs: return result on null outputs
2023-08-08 16:12:04 -04:00
37b278a9a8
general: fix incorrect conversions
2023-08-08 11:09:37 -04:00
83eee1d226
ssl: remove ResultVal use
2023-08-08 11:09:37 -04:00
84cb20bc72
core: remove ResultVal type
2023-08-08 11:09:37 -04:00
85e3575496
Merge pull request #11216 from lat9nq/no-mesa-astc
...
gl_device: Detect Mesa to disable their ASTC
2023-08-07 11:34:22 -04:00
7f55c377b0
Merge pull request #11217 from german77/olsc
...
service: olsc: Implement IOlscServiceForSystemService ITransferTaskListController interfaces for QLaunch
2023-08-07 11:34:14 -04:00
9893a4d918
Merge pull request #11221 from german77/pctl
...
service: pctl: Implement functions needed for QLaunch
2023-08-07 11:34:07 -04:00
bed2fc8707
Merge pull request #11224 from german77/audio
...
service: audctl: Stub functions needed by Qlaunch
2023-08-07 11:33:55 -04:00
8d2f0dc707
service: audctl: Stub functions needed by Qlaunch
2023-08-05 20:16:26 -06:00
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
2023-08-05 15:19:16 -04:00
089e385944
service: olsc: Implement IOlscServiceForSystemService ITransferTaskListController interfaces for QLaunch
2023-08-05 11:47:51 -06:00
0d470b57ed
service: pctl: Implement functions needed for QLaunch
2023-08-05 11:27:41 -06:00
755f45a522
Merge pull request #11213 from RngValue/master
...
📝 Update README.md
2023-08-05 12:58:45 -04:00
4533769f7f
Merge pull request #11212 from Kelebek1/shader_stuff
...
Fix various misc pipeline/shader things
2023-08-05 12:58:39 -04:00
00d9a9c44e
Merge pull request #11210 from german77/settings
...
service: set: Implement system settings for Qlaunch
2023-08-05 12:58:32 -04:00
35bdd5fff3
Merge pull request #11208 from german77/interface
...
service: am: Fix wrong interface ILibraryAppletSelfAccessor
2023-08-05 12:58:20 -04:00