summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-10ci/linux: Upload separated debug symbolslat9nq
Creates a new archive with a debug suffix that contains the debug symbols from compiling yuzu for mainline. The yuzu executable also gets a GNU debug link to the symbols file. ci/linux: Compile with debug symbols and upload separately Currently only uploads for yuzu but yuzu-cmd or other future executables can be added to the for-loop's parameters.
2023-10-07Merge pull request #11656 from liamwhite/recreate-surface-automaticallyliamwhite
vk_present_manager: recreate surface on any surface loss
2023-10-07Merge pull request #11677 from Squall-Leonhart/D32FTOABGR8liamwhite
Implements D32_Float to A8B8G8R8_UNORM format copy
2023-10-07Merge pull request #11630 from Kelebek1/clear_stencil_requires_depth_testliamwhite
Enable depth test on depthstencil clear path
2023-10-07Merge pull request #11639 from liamwhite/no-program-id-changeliamwhite
loader: don't reassign program ID on npdm reparse
2023-10-07Merge pull request #11648 from liamwhite/unicode-nonsenseliamwhite
gdbserver: use numeric character references for unicode
2023-10-07Merge pull request #11544 from Kelebek1/reduce_stream_buffer_renderdocliamwhite
Allow GPUs without rebar to open multiple RenderDoc captures
2023-10-07Merge pull request #11669 from german77/settings2liamwhite
yuzu: Fix custom rtc and mute audio settings
2023-10-07Merge pull request #11688 from Kelebek1/x8d42liamwhite
Implement X8_D24 pixel format
2023-10-07Merge pull request #11684 from Kelebek1/disable_push_descriptor_maxwellliamwhite
Disable push descriptor for Pascal and older nVidia architectures
2023-10-07update shader to confirmed format copySquall Leonhart
2023-10-06Allow GPUs without rebar to open multiple RenderDoc capturesKelebek1
2023-10-06Implement X8_D24 formatKelebek1
2023-10-05Rework nvidia architecture detection, disable push descriptor for Pascal and ↵Kelebek1
older
2023-10-05lets not convert depth to greyscale since this makes the exhaust and tire ↵Squall-Leonhart
smoke light gray/white tiresmoke should be a darker gray.
2023-10-04Fix CI Formatting checkSquall-Leonhart
2023-10-04Implements D32_Float to A8B8G8R8_UNORM format copySquall-Leonhart
Corrects some visual issues in games such as Disney SpeedStorm
2023-10-03core: Update clocks when settings are savedNarr the Reg
2023-10-03yuzu: Fix mute when in background settingNarr the Reg
2023-10-02vk_present_manager: recreate surface on any surface lossLiam
2023-10-02Merge pull request #11657 from liamwhite/new-codespellliamwhite
ci: fix new codespell errors
2023-10-02ci: fix new codespell errorsLiam
2023-10-02Merge pull request #11652 from liamwhite/shutdown-goes-brrrliamwhite
k_page_table: skip page table clearing on finalization
2023-10-02Merge pull request #11655 from liamwhite/additional-dump-targetsliamwhite
qt: add additional romfs dump targets
2023-10-02Merge pull request #11651 from liamwhite/fsc-creationNarr the Reg
fsp-srv: enable auto save data creation on init
2023-10-02qt: add additional romfs dump targetsLiam
2023-10-01k_page_table: skip page table clearing on finalizationLiam
2023-10-01fsp-srv: enable auto save data creation on initLiam
2023-10-01Merge pull request #11642 from zhaobot/tx-update-20231001021119liamwhite
Update translations (2023-10-01)
2023-10-01Merge pull request #11632 from german77/hle_cabinetliamwhite
service: am: Add support for LLE Cabinet Applet
2023-10-01gdbserver: use numeric character references for unicodeLiam
2023-10-01service: nfc: Implement SetRegisterInfoPrivate mii supportNarr the Reg
2023-10-01service: am: Implement shared bufferNarr the Reg
Co-authored-by: Liam <byteslice@airmail.cc>
2023-10-01service: nvnflinger: Implement shared bufferNarr the Reg
Co-authored-by: Liam <byteslice@airmail.cc>
2023-10-01service: ldn: Implement lp2p:m and stub IMonitorServiceNarr the Reg
2023-10-01service: am: Set push in arguments according to the launched appletNarr the Reg
2023-10-01yuzu: Allow to launch cabinet applet from firmwareNarr the Reg
2023-10-01Merge pull request #11646 from FernandoS27/stop-ignoring-your-mental-healthFernando S
Query Cache: Fix memory leak.
2023-10-01Query Cache: Fix memory leak.Fernando Sahmkow
2023-10-01Update translations (2023-10-01)The yuzu Community
2023-09-30loader: don't reassign program ID on npdm reparseLiam
2023-09-29Merge pull request #11493 from merryhime/evtFernando S
core_timing: Replace queue with a fibonacci heap
2023-09-29Merge pull request #11546 from Kelebek1/core_timing_mutexFernando S
Reduce core timing mutex contention
2023-09-29Merge pull request #11622 from liamwhite/qcr-reg1Fernando S
renderer_vulkan: fix query cache for homebrew
2023-09-28Merge pull request #11631 from Kelebek1/double_focus_changeliamwhite
Don't send a double focus change message
2023-09-28Don't send a double focus change messageKelebek1
2023-09-28Enable depth test on stencil clear pathKelebek1
2023-09-28Merge pull request #11626 from german77/mii-fixliamwhite
service: mii: Fix reported bugs
2023-09-28Merge pull request #11402 from FernandoS27/depth-bias-controlliamwhite
Vulkan: Implement Depth Bias Control
2023-09-28Merge pull request #11590 from liamwhite/attributeliamwhite
fsp-srv: add GetFileSystemAttribute