mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-23 04:55:47 +02:00
Attempt to placate evil spirits.
This commit is contained in:
@@ -92,7 +92,7 @@ namespace SoundtouchCfg
|
||||
void ReadSettings();
|
||||
void WriteSettings();
|
||||
void DisplayDialog();
|
||||
};
|
||||
}; // namespace SoundtouchCfg
|
||||
|
||||
void ReadSettings();
|
||||
void WriteSettings();
|
||||
|
||||
@@ -221,7 +221,7 @@ void DisplayDialog()
|
||||
msg_frame = gtk_frame_new("Message/Log Options");
|
||||
gtk_container_add(GTK_CONTAINER(msg_frame), msg_box);
|
||||
|
||||
// Log Section
|
||||
// Log Section
|
||||
#if GTK_MAJOR_VERSION < 3
|
||||
log_box = gtk_vbox_new(false, 5);
|
||||
#else
|
||||
@@ -243,7 +243,7 @@ void DisplayDialog()
|
||||
log_frame = gtk_frame_new("Log Options");
|
||||
gtk_container_add(GTK_CONTAINER(log_frame), log_box);
|
||||
|
||||
// Dump Section
|
||||
// Dump Section
|
||||
#if GTK_MAJOR_VERSION < 3
|
||||
dump_box = gtk_vbox_new(false, 5);
|
||||
#else
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user