diff options
| author | neonloop | 2023-07-16 18:11:48 +0000 | 
|---|---|---|
| committer | neonloop | 2023-07-16 18:11:48 +0000 | 
| commit | cae2042c5921411cb384c335e5ff30356cfa3765 (patch) | |
| tree | 37617f0944f1bbc3696ccdf20a5403864df59980 | |
| parent | da2a6ed0ad2aa61ba4f72cf56480509bbbf296a4 (diff) | |
| download | picoarch-cae2042c5921411cb384c335e5ff30356cfa3765.tar.gz picoarch-cae2042c5921411cb384c335e5ff30356cfa3765.tar.bz2 picoarch-cae2042c5921411cb384c335e5ff30356cfa3765.zip | |
Updates option overrides
| -rw-r--r-- | overrides/beetle-pce-fast.h | 31 | ||||
| -rw-r--r-- | overrides/fceumm.h | 24 | ||||
| -rw-r--r-- | overrides/fmsx.h | 12 | ||||
| -rw-r--r-- | overrides/picodrive.h | 1 | 
4 files changed, 61 insertions, 7 deletions
| diff --git a/overrides/beetle-pce-fast.h b/overrides/beetle-pce-fast.h index 010dc8f..e1496a8 100644 --- a/overrides/beetle-pce-fast.h +++ b/overrides/beetle-pce-fast.h @@ -12,7 +12,7 @@ static const struct core_override_option beetle_pce_fast_core_option_overrides[]  	},  	{  		.key = "pce_fast_frameskip_threshold", -		.desc = "FS Threshold (%)", +		.desc = "FS Threshold (%%)",  		.info = "When 'Frameskip' is set to 'Threshold', sets how low the audio buffer can get before frames will be skipped.",  	},  	{ @@ -59,6 +59,14 @@ static const struct core_override_option beetle_pce_fast_core_option_overrides[]  	{  		.key = "pce_fast_cdbios",  		.desc = "CD BIOS (Restart)", +		.options = { +			{ "Games Express", "Games Exp" }, +			{ "System Card 1", "SC 1" }, +			{ "System Card 2", "SC 2" }, +			{ "System Card 3", "SC 3" }, +			{ "System Card 2 US", "SC 2 US" }, +			{ "System Card 3 US", "SC 3 US" }, +		}  	},  	{  		.key = "pce_fast_ocmultiplier", @@ -70,6 +78,27 @@ static const struct core_override_option beetle_pce_fast_core_option_overrides[]  		.desc = "Disable Soft Reset",  	},  	{ +		.key = "pce_fast_default_joypad_type_p1", +		.desc = "Joypad Type", +		.info = "Choose if joypad should be 2 or 6 buttons by default. Needs restart. If you want to switch while content is running, use the 'Mode Switch' button." +	}, +	{ +		.key = "pce_fast_default_joypad_type_p2", +		.blocked = true +	}, +	{ +		.key = "pce_fast_default_joypad_type_p3", +		.blocked = true +	}, +	{ +		.key = "pce_fast_default_joypad_type_p4", +		.blocked = true +	}, +	{ +		.key = "pce_fast_default_joypad_type_p5", +		.blocked = true +	}, +	{  		.key = "pce_fast_mouse_sensitivity",  		.blocked = true,  	}, diff --git a/overrides/fceumm.h b/overrides/fceumm.h index e55f8bc..43f2790 100644 --- a/overrides/fceumm.h +++ b/overrides/fceumm.h @@ -6,12 +6,20 @@ static const struct core_override_option fceumm_core_option_overrides[] = {  		.desc = "RAM Fill (Restart)",  	},  	{ -		.key = "fceumm_overscan_h", -		.desc = "Crop Hrz. Overscan", +		.key = "fceumm_overscan_h_left", +		.desc = "Crop Overscan Left",  	},  	{ -		.key = "fceumm_overscan_v", -		.desc = "Crop Vrt. Overscan", +		.key = "fceumm_overscan_h_right", +		.desc = "Crop Overscan Rgt.", +	}, +	{ +		.key = "fceumm_overscan_v_top", +		.desc = "Crop Overscan Top", +	}, +	{ +		.key = "fceumm_overscan_v_bottom", +		.desc = "Crop Overscan Bot.",  	},  	{  		.key = "fceumm_up_down_allowed", @@ -73,6 +81,14 @@ static const struct core_override_option fceumm_core_option_overrides[] = {  		.key = "fceumm_zapper_tolerance",  		.blocked = true  	}, +	{ +		.key = "fceumm_arkanoid_mode", +		.blocked = true +	}, +	{ +		.key = "fceumm_mouse_sensitivity", +		.blocked = true +	},  	{ NULL }  }; diff --git a/overrides/fmsx.h b/overrides/fmsx.h index 06f66ec..13b7dde 100644 --- a/overrides/fmsx.h +++ b/overrides/fmsx.h @@ -8,8 +8,8 @@ static const struct core_override_option fmsx_core_option_overrides[] = {  	{  		.key = "fmsx_mapper_type_mode",  		.retro_var_value = "Mapper Type; " -			"Guess Mapper Type A|" -			"Guess Mapper Type B|" +			"Guess Type A|" +			"Guess Type B|"  			"Generic 8kB|"  			"Generic 16kB|"  			"Konami5 8kB|" @@ -24,6 +24,10 @@ static const struct core_override_option fmsx_core_option_overrides[] = {  		.retro_var_value = "DiskROM calls; Disabled|Enabled"  	},  	{ +		.key = "fmsx_scci_megaram", +		.retro_var_value = "Enable MegaRAM; Yes|No" +	}, +	{  		.key = "fmsx_autospace",  		.retro_var_value = "Autofire SPACE; No|Yes"  	}, @@ -32,6 +36,10 @@ static const struct core_override_option fmsx_core_option_overrides[] = {  		.retro_var_value = "Make empty disk; No|Yes"  	},  	{ +		.key = "fmsx_dos2", +		.retro_var_value = "Load MSXDOS2.ROM; No|Yes" +	}, +	{  		.key = "fmsx_custom_keyboard_up",  		.blocked = true  	}, diff --git a/overrides/picodrive.h b/overrides/picodrive.h index a472164..297e6a4 100644 --- a/overrides/picodrive.h +++ b/overrides/picodrive.h @@ -36,6 +36,7 @@ static const struct core_override_option picodrive_core_option_overrides[] = {  	},  	{  		.key = "picodrive_lowpass_range", +		.desc = "Low-Pass Filter %%",  		.info = "Specify the cut-off frequency of the audio low pass filter. A higher value increases the perceived 'strength' of the filter.",  	},  	{ | 
