summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-08-25kernel: offset code entry point for 39-bit address space type (#11326)liamwhite
2023-08-25Merge pull request #11357 from liamwhite/lime-vfsbunnei
android: jni: ensure NCAs from loaded filepath are registered in manual content provider
2023-08-25nvhost_as_gpu: ensure mappings are aligned to big page size when deallocatedLiam
2023-08-24Merge pull request #11327 from liamwhite/skyline-2liamwhite
sockets: avoid locking around socket session calls
2023-08-24game_list_worker: Display correct size for NAX gamesFearlessTobi
This was a regression from https://github.com/yuzu-emu/yuzu/pull/1837. Fixes https://github.com/yuzu-emu/yuzu/issues/1938.
2023-08-23Merge pull request #11352 from t895/recurse-subfoldersliamwhite
android: Search game directory recursively
2023-08-23android: Set default build variant to mainlineRelWithDebInfo (#11358)Charles Lombardo
2023-08-22android: jni: ensure NCAs from loaded filepath are registered in manual ↵Liam
content provider
2023-08-22android: Search game directory recursivelyCharles Lombardo
2023-08-22Merge pull request #11302 from vonchenplus/vulkan_macosliamwhite
Add macos moltenvk bundle, Add copy moltevk dylib script
2023-08-22Merge pull request #11303 from lat9nq/screenshots-configurableliamwhite
yuzu-qt: Add configuration for screenshot resolution
2023-08-22Merge pull request #11316 from FernandoS27/stop-premature-christmas-decoratingliamwhite
Shader Recompiler: implement textureGrad 3D
2023-08-22Merge pull request #11346 from t895/ktlint-fixliamwhite
android: lint: Delete generated ktlint folder between builds
2023-08-22Add macos moltenvk bundle, Add copy moltevk dylib scriptFeng Chen
2023-08-21android: lint: Delete generated ktlint folder between buildsCharles 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-21android: Show associated value in home settings (#11272)Charles Lombardo
2023-08-21Merge pull request #11309 from liamwhite/full-xciliamwhite
file_sys/card_image: support dumps with prepended key area
2023-08-21Merge pull request #11342 from liamwhite/skyline-4liamwhite
patch_manager: apply manual HTML patches when present
2023-08-21Merge pull request #11149 from ameerj/astc-perf-prodliamwhite
host_shaders: ASTC compute shader optimizations
2023-08-21android: Use sensor landscape for landscape mode (#11337)Charles Lombardo
2023-08-21patch_manager: apply manual HTML patches when presentLiam
2023-08-21Merge pull request #11284 from liamwhite/nca-releaseFernando S
vfs: expand support for NCA reading
2023-08-19sockets: avoid locking around socket session callsLiam
2023-08-19Masked depthstencil clearsKelebek1
2023-08-18Shader Recomnpiler: implement textuzreGrad 3D emulation constant propagationFernando Sahmkow
2023-08-18Merge pull request #11278 from Kelebek1/dma_syncliamwhite
Mark accelerated DMA destination buffers and images as GPU-modified
2023-08-18Merge pull request #11288 from liamwhite/svc-tickliamwhite
kernel: remove relative task registration
2023-08-18video_core: Fix vulkan assert errorFeng Chen
2023-08-17file_sys/card_image: support dumps with prepended key areaLiam
2023-08-17Merge pull request #10989 from comex/epipeliamwhite
sockets: Improve behavior when sending to closed connection
2023-08-17cmake: mark warning disable for gcc 11 (#11301)liamwhite
2023-08-16uisettings: Add TODO for stretched aspect being ignoredlat9nq
2023-08-16file_sys: tolerate empty NCALiam
2023-08-16configure_ui: Silence MSVC warninglat9nq
2023-08-16yuzu-qt: Screenshots depend more on the graphics settingslat9nq
2023-08-16yuzu-qt: Implement unspecified screenshot ratiolat9nq
2023-08-16bootmanager: Remove old pathlat9nq
Causes issues with different selected aspect ratios in graphics.
2023-08-15configure_ui: Update the screenshots datalat9nq
2023-08-15config: Read the entire screenshots categorylat9nq
2023-08-15bootmanager: Consider the default resolutionlat9nq
2023-08-15yuzu-qt: Enable specifying screenshot resolutionlat9nq
2023-08-15settings: Add AspectRatio enum, split res scale functionlat9nq
2023-08-15Improve behavior when sending to closed connectioncomex
- 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-15fssystem: rework for yuzu styleLiam
2023-08-15fssystem: reduce overalignment of unbuffered storage operationsLiam
2023-08-15vfs: expand support for NCA readingLiam
2023-08-15Merge pull request #11287 from liamwhite/replaced-bytesFernando S
gdbstub: fixup replaced instruction bytes in memory reads
2023-08-14Merge pull request #11256 from FearlessTobi/revert-10075bunnei
Partially Revert "Silence nifm spam"
2023-08-14Merge pull request #11273 from t895/setup-completionbunnei
android: Setup additions
2023-08-14kernel: remove relative task registrationLiam