mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
HLE_OS: Fix missing-declarations warnings
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user