| Age | Commit message (Collapse) | Author |
|
|
|
|
|
content provider
|
|
|
|
Old Clang is fussy about this.
|
|
Translates the previous boolean to the enum.
|
|
|
|
|
|
|
|
|
|
Allows some special interactions with it in the Qt frontend.
|
|
|
|
|
|
Add macos moltenvk bundle, Add copy moltevk dylib script
|
|
yuzu-qt: Add configuration for screenshot resolution
|
|
Shader Recompiler: implement textureGrad 3D
|
|
android: lint: Delete generated ktlint folder between builds
|
|
|
|
There's a bug in ktlint where it will run into an error if you build the project, delete a source file, and then build again. It will be unable to find the file you deleted and can't recover until these files are deleted. This just deletes those files before every run.
|
|
|
|
file_sys/card_image: support dumps with prepended key area
|
|
patch_manager: apply manual HTML patches when present
|
|
host_shaders: ASTC compute shader optimizations
|
|
|
|
|
|
vfs: expand support for NCA reading
|
|
|
|
|
|
|
|
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?
|
|
|
|
|
|
|