From 07e21495b3909de50b10d8465728ababaf0ea0d6 Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Tue, 20 Nov 2012 21:37:29 +0000 Subject: . git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81329 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfsound/spucfg-0.1df/dfsound.ui | 508 +++++++++++++++++--------------- plugins/dfsound/spucfg-0.1df/main.c | 1 + 2 files changed, 265 insertions(+), 244 deletions(-) (limited to 'plugins') diff --git a/plugins/dfsound/spucfg-0.1df/dfsound.ui b/plugins/dfsound/spucfg-0.1df/dfsound.ui index 9714f0a7..1c816a1d 100755 --- a/plugins/dfsound/spucfg-0.1df/dfsound.ui +++ b/plugins/dfsound/spucfg-0.1df/dfsound.ui @@ -1,318 +1,338 @@ - - True + False - 10 + 5 Configure Sound False True center dialog - - - - True + + False - 6 + vertical + 2 + + + False + end + + + gtk-close + True + True + True + True + True + + + False + False + 1 + + + + + False + True + end + 0 + + - + True False - 0 + 6 - + True False - 5 + 0 - + True False - 3 - 2 - 5 - 5 - - - True - False - 0 - Volume: - right - - - GTK_FILL - - - - - - True - False - 0 - Interpolation: - right - - - 2 - 3 - GTK_FILL - - - + 5 - + True False - 0 - Reverb: - right - - - 1 - 2 - GTK_FILL - - - - - - True - False - liststoreVolume + 3 + 2 + 5 + 5 - - - 0 - + + True + False + 0 + Volume: + right + + + GTK_FILL + + - - - 1 - 2 - GTK_FILL - - - - - True - False - liststoreReverb - - - 0 - + + True + False + 0 + Interpolation: + right + + + 2 + 3 + GTK_FILL + + - - - 1 - 2 - 1 - 2 - GTK_FILL - GTK_FILL - - - - - True - False - liststoreInterpolation - - - 0 - + + True + False + 0 + Reverb: + right + + + 1 + 2 + GTK_FILL + + + + + + True + False + liststoreVolume + + + + 0 + + + + + 1 + 2 + GTK_FILL + + + + + True + False + liststoreReverb + + + + 0 + + + + + 1 + 2 + 1 + 2 + GTK_FILL + GTK_FILL + + + + + True + False + liststoreInterpolation + + + + 0 + + + + + 1 + 2 + 2 + 3 + GTK_FILL + GTK_FILL + - - 1 - 2 - 2 - 3 - GTK_FILL - GTK_FILL - + + True + True + 0 + - - - True - True - 0 - - - - - True - False - 0 - + True False - 5 + 0 - + True False - 6 + 5 - - Adjust XA speed + True - True - False - Choose this if XA music is played too quickly. - True - 0 - True + False + 6 + + + Adjust XA speed + True + True + False + True + Choose this if XA music is played too quickly. + Choose this if XA music is played too quickly. + True + 0 + True + + + False + False + 0 + + - - False - False - 0 - + + True + True + 1 + - - - True - True - 1 - - - - - True - False - 0 - + True False - 5 + 0 - + True False - 6 - - - High compatibility mode - True - True - False - Use the asynchronous SPU interface. - True - 0 - True - - - False - False - 0 - - + 5 - - SPU IRQ Wait + True - True - False - Wait for CPU; only useful for some games. - True - 0 - True - - - False - False - 1 - - - - - Single channel sound - True - True - False - Play only one channel for a performance boost. - True - 0 - True - - - False - False - 2 - - - - - Frequency Response - Output Filter - True - True - False - 0 - True + False + 6 + + + High compatibility mode + True + True + False + True + Use the asynchronous SPU interface. + Use the asynchronous SPU interface. + True + 0 + True + + + False + False + 0 + + + + + SPU IRQ Wait + True + True + False + True + Wait for CPU; only useful for some games. + Wait for CPU; only useful for some games. + True + 0 + True + + + False + False + 1 + + + + + Single channel sound + True + True + False + True + Play only one channel for a performance boost. + Play only one channel for a performance boost. + True + 0 + True + + + False + False + 2 + + + + + Frequency Response - Output Filter + True + True + False + 0 + True + + + True + True + 3 + + - - True - True - 3 - - - - - True - True - 2 - - - - - True - False - 12 - end - - - gtk-close - True - True - True - False - True - - False - False - 0 + True + True + 2 - True + False True - 3 + 1 + + btn_close + diff --git a/plugins/dfsound/spucfg-0.1df/main.c b/plugins/dfsound/spucfg-0.1df/main.c index c18fc724..e2998d2f 100755 --- a/plugins/dfsound/spucfg-0.1df/main.c +++ b/plugins/dfsound/spucfg-0.1df/main.c @@ -229,6 +229,7 @@ int main(int argc, char *argv[]) g_signal_connect_data(G_OBJECT(widget), "clicked", G_CALLBACK(OnConfigClose), builder, NULL, G_CONNECT_AFTER); + gtk_widget_show(MainWindow); gtk_main(); return 0; } -- cgit v1.2.3