mirror of https://github.com/yuzu-mirror/yuzu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Add missing new-line. This caused shaders using local memory and shared memory to inject a preprocessor GLSL line after an expression (resulting in invalid code). It looked like this: shared uint smem[8];#define LOCAL_MEMORY_SIZE 16 It should look like this (addressed by this commit): shared uint smem[8]; \#define LOCAL_MEMORY_SIZE 16 |
5 years ago | |
---|---|---|
.. | ||
audio_core | 5 years ago | |
common | 5 years ago | |
core | 5 years ago | |
input_common | 6 years ago | |
tests | 5 years ago | |
video_core | 5 years ago | |
web_service | 5 years ago | |
yuzu | 5 years ago | |
yuzu_cmd | 5 years ago | |
yuzu_tester | 6 years ago | |
.clang-format | ||
CMakeLists.txt | 6 years ago |