summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-10-21Merge branch 'yuzu-emu:master' into new-shortcutFranco M
2023-10-20Merge pull request #11748 from liamwhite/kern_1700Fernando S
kernel: update for 17.0.0
2023-10-20Merge pull request #11825 from liamwhite/system-resourceFernando S
kernel: fix incorrect calculation of used non system memory value
2023-10-20Merge pull request #11806 from liamwhite/needs-more-lockingliamwhite
renderer_vulkan: add locks to avoid scheduler flushes from CPU
2023-10-20kernel: fix incorrect calculation of used non system memory valueLiam
2023-10-20gdbstub: add PermissionLocked to mappings tableLiam
2023-10-20kernel: fix format string errorLiam
2023-10-20kernel: make check fully constexpr for broken msvc constant foldingLiam
2023-10-20k_page_table: add MapFirstGroupLiam
2023-10-20kernel: update KMemoryRegionType valuesLiam
2023-10-20k_page_table: implement PermissionLockedLiam
2023-10-20k_page_table: add new CheckMemoryState helperLiam
2023-10-20kernel: split Io memory state, add PermissionLocked attributeLiam
2023-10-20kernel: reshuffle ini1 size, add slab clear noteLiam
2023-10-19Merge pull request #11822 from german77/no-nameliamwhite
service: mii: Create random mii with name
2023-10-19service: mii: Create random mii with nameNarr the Reg
2023-10-18Merge pull request #11810 from liamwhite/clang-17liamwhite
general: fix build failure on clang 17
2023-10-18Reverted dirty code in main.boludoz
2023-10-18Merge pull request #11795 from Squall-Leonhart/D32FToOtherliamwhite
[Vulkan]Implement missing copy formats for D32, ARGB8_SRGB and BGRA8_Unorm/SRGB
2023-10-18Merge pull request #11791 from german77/bufferxliamwhite
service: hle: Allow to access read buffer A and X directly
2023-10-18TODO: Implement shortcut creation for Apple.boludoz
2023-10-18Useless code removed related to admin privileges, if it is not an error we ↵boludoz
can add it later, that is what git is for.
2023-10-18Deleted admin requisite (maybe it was another mistake).boludoz
2023-10-18Merge branch 'yuzu-emu:master' into new-shortcutFranco M
2023-10-17general: fix build failure on clang 17Liam
2023-10-17Merge pull request #11774 from liamwhite/refcount-issueliamwhite
fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers
2023-10-17Merge pull request #11747 from Kelebek1/image_alias_sample_namesliamwhite
Small things
2023-10-17Merge pull request #11349 from vonchenplus/buffer_cache_crashliamwhite
video_core: Fix moltenvk crash on macos
2023-10-17renderer_vulkan: add locks to avoid scheduler flushes from CPULiam
2023-10-17Merge pull request #11788 from Squall-Leonhart/IFREMOVEDFernando S
[crash fix]brings back the removed if statement in util.cpp and adds the num_level test to it like previous discontinued PR
2023-10-17Final refactorizationboludoz
2023-10-16service: hle: Allow to access read buffer A and X directlygerman77
2023-10-17Merge branch 'yuzu-emu:master' into new-shortcutFranco M
2023-10-17service: acc: Implement functions needed for profile select (#11653)Narr the Reg
2023-10-16Moved check.boludoz
2023-10-16More @liamwhite suggestions applied.boludoz
2023-10-16shortcut_stream.close(); fixedboludoz
2023-10-16Comment using fmt instead qt.boludoz
2023-10-16.clear() instead = ""; and switch improved.boludoz
2023-10-16More missed suggestionsboludoz
2023-10-16Sugestions and fixes.boludoz
2023-10-17Changes based on hardware testsSquall-Leonhart
Removes unnecessary d32f to bgra shader and blit functions, update vk_texture_cache to use abgr shader for d32f to BGRA formats updates abgr to d32f shader to comply with hardware tests
2023-10-17Make Clang happy.Squall Leonhart
2023-10-17Added missing BuildShader lineSquall Leonhart
Adds `convert_abgr8_to_d32f_frag(BuildShader(device, CONVERT_ABGR8_TO_D32F_FRAG_SPV)),`
2023-10-16Merge branch 'new-shortcut' of https://github.com/boludoz/yuzu into new-shortcutboludoz
2023-10-16Some improvements (suggestions)boludoz
2023-10-16Merge branch 'yuzu-emu:master' into new-shortcutFranco M
2023-10-15Merge pull request #11786 from v1993/cuda-on-linuxliamwhite
host1x/codecs: enable CUDA on Linux
2023-10-15Merge pull request #11794 from german77/linemotliamwhite
input_common: udp: Avoid crash when trying to map motion before client is ready
2023-10-15Less code, simpler, better.boludoz