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.
yuzu/src
ReinUsesLisp 48e16c4c49
gl_shader_cache: Add missing new-line on emitted GLSL
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 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 5 years ago
common fix clang-format and lambda capture 5 years ago
core kernel: Remove unnecessary includes 5 years ago
input_common input_common/sdl/sdl_impl: Correct logging string in SDLState constructor 6 years ago
tests core/memory: Migrate over memory mapping functions to the new Memory class 5 years ago
video_core gl_shader_cache: Add missing new-line on emitted GLSL 5 years ago
web_service web-service: Port citra's updated web_backend code. 5 years ago
yuzu core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 5 years ago
yuzu_cmd yuzu_cmd: Use string_view instead of string for extensions 5 years ago
yuzu_tester yuzu_tester: Remove unused variable 6 years ago
.clang-format
CMakeLists.txt yuzu_tester: Add project subdirectory 6 years ago