| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
- 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?
|
|
|
|
|
|
|
|
gdbstub: fixup replaced instruction bytes in memory reads
|
|
Partially Revert "Silence nifm spam"
|
|
android: Setup additions
|
|
|
|
|
|
This reverts commit 4da4ecb1ff79798fe245a0c6c483405f998cd093.
|
|
android: Settings tweaks
|
|
gl_graphics_pipeline: GLASM: Fix transform feedback with multiple buffers
|
|
gl_graphics_pipeline: Fix GLASM storage buffer detection
|
|
nvnflinger: add missing scale mode
|
|
service: hid: Implement functions needed by QLaunch
|
|
vulkan_device: disable features associated with unloaded extensions
|
|
|
|
|
|
|
|
|
|
|
|
Fixes padding issues in small and large layouts and allows viewpager to reach into system insets.
|
|
|
|
You can already reset any setting by long pressing the settings item.
|
|
|
|
|
|
|
|
Previously the switch could have its old listener triggered when recycled.
|
|
|
|
Allow searching by a substring of the title ID
|
|
general: fix apple clang build
|
|
|
|
|
|
Thanks Liam
|
|
Came across this while looking into Asterix and Obelix XXL glitching
|
|
|
|
core: remove ResultVal type
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|