mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-05 13:13:54 +00:00
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…
x
Reference in New Issue
Block a user