suyu/src
Morph 809126c94a astc: Enable parallel CPU astc decoding
Given the issues with GPU accelerated ASTC decoding with NVIDIA's latest drivers, parallelize astc decoding on the CPU.
Uses half the available threads in the system for astc decoding.
2022-09-16 10:16:42 -04:00
..
audio_core Remove a pragma once from a cpp file 2022-09-12 19:27:11 +01:00
common Merge pull request #8864 from german77/toggle_analog 2022-09-09 20:54:01 -07:00
core Merge pull request #8842 from Kelebek1/AudOut 2022-09-10 11:01:11 -07:00
dedicated_room CMake: explicitly link mbedcrypto for yuzu-room 2022-09-08 05:52:28 -07:00
input_common Merge pull request #8864 from german77/toggle_analog 2022-09-09 20:54:01 -07:00
network yuzu: Display current game version in multiplayer room 2022-08-27 03:31:17 +02:00
shader_recompiler style: General style changes to match with the rest of the codebase 2022-08-31 08:51:47 -04:00
tests code: dodge PAGE_SIZE #define 2022-08-19 16:08:40 -07:00
video_core astc: Enable parallel CPU astc decoding 2022-09-16 10:16:42 -04:00
web_service web_service: Correct jwt issuer string 2022-08-15 20:25:41 +02:00
yuzu Merge pull request #8864 from german77/toggle_analog 2022-09-09 20:54:01 -07:00
yuzu_cmd video_core: add option for pessimistic flushing 2022-08-25 12:32:14 -04:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt dedicated_room: Initial implementation 2022-08-15 20:25:41 +02:00