comparison src/VisualBoyAdvance.cfg @ 78:4a1b17917fc8

speed up emulation
author Robert McIntyre <rlm@mit.edu>
date Thu, 08 Mar 2012 21:50:46 -0600
parents 719d910c90f8
children 7ab48d728ee4
comparison
equal deleted inserted replaced
77:9ba461a5c60f 78:4a1b17917fc8
67 67
68 # Gameboy Frame skip setting. Allowed values are from 0 to 5 only. 68 # Gameboy Frame skip setting. Allowed values are from 0 to 5 only.
69 gbFrameSkip=0 69 gbFrameSkip=0
70 70
71 # Video setting. 0=1x, 1=2x, 2=3x, 3=4x. 71 # Video setting. 0=1x, 1=2x, 2=3x, 3=4x.
72 video=1 72 video=2
73 73
74 # Use fullscreen mode. 0=false, any other value means true 74 # Use fullscreen mode. 0=false, any other value means true
75 fullScreen=0 75 fullScreen=0
76 76
77 # Disables MMX support 77 # Disables MMX support
152 # 0=none, 1=motion blur, 2=smart 152 # 0=none, 1=motion blur, 2=smart
153 ifbType=0 153 ifbType=0
154 154
155 # Show emulation speed 155 # Show emulation speed
156 # 0=none, 1=percentage, 2=detailed 156 # 0=none, 1=percentage, 2=detailed
157 showSpeed=0 157 showSpeed=2
158 158
159 # Show speed in transparent mode 159 # Show speed in transparent mode
160 # 0=normal, anything else for transparent 160 # 0=normal, anything else for transparent
161 showSpeedTransparent=1 161 showSpeedTransparent=0
162 162
163 # Enable/Disable auto frameskip 163 # Enable/Disable auto frameskip
164 # 0=disable, anything else to enable 164 # 0=disable, anything else to enable
165 autoFrameSkip=0 165 autoFrameSkip=1
166 166
167 # Sets the desired throttle 167 # Sets the desired throttle
168 # 0=disable, 5...1000 valid throttle speeds 168 # 0=disable, 5...1000 valid throttle speeds
169 throttle=0 169 throttle=5
170 170
171 # Pauses the emulator when the window is inactive 171 # Pauses the emulator when the window is inactive
172 # 0=disable, anything else to enable 172 # 0=disable, anything else to enable
173 pauseWhenInactive=0 173 pauseWhenInactive=0
174 174
180 # 0=disable, anything else to enable 180 # 0=disable, anything else to enable
181 rtcEnabled=0 181 rtcEnabled=0
182 182
183 # Sound OFF flag 183 # Sound OFF flag
184 # 0=sound on, anything else turns off sound 184 # 0=sound on, anything else turns off sound
185 soundOff=0 185 soundOff=1
186 186
187 # Sound Enable 187 # Sound Enable
188 # Controls which channels are enabled: (add values) 188 # Controls which channels are enabled: (add values)
189 # 1 - Channel 1 189 # 1 - Channel 1
190 # 2 - Channel 2 190 # 2 - Channel 2