Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-28 | Fix node id index in DropVoices | Kelebek1 | |
2023-08-22 | Merge pull request #11302 from vonchenplus/vulkan_macos | liamwhite | |
Add macos moltenvk bundle, Add copy moltevk dylib script | |||
2023-08-22 | Merge pull request #11303 from lat9nq/screenshots-configurable | liamwhite | |
yuzu-qt: Add configuration for screenshot resolution | |||
2023-08-22 | Merge pull request #11316 from FernandoS27/stop-premature-christmas-decorating | liamwhite | |
Shader Recompiler: implement textureGrad 3D | |||
2023-08-22 | Merge pull request #11346 from t895/ktlint-fix | liamwhite | |
android: lint: Delete generated ktlint folder between builds | |||
2023-08-22 | Add macos moltenvk bundle, Add copy moltevk dylib script | Feng Chen | |
2023-08-21 | android: lint: Delete generated ktlint folder between builds | Charles Lombardo | |
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. | |||
2023-08-21 | android: Show associated value in home settings (#11272) | Charles Lombardo | |
2023-08-21 | Merge pull request #11309 from liamwhite/full-xci | liamwhite | |
file_sys/card_image: support dumps with prepended key area | |||
2023-08-21 | Merge pull request #11342 from liamwhite/skyline-4 | liamwhite | |
patch_manager: apply manual HTML patches when present | |||
2023-08-21 | Merge pull request #11149 from ameerj/astc-perf-prod | liamwhite | |
host_shaders: ASTC compute shader optimizations | |||
2023-08-21 | android: Use sensor landscape for landscape mode (#11337) | Charles Lombardo | |
2023-08-21 | patch_manager: apply manual HTML patches when present | Liam | |
2023-08-21 | Merge pull request #11284 from liamwhite/nca-release | Fernando S | |
vfs: expand support for NCA reading | |||
2023-08-19 | Masked depthstencil clears | Kelebek1 | |
2023-08-18 | Shader Recomnpiler: implement textuzreGrad 3D emulation constant propagation | Fernando Sahmkow | |
2023-08-18 | Merge pull request #11278 from Kelebek1/dma_sync | liamwhite | |
Mark accelerated DMA destination buffers and images as GPU-modified | |||
2023-08-18 | Merge pull request #11288 from liamwhite/svc-tick | liamwhite | |
kernel: remove relative task registration | |||
2023-08-18 | video_core: Fix vulkan assert error | Feng Chen | |
2023-08-17 | file_sys/card_image: support dumps with prepended key area | Liam | |
2023-08-17 | Merge pull request #10989 from comex/epipe | liamwhite | |
sockets: Improve behavior when sending to closed connection | |||
2023-08-17 | cmake: mark warning disable for gcc 11 (#11301) | liamwhite | |
2023-08-16 | uisettings: Add TODO for stretched aspect being ignored | lat9nq | |
2023-08-16 | file_sys: tolerate empty NCA | Liam | |
2023-08-16 | configure_ui: Silence MSVC warning | lat9nq | |
2023-08-16 | yuzu-qt: Screenshots depend more on the graphics settings | lat9nq | |
2023-08-16 | yuzu-qt: Implement unspecified screenshot ratio | lat9nq | |
2023-08-16 | bootmanager: Remove old path | lat9nq | |
Causes issues with different selected aspect ratios in graphics. | |||
2023-08-15 | configure_ui: Update the screenshots data | lat9nq | |
2023-08-15 | config: Read the entire screenshots category | lat9nq | |
2023-08-15 | bootmanager: Consider the default resolution | lat9nq | |
2023-08-15 | yuzu-qt: Enable specifying screenshot resolution | lat9nq | |
2023-08-15 | settings: Add AspectRatio enum, split res scale function | lat9nq | |
2023-08-15 | Improve behavior when sending to closed connection | comex | |
- 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 | fssystem: rework for yuzu style | Liam | |
2023-08-15 | fssystem: reduce overalignment of unbuffered storage operations | Liam | |
2023-08-15 | vfs: expand support for NCA reading | Liam | |
2023-08-15 | Merge pull request #11287 from liamwhite/replaced-bytes | Fernando S | |
gdbstub: fixup replaced instruction bytes in memory reads | |||
2023-08-14 | Merge pull request #11256 from FearlessTobi/revert-10075 | bunnei | |
Partially Revert "Silence nifm spam" | |||
2023-08-14 | Merge pull request #11273 from t895/setup-completion | bunnei | |
android: Setup additions | |||
2023-08-14 | kernel: remove relative task registration | Liam | |
2023-08-14 | gdbstub: fixup replaced instruction bytes in memory reads | Liam | |
2023-08-14 | Revert "Silence nifm spam" | FearlessTobi | |
This reverts commit 4da4ecb1ff79798fe245a0c6c483405f998cd093. | |||
2023-08-14 | Merge pull request #11271 from t895/settings-tweaks | bunnei | |
android: Settings tweaks | |||
2023-08-14 | Merge pull request #11282 from ameerj/glasm-xfb | liamwhite | |
gl_graphics_pipeline: GLASM: Fix transform feedback with multiple buffers | |||
2023-08-14 | Merge pull request #11283 from ameerj/glasm-pipeline-detection | liamwhite | |
gl_graphics_pipeline: Fix GLASM storage buffer detection | |||
2023-08-14 | Merge pull request #11281 from liamwhite/vi-scale-mode | liamwhite | |
nvnflinger: add missing scale mode | |||
2023-08-14 | Merge pull request #11259 from german77/hid | liamwhite | |
service: hid: Implement functions needed by QLaunch | |||
2023-08-14 | Merge pull request #11263 from liamwhite/my-feature-branch | liamwhite | |
vulkan_device: disable features associated with unloaded extensions | |||
2023-08-13 | gl_graphics_pipeline: Fix GLASM storage buffer detection | Ameer J | |