Expose internal audio RF filter option

This commit is contained in:
jdgleaver
2022-04-05 13:45:20 +01:00
parent 6143f7afc1
commit 046637ba73
4 changed files with 27 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ extern "C" {
********************************
*/
#define MAX_CORE_OPTIONS 35
#define MAX_CORE_OPTIONS 36
/* RETRO_LANGUAGE_ENGLISH */
@@ -254,6 +254,20 @@ struct retro_core_option_v2_definition option_defs[] = {
},
"Low",
},
{
"fceumm_sndlowpass",
"Audio RF Filter",
NULL,
"Apply a low pass audio filter to simulate the 'muted' sound of the NES when connected to a television via the RF modulator.",
NULL,
"audio",
{
{ "disabled", NULL },
{ "enabled", NULL },
{ NULL, NULL },
},
"disabled",
},
{
"fceumm_swapduty",
"Swap Audio Duty Cycles",