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 ReadSettings();
|
||||||
void WriteSettings();
|
void WriteSettings();
|
||||||
void DisplayDialog();
|
void DisplayDialog();
|
||||||
};
|
}; // namespace SoundtouchCfg
|
||||||
|
|
||||||
void ReadSettings();
|
void ReadSettings();
|
||||||
void WriteSettings();
|
void WriteSettings();
|
||||||
|
|
|
@ -221,7 +221,7 @@ void DisplayDialog()
|
||||||
msg_frame = gtk_frame_new("Message/Log Options");
|
msg_frame = gtk_frame_new("Message/Log Options");
|
||||||
gtk_container_add(GTK_CONTAINER(msg_frame), msg_box);
|
gtk_container_add(GTK_CONTAINER(msg_frame), msg_box);
|
||||||
|
|
||||||
// Log Section
|
// Log Section
|
||||||
#if GTK_MAJOR_VERSION < 3
|
#if GTK_MAJOR_VERSION < 3
|
||||||
log_box = gtk_vbox_new(false, 5);
|
log_box = gtk_vbox_new(false, 5);
|
||||||
#else
|
#else
|
||||||
|
@ -243,7 +243,7 @@ void DisplayDialog()
|
||||||
log_frame = gtk_frame_new("Log Options");
|
log_frame = gtk_frame_new("Log Options");
|
||||||
gtk_container_add(GTK_CONTAINER(log_frame), log_box);
|
gtk_container_add(GTK_CONTAINER(log_frame), log_box);
|
||||||
|
|
||||||
// Dump Section
|
// Dump Section
|
||||||
#if GTK_MAJOR_VERSION < 3
|
#if GTK_MAJOR_VERSION < 3
|
||||||
dump_box = gtk_vbox_new(false, 5);
|
dump_box = gtk_vbox_new(false, 5);
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -26,7 +26,7 @@ namespace DebugConfig
|
||||||
extern void ReadSettings();
|
extern void ReadSettings();
|
||||||
extern void WriteSettings();
|
extern void WriteSettings();
|
||||||
extern void DisplayDialog();
|
extern void DisplayDialog();
|
||||||
}
|
} // namespace DebugConfig
|
||||||
|
|
||||||
extern void CfgSetSettingsDir(const char *dir);
|
extern void CfgSetSettingsDir(const char *dir);
|
||||||
extern void CfgSetLogDir(const char *dir);
|
extern void CfgSetLogDir(const char *dir);
|
||||||
|
|
Loading…
Reference in New Issue