Home
last modified time | relevance | path

Searched refs:sound_filter_type (Results 1 – 17 of 17) sorted by relevance

/dports/emulators/uae/uae-0.8.29/src/
H A Daudio.c631 currprefs.sound_filter_type = changed_prefs.sound_filter_type; in check_prefs_changed_audio()
680 if (currprefs.sound_filter_type == FILTER_SOUND_TYPE_A500) in check_prefs_changed_audio()
682 else if (currprefs.sound_filter_type == FILTER_SOUND_TYPE_A1200) in check_prefs_changed_audio()
H A Dmain.c214 p->sound_filter_type = FILTER_SOUND_TYPE_A500; in default_prefs()
H A Dcfgfile.c229 cfgfile_write (f, "sound_filter_type=%s\n", soundfiltermode2[p->sound_filter_type]); in save_options()
514 || cfgfile_strval (option, value, "sound_filter_type", &p->sound_filter_type, soundfiltermode2, 0) in cfgfile_parse_host()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-qt/
H A Dpuae_mainwindow.cpp1937 workprefs.sound_filter_type = 0; in values_from_sounddlg()
1941 workprefs.sound_filter_type = 1; in values_from_sounddlg()
1945 workprefs.sound_filter_type = 0; in values_from_sounddlg()
1949 workprefs.sound_filter_type = 1; in values_from_sounddlg()
2005 i = workprefs.sound_filter_type ? 2 : 1; in values_to_sounddlg()
2008 i = workprefs.sound_filter_type ? 4 : 3; in values_to_sounddlg()
/dports/games/libretro-hatari/hatari-561c07e/src/cpu/
H A Doptions_cpu.h50 int sound_filter_type; member
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Daudio.c1580 || changed_prefs.sound_filter_type != currprefs.sound_filter_type) in sound_prefs_changed()
1647 currprefs.sound_filter_type = changed_prefs.sound_filter_type; in set_audio()
1692 if (currprefs.sound_filter_type == FILTER_SOUND_TYPE_A500) in set_audio()
1694 else if (currprefs.sound_filter_type == FILTER_SOUND_TYPE_A1200) in set_audio()
H A Dcfgfile.c832 cfgfile_write_str (f, _T("sound_filter_type"), soundfiltermode2[p->sound_filter_type]); in cfgfile_save_options()
1763 …|| cfgfile_strval (option, value, _T("sound_filter_type"), &p->sound_filter_type, soundfiltermode2… in cfgfile_parse_host()
4715 p->sound_filter_type = 0; in default_prefs()
/dports/emulators/uae/uae-0.8.29/src/include/
H A Doptions.h109 int sound_filter_type; member
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Daudio.cpp1673 || changed_prefs.sound_filter_type != currprefs.sound_filter_type) in sound_prefs_changed()
1751 currprefs.sound_filter_type = changed_prefs.sound_filter_type; in set_audio()
1804 if (currprefs.sound_filter_type == FILTER_SOUND_TYPE_A500) in set_audio()
1806 else if (currprefs.sound_filter_type == FILTER_SOUND_TYPE_A1200) in set_audio()
H A Dcfgfile.cpp1415 cfgfile_write_str (f, _T("sound_filter_type"), soundfiltermode2[p->sound_filter_type]); in cfgfile_save_options()
2636 …|| cfgfile_strval (option, value, _T("sound_filter_type"), &p->sound_filter_type, soundfiltermode2… in cfgfile_parse_host()
6168 p->sound_filter_type = 0; in default_prefs()
7173 if (p->sound_filter_type == FILTER_SOUND_TYPE_A500 && (p->chipset_mask & CSMASK_AGA)) in built_in_prefs()
7174 p->sound_filter_type = FILTER_SOUND_TYPE_A1200; in built_in_prefs()
7175 else if (p->sound_filter_type == FILTER_SOUND_TYPE_A1200 && !(p->chipset_mask & CSMASK_AGA)) in built_in_prefs()
7176 p->sound_filter_type = FILTER_SOUND_TYPE_A500; in built_in_prefs()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-cocoa/
H A Dcocoaui.m1005 v = changed_prefs.sound_filter_type ? 2 : 1;
1008 v = changed_prefs.sound_filter_type ? 4 : 3;
1762 changed_prefs.sound_filter_type = 0;
1766 changed_prefs.sound_filter_type = 1;
1770 changed_prefs.sound_filter_type = 0;
1774 changed_prefs.sound_filter_type = 1;
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Doptions.h298 int sound_filter_type; member
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Doptions.h379 int sound_filter_type; member
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gui-gtk/
H A Dgtkui.c307 if (currprefs.sound_filter_type == FILTER_SOUND_TYPE_A500) i = 1; in set_sound_state()
308 if (currprefs.sound_filter_type == FILTER_SOUND_TYPE_A1200) i = 3; in set_sound_state()
771 changed_prefs.sound_filter_type = (t > 2 ? FILTER_SOUND_TYPE_A1200 : FILTER_SOUND_TYPE_A500); in sound_changed()
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Doptions_cpu.h498 int sound_filter_type; member
/dports/games/libretro-uae/libretro-uae-8333daa/libretro/
H A Dlibretro.c1271 … if (strcmp(var.value, "standard") == 0) changed_prefs.sound_filter_type=FILTER_SOUND_TYPE_A500; in update_variables()
1272 …else if (strcmp(var.value, "enhanced") == 0) changed_prefs.sound_filter_type=FILTER_SOUND_TYPE_A12… in update_variables()
/dports/emulators/uae/uae-0.8.29/src/gui-gtk/
H A Dgtkui.c504 + (changed_prefs.sound_filter_type == FILTER_SOUND_TYPE_A500 ? 0 : 2))); in set_sound_state()
1096 changed_prefs.sound_filter_type = (n > 2 ? FILTER_SOUND_TYPE_A1200 : FILTER_SOUND_TYPE_A500); in sound_changed()