| Age | Commit message (Collapse) | Author |
|
android: jni: ensure NCAs from loaded filepath are registered in manual content provider
|
|
fixes: #11236
|
|
|
|
from CLI
Fixes updates and DLC not being loaded when launching yuzu from the command line.
Similar to https://github.com/yuzu-emu/yuzu/pull/11357.
Fixes https://github.com/yuzu-emu/yuzu/issues/8352,
|
|
Allows Grid Autosport to boot.
Fixes https://github.com/yuzu-emu/yuzu/issues/8287.
|
|
sockets: avoid locking around socket session calls
|
|
This was a regression from https://github.com/yuzu-emu/yuzu/pull/1837.
Fixes https://github.com/yuzu-emu/yuzu/issues/1938.
|
|
|
|
than 16
|
|
android: Search game directory recursively
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|