mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-26 20:15:03 +00:00
Update symbols_resolver.h
Missing Default Return Type. Fixed
This commit is contained in:
parent
379ec554a8
commit
06903b69c6
@ -68,6 +68,8 @@ public:
|
|||||||
return "Tls";
|
return "Tls";
|
||||||
case SymbolType::NoType:
|
case SymbolType::NoType:
|
||||||
return "NoType";
|
return "NoType";
|
||||||
|
default:
|
||||||
|
return "Invalid";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user