mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-08 09:08:40 +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";
|
return "Tls";
|
||||||
case SymbolType::NoType:
|
case SymbolType::NoType:
|
||||||
return "NoType";
|
return "NoType";
|
||||||
|
default:
|
||||||
|
return "Invalid";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue