Add much needed variables to libretro-core.c for setting system type, video standard, and various other boot boot parameters.

This commit is contained in:
root
2017-08-21 20:18:28 -07:00
parent 479ed5da60
commit 2cf20e68af
+20 -1
View File
@@ -76,7 +76,26 @@ void retro_set_environment(retro_environment_t cb)
cb( RETRO_ENVIRONMENT_SET_CONTROLLER_INFO, (void*)ports );
struct retro_variable variables[] = {
{
"atari800_system",
"Atari System; 400/800 (OS B)|800XL (64K)|130XE (128K)|5200",
},
{
"atari800_ntscpal",
"Video Standard; NTSC|PAL",
},
{
"atari800_internalbasic",
"Internal BASIC (hold OPTION on boot); disabled|enabled",
},
{
"atari800_sioaccel",
"SIO Acceleration; disabled|enabled",
},
{
"atari800_cassboot",
"Boot from Cassette; disabled|enabled",
},
{
"atari800_opt1",
"Autodetect A5200 CartType; disabled|enabled" ,