mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 00:38:18 -05:00
shader: Address feedback + clang format
This commit is contained in:
@ -56,7 +56,7 @@ constexpr std::array UNORDERED_ENCODINGS{
|
||||
#define INST(name, cute, encode) \
|
||||
InstEncoding{ \
|
||||
.mask_value{MaskValueFromEncoding(encode)}, \
|
||||
.opcode = Opcode::name, \
|
||||
.opcode = Opcode::name, \
|
||||
},
|
||||
#include "maxwell.inc"
|
||||
#undef INST
|
||||
|
Reference in New Issue
Block a user