HLE_OS: Fix missing-declarations warnings
This commit is contained in:
parent
4c8f8c011e
commit
190f7cbc4f
|
@ -24,6 +24,9 @@ enum class ParameterType : bool
|
|||
|
||||
std::string GetStringVA(u32 str_reg = 3,
|
||||
ParameterType parameter_type = ParameterType::ParameterList);
|
||||
void HLE_GeneralDebugPrint(ParameterType parameter_type);
|
||||
void HLE_LogDPrint(ParameterType parameter_type);
|
||||
void HLE_LogFPrint(ParameterType parameter_type);
|
||||
|
||||
void HLE_OSPanic()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue