mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 10:35:03 +00:00
Fixed clang-format crying because I typed xargs clang-format instead of xargs clang-format-19
This commit is contained in:
parent
2ba88fe46a
commit
d59df1d5e0
@ -53,7 +53,7 @@ constexpr Type F64x3{Type::F64x3};
|
|||||||
constexpr Type F64x4{Type::F64x4};
|
constexpr Type F64x4{Type::F64x4};
|
||||||
constexpr Type StringLiteral{Type::StringLiteral};
|
constexpr Type StringLiteral{Type::StringLiteral};
|
||||||
|
|
||||||
constexpr OpcodeMeta META_TABLE[] {
|
constexpr OpcodeMeta META_TABLE[]{
|
||||||
#define OPCODE(name_token, type_token, ...) \
|
#define OPCODE(name_token, type_token, ...) \
|
||||||
{ \
|
{ \
|
||||||
.name{#name_token}, \
|
.name{#name_token}, \
|
||||||
|
Loading…
Reference in New Issue
Block a user