1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-03 18:06:32 -05:00
Files
suyu-mirror/src/video_core/shader
Lioncash d159643fd7 decode/texture: Resolve unused variable warnings.
Some variables aren't used, so we can remove these.

Unfortunately, diagnostics are still reported on structured bindings
even when annotated with [[maybe_unused]], so we need to unpack the
elements that we want to use manually.
2020-04-16 22:45:41 -04:00
..
2019-10-26 15:38:30 -04:00
2020-04-06 02:24:47 -03:00