mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-04-16 12:20:12 +00:00

This prevents a crash when the buffer size returned by the driver is 0, in which case no space is allocated to store even the NULL byte and glGetShaderInfoLog errors out. Thanks to @Relys for the bug report.