comparison xmms-sid.glade @ 773:45108b3d88db

Add resid-fp and resid backend to sidplay2fp support.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Nov 2012 11:56:00 +0200
parents d9d769b5dbe2
children 40eb0327c427
comparison
equal deleted inserted replaced
772:91a36a4b79c6 773:45108b3d88db
642 <tooltip>This setting can be used to enable libSIDPlay2's &quot;optimization mode&quot;, which in downgrades the emulation from cycle-exact to something similar to frame-exact. The result is lower CPU usage, but worse accuracy.</tooltip> 642 <tooltip>This setting can be used to enable libSIDPlay2's &quot;optimization mode&quot;, which in downgrades the emulation from cycle-exact to something similar to frame-exact. The result is lower CPU usage, but worse accuracy.</tooltip>
643 <can_focus>True</can_focus> 643 <can_focus>True</can_focus>
644 <label>Optimization mode (faster, inaccurate)</label> 644 <label>Optimization mode (faster, inaccurate)</label>
645 <active>False</active> 645 <active>False</active>
646 <draw_indicator>True</draw_indicator> 646 <draw_indicator>True</draw_indicator>
647 <child>
648 <padding>0</padding>
649 <expand>False</expand>
650 <fill>False</fill>
651 </child>
652 </widget>
653
654 <widget>
655 <class>GtkRadioButton</class>
656 <name>cfg_emu_sp2_resid_fp</name>
657 <tooltip>reSID-FP is the heaviest and most accurate software SID-chip simulator based on SID reverse-engineering, created by Dag Lem, Antti Lankila and others. It is probably the closest thing to real SID available as software-only emulation.</tooltip>
658 <can_focus>True</can_focus>
659 <label>reSID-FP-emulation</label>
660 <active>False</active>
661 <draw_indicator>True</draw_indicator>
662 <group>emutype</group>
647 <child> 663 <child>
648 <padding>0</padding> 664 <padding>0</padding>
649 <expand>False</expand> 665 <expand>False</expand>
650 <fill>False</fill> 666 <fill>False</fill>
651 </child> 667 </child>