diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-29 02:39:14 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-29 02:39:14 +0000 |
| commit | 0b3c069d3b5887a7b19d612d419b4397f53c40e4 (patch) | |
| tree | 0513e02879b017342aee44d38159c77f7128d5a8 /plugins/dfsound/spucfg-0.1df/dfsound.glade2 | |
| parent | 402c449811cb93d73bcdd69c5923713f8635411d (diff) | |
| download | pcsxr-0b3c069d3b5887a7b19d612d419b4397f53c40e4.tar.gz | |
- dfsound (unix): Added mute option and freqresponse to the config utility.
- gxvideo: Fixed FTBFS.
- Fixed Run BIOS (Issue #7806).
- Updated gettext scripts.
- Credit where it's due.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61576 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfsound/spucfg-0.1df/dfsound.glade2')
| -rw-r--r-- | plugins/dfsound/spucfg-0.1df/dfsound.glade2 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/plugins/dfsound/spucfg-0.1df/dfsound.glade2 b/plugins/dfsound/spucfg-0.1df/dfsound.glade2 index c071a09e..d2729bb8 100644 --- a/plugins/dfsound/spucfg-0.1df/dfsound.glade2 +++ b/plugins/dfsound/spucfg-0.1df/dfsound.glade2 @@ -78,7 +78,8 @@ <child> <widget class="GtkComboBox" id="cbVolume2"> <property name="visible">True</property> - <property name="items" translatable="yes">Low + <property name="items" translatable="yes">None +Low Medium Loud Loudest</property> @@ -258,6 +259,18 @@ Cubic</property> <property name="position">2</property> </packing> </child> + <child> + <widget class="GtkCheckButton" id="chkFreqResponse"> + <property name="label" translatable="yes">Frequency Response - Output Filter</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="draw_indicator">True</property> + </widget> + <packing> + <property name="position">3</property> + </packing> + </child> </widget> </child> </widget> |
