Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Mark accelerated DMA destination buffers and images as GPU-modified
|
|
kernel: remove relative task registration
|
|
|
|
|
|
sockets: Improve behavior when sending to closed connection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Causes issues with different selected aspect ratios in graphics.
|
|
|
|
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|