comparison xmms-sid.glade @ 839:29f3c3f29c0d

Finalize libSIDPlay2 vs FP configuration stuff.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Nov 2012 21:44:27 +0200
parents 40eb0327c427
children d183ac29b879
comparison
equal deleted inserted replaced
838:ae1f6418d093 839:29f3c3f29c0d
478 <signal> 478 <signal>
479 <name>toggled</name> 479 <name>toggled</name>
480 <handler>xs_cfg_emu_sidplay1_toggled</handler> 480 <handler>xs_cfg_emu_sidplay1_toggled</handler>
481 <last_modification_time>Mon, 15 Sep 2003 12:12:50 GMT</last_modification_time> 481 <last_modification_time>Mon, 15 Sep 2003 12:12:50 GMT</last_modification_time>
482 </signal> 482 </signal>
483 <label>SIDPlay 1 (frame-based)</label> 483 <label>SIDPlay 1 (frame-based, fast, inaccurate)</label>
484 <active>False</active> 484 <active>False</active>
485 <draw_indicator>True</draw_indicator> 485 <draw_indicator>True</draw_indicator>
486 <group>emulator</group> 486 <group>emulator</group>
487 <child> 487 <child>
488 <padding>0</padding> 488 <padding>0</padding>
492 </widget> 492 </widget>
493 493
494 <widget> 494 <widget>
495 <class>GtkRadioButton</class> 495 <class>GtkRadioButton</class>
496 <name>cfg_emu_sidplay2</name> 496 <name>cfg_emu_sidplay2</name>
497 <tooltip>Use libSIDPlay 2.x emulation, which requires powerful CPU due to more exact emulation.</tooltip> 497 <tooltip>Use libSIDPlay 2.x emulation, which requires powerful CPU due to cycle-exact emulation.</tooltip>
498 <can_focus>True</can_focus> 498 <can_focus>True</can_focus>
499 <signal> 499 <signal>
500 <name>toggled</name> 500 <name>toggled</name>
501 <handler>xs_cfg_emu_sidplay2_toggled</handler> 501 <handler>xs_cfg_emu_sidplay2_toggled</handler>
502 <last_modification_time>Mon, 15 Sep 2003 12:13:00 GMT</last_modification_time> 502 <last_modification_time>Mon, 15 Sep 2003 12:13:00 GMT</last_modification_time>
503 </signal> 503 </signal>
504 <label>SIDPlay 2/FP (cycle-based)</label> 504 <label>SIDPlay 2 (cycle-based, rather accurate)</label>
505 <active>False</active>
506 <draw_indicator>True</draw_indicator>
507 <group>emulator</group>
508 <child>
509 <padding>0</padding>
510 <expand>False</expand>
511 <fill>False</fill>
512 </child>
513 </widget>
514
515 <widget>
516 <class>GtkRadioButton</class>
517 <name>cfg_emu_sidplayfp</name>
518 <tooltip>Use libSIDPlayFP emulation, requires a high-end system due to accurate simulation of filter and cycle-accurate emulation.</tooltip>
519 <can_focus>True</can_focus>
520 <signal>
521 <name>toggled</name>
522 <handler>xs_cfg_emu_sidplay2_toggled</handler>
523 <last_modification_time>Thu, 08 Nov 2012 19:41:06 GMT</last_modification_time>
524 </signal>
525 <label>SIDPlay FP (cycle-exact, very accurate, slow)</label>
505 <active>False</active> 526 <active>False</active>
506 <draw_indicator>True</draw_indicator> 527 <draw_indicator>True</draw_indicator>
507 <group>emulator</group> 528 <group>emulator</group>
508 <child> 529 <child>
509 <padding>0</padding> 530 <padding>0</padding>