Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-06 | Merge pull request #9395 from abouvier/cmake-find | liamwhite | |
cmake: correct find modules | |||
2022-12-06 | Merge pull request #9391 from abouvier/cmake-sdl | liamwhite | |
cmake: use sdl2 imported target | |||
2022-12-06 | Merge pull request #9387 from abouvier/cmake-libusb | liamwhite | |
cmake: prefer system libusb | |||
2022-12-06 | Merge pull request #9394 from lioncash/translate | liamwhite | |
configure_graphics: Make SPIRV backend string translatable | |||
2022-12-06 | configure_graphics: Make SPIRV backend string translatable | Lioncash | |
The parenthetical needs to be translatable, like with GLASM | |||
2022-12-06 | cmake: correct find modules | Alexandre Bouvier | |
2022-12-06 | cmake: prefer system libusb | Alexandre Bouvier | |
2022-12-05 | Merge pull request #9385 from Morph1984/dynarmic-ver | liamwhite | |
externals: Bump dynarmic to 6.4.0 | |||
2022-12-05 | Merge pull request #9369 from german77/mifare | liamwhite | |
service: nfc: Implement mifare service | |||
2022-12-05 | Merge pull request #9360 from Kelebek1/R-E-S-P-E-C-T | liamwhite | |
Respect render mode override | |||
2022-12-06 | cmake: use sdl2 imported target | Alexandre Bouvier | |
2022-12-05 | Merge pull request #9388 from lioncash/fix-msvc | Morph | |
CMakeLists: Remove version specifier for lz4 | |||
2022-12-05 | CMakeLists: Remove version specifier for lz4 | Lioncash | |
Currently the exported version of lz4 provided by vcpkg is malformed and is "unknown". This makes querying for a specific version broken. Fixes configuring CMake with the use of vcpkg. | |||
2022-12-05 | externals: Bump dynarmic to 6.4.0 | Morph | |
Uses the tagged, versioned release instead. | |||
2022-12-05 | Merge pull request #6833 from abouvier/unbundle | liamwhite | |
cmake: prefer system libraries | |||
2022-12-05 | Merge pull request #9383 from FernandoS27/poke-great | liamwhite | |
Vulkan: Implement Alpha coverage | |||
2022-12-05 | Vulkan: Implement Alpha coverage | Fernando Sahmkow | |
2022-12-04 | input_common: Allow mifare files | Narr the Reg | |
2022-12-04 | Merge pull request #9381 from liamwhite/uninit | Mai | |
service_thread: fix uninitialized memory usage | |||
2022-12-04 | service_thread: fix uninitialized memory usage | Liam | |
2022-12-04 | Merge pull request #9232 from bunnei/audio-default-thread | liamwhite | |
hle: service: audio: Use default service thread. | |||
2022-12-04 | Merge pull request #9273 from ameerj/per-game-profile | liamwhite | |
Configuration: Add per-game input profiles | |||
2022-12-04 | Merge pull request #9372 from liamwhite/vk12 | liamwhite | |
vulkan_common: promote extension usages to core when possible | |||
2022-12-04 | Merge pull request #9379 from liamwhite/cmake-mess | Narr the Reg | |
yuzu-cmd: link SDL2 correctly | |||
2022-12-04 | cmake: prefer system libraries | Alexandre Bouvier | |
2022-12-04 | yuzu-cmd: link SDL2 correctly | Liam | |
2022-12-04 | vulkan_common: add feature test for shaderDrawParameters | Liam | |
2022-12-04 | vulkan_common: clean up extension usage | Liam | |
2022-12-04 | vulkan_common: correct usage of timeline semaphore fallbacks | Liam | |
2022-12-04 | vulkan_common: ensure all mandatory features are tested in feature report | Liam | |
2022-12-04 | vulkan_common: unsuffix 16-bit storage feature test structure | Liam | |
2022-12-04 | vulkan_common: unsuffix timeline semaphore feature test structure | Liam | |
2022-12-04 | vulkan_common: add logicOp to feature report | Liam | |
2022-12-04 | vulkan_common: promote host query reset usage to core | Liam | |
2022-12-04 | vulkan_common: promote descriptor update template usage to core | Liam | |
2022-12-04 | vulkan_common: promote timeline semaphore usage to core | Liam | |
2022-12-04 | Merge pull request #9375 from jbeich/xbyak-no-install | liamwhite | |
externals: don't install xbyak as part of yuzu install | |||
2022-12-04 | Merge pull request #9374 from liamwhite/externals | liamwhite | |
externals: update dynarmic, SDL2 | |||
2022-12-04 | externals: update dynarmic, SDL2 | Liam | |
2022-12-03 | externals: disable xbyak install targets after cbaf642ffe4b | Jan Beich | |
Prevent yuzu from trying to install bundled xbyak as it'd likely conflict with system xbyak package. Error: Orphaned: include/xbyak/xbyak.h Error: Orphaned: include/xbyak/xbyak_bin2hex.h Error: Orphaned: include/xbyak/xbyak_mnemonic.h Error: Orphaned: include/xbyak/xbyak_util.h Error: Orphaned: lib/cmake/xbyak/xbyak-config-version.cmake Error: Orphaned: lib/cmake/xbyak/xbyak-config.cmake Error: Orphaned: lib/cmake/xbyak/xbyak-targets.cmake | |||
2022-12-03 | Merge pull request #9344 from liamwhite/null | bunnei | |
video_core: add null backend | |||
2022-12-03 | Merge pull request #9300 from ameerj/pch | liamwhite | |
CMake: Use precompiled headers to improve compile times | |||
2022-12-03 | Merge pull request #9289 from liamwhite/fruit-company | liamwhite | |
general: fix compile for Apple Clang | |||
2022-12-03 | Merge pull request #9353 from vonchenplus/draw_indexed | liamwhite | |
video_core: Fine tuning the index drawing judgment logic | |||
2022-12-02 | Merge pull request #9303 from liamwhite/new-vulkan-init | Matías Locatti | |
Vulkan: update initialization | |||
2022-12-02 | Merge pull request #9363 from liamwhite/gs | Matías Locatti | |
shader_recompiler: add gl_Layer translation GS for older hardware | |||
2022-12-01 | Merge pull request #9348 from Morph1984/when-the-network-is-down | liamwhite | |
service: nifm: Update stubs for Submit/GetRequestState/GetResult | |||
2022-12-01 | service: nfc: Implement mifare service | Narr the Reg | |
2022-12-01 | Merge pull request #9367 from lat9nq/occam-ffmpeg | liamwhite | |
CMake: Fix FFmpeg find module | |||
2022-12-01 | shader_recompiler: add gl_Layer translation GS for older hardware | Liam | |