mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-07 00:28:41 +00:00
Update condition.h
Missing default Return statement
This commit is contained in:
parent
dc45515c11
commit
0467f60376
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ constexpr std::string_view NameOf(Condition condition) {
|
||||||
return "Execz";
|
return "Execz";
|
||||||
case Condition::Execnz:
|
case Condition::Execnz:
|
||||||
return "Execnz";
|
return "Execnz";
|
||||||
|
default:
|
||||||
|
return "Invalid";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue