mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 03:54:45 +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";
|
||||
case Condition::Execnz:
|
||||
return "Execnz";
|
||||
default:
|
||||
return "Invalid";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue