mirror of https://github.com/PCSX2/pcsx2.git
Attempt to placate evil spirits.
This commit is contained in:
parent
10ac426fd5
commit
33db759a77
|
@ -92,7 +92,7 @@ namespace SoundtouchCfg
|
|||
void ReadSettings();
|
||||
void WriteSettings();
|
||||
void DisplayDialog();
|
||||
};
|
||||
}; // namespace SoundtouchCfg
|
||||
|
||||
void ReadSettings();
|
||||
void WriteSettings();
|
||||
|
|
|
@ -26,7 +26,7 @@ namespace DebugConfig
|
|||
extern void ReadSettings();
|
||||
extern void WriteSettings();
|
||||
extern void DisplayDialog();
|
||||
}
|
||||
} // namespace DebugConfig
|
||||
|
||||
extern void CfgSetSettingsDir(const char *dir);
|
||||
extern void CfgSetLogDir(const char *dir);
|
||||
|
|
Loading…
Reference in New Issue