mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 03:54:45 +00:00
Update symbols_resolver.h
Missing Default Return Type. Fixed
This commit is contained in:
parent
379ec554a8
commit
06903b69c6
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ public:
|
|||
return "Tls";
|
||||
case SymbolType::NoType:
|
||||
return "NoType";
|
||||
default:
|
||||
return "Invalid";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue