Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
beetle-pce-libretro
Commits
b79462dc
Commit
b79462dc
authored
Aug 17, 2021
by
Libretro-Admin
Browse files
Revert "Update core options"
This reverts commit
c8eea293
.
parent
ff555df2
Pipeline
#53126
passed with stages
in 20 minutes and 20 seconds
Changes
2
Pipelines
36
Hide whitespace changes
Inline
Side-by-side
libretro-common/include/libretro.h
View file @
b79462dc
...
...
@@ -3519,26 +3519,6 @@ struct retro_core_option_v2_definition
* in the retro_core_option_value array, otherwise will be
* ignored */
const
char
*
default_value
;
/* Specify the type this option represents so the frontend
* can present the user an alternative input method besides
* a limited list of possible values.
* > If set to "int", all values need to be integers
* and a frontend with support for numerical input will
* allow input of any number betwen the lowest and
* highest defined value.
* > If set to "float", all values need to be numbers
* and a frontend with support for numerical input will
* allow input of any number betwen the lowest and
* highest defined value.
* > If set to "bool", there should be only two values
* "true" and "false" (label can be anything)
* The frontend can choose to show a checkbox for it.
* > If NULL or set to "enum", the frontend will show
* the list of values and input will be limited to them.
* Future versions of the specs could allow this for more
* types or to be "TYPE:MORE:OPTIONS" */
const
char
*
type_info
;
};
struct
retro_core_options_v2
...
...
libretro_core_options.h
View file @
b79462dc
...
...
@@ -82,8 +82,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"Composite"
,
NULL
},
{
NULL
,
NULL
},
},
"RGB"
,
NULL
"RGB"
},
{
"pce_aspect_ratio"
,
...
...
@@ -99,8 +98,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"uncorrected"
,
NULL
},
{
NULL
,
NULL
},
},
"auto"
,
NULL
"auto"
},
{
"pce_scaling"
,
...
...
@@ -115,8 +113,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"hires"
,
NULL
},
{
NULL
,
NULL
},
},
"auto"
,
NULL
"auto"
},
{
"pce_hires_blend"
,
...
...
@@ -137,8 +134,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"8"
,
NULL
},
{
NULL
,
NULL
},
},
"disabled"
,
NULL
"disabled"
},
{
"pce_h_overscan"
,
...
...
@@ -153,8 +149,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"enabled"
,
NULL
},
{
NULL
,
NULL
},
},
"auto"
,
NULL
"auto"
},
{
"pce_initial_scanline"
,
...
...
@@ -207,8 +202,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"40"
,
NULL
},
{
NULL
,
NULL
},
},
"3"
,
"int"
"3"
},
{
"pce_last_scanline"
,
...
...
@@ -255,8 +249,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"242"
,
NULL
},
{
NULL
,
NULL
},
},
"242"
,
"int"
"242"
},
{
"pce_psgrevision"
,
...
...
@@ -271,8 +264,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"HuC6280A"
,
NULL
},
{
NULL
,
NULL
},
},
"HuC6280A"
,
NULL
"HuC6280A"
},
{
"pce_cddavolume"
,
...
...
@@ -305,8 +297,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"200"
,
NULL
},
{
NULL
,
NULL
},
},
"100"
,
"int"
"100"
},
{
"pce_adpcmvolume"
,
...
...
@@ -339,8 +330,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"200"
,
NULL
},
{
NULL
,
NULL
},
},
"100"
,
"int"
"100"
},
{
"pce_cdpsgvolume"
,
...
...
@@ -373,8 +363,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"200"
,
NULL
},
{
NULL
,
NULL
},
},
"100"
,
"int"
"100"
},
{
"pce_adpcmextraprec"
,
...
...
@@ -388,8 +377,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"12-bit"
,
NULL
},
{
NULL
,
NULL
},
},
"10-bit"
,
NULL
"10-bit"
},
{
"pce_resamp_quality"
,
...
...
@@ -408,8 +396,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"6"
,
NULL
},
{
NULL
,
NULL
},
},
"3"
,
"int"
"3"
},
{
"pce_mouse_sensitivity"
,
...
...
@@ -446,8 +433,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"5.00"
,
NULL
},
{
NULL
,
NULL
},
},
"1.25"
,
"float"
"1.25"
},
{
"pce_multitap"
,
...
...
@@ -461,8 +447,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"disabled"
,
NULL
},
{
NULL
,
NULL
},
},
"enabled"
,
"bool"
"enabled"
},
{
"pce_up_down_allowed"
,
...
...
@@ -476,8 +461,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"enabled"
,
NULL
},
{
NULL
,
NULL
},
},
"disabled"
,
"bool"
"disabled"
},
{
"pce_Turbo_Delay"
,
...
...
@@ -492,8 +476,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"Slow"
,
NULL
},
{
NULL
,
NULL
},
},
"Fast"
,
NULL
"Fast"
},
{
"pce_Turbo_Toggling"
,
...
...
@@ -508,8 +491,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"always"
,
NULL
},
{
NULL
,
NULL
},
},
"disabled"
,
"bool"
"disabled"
},
{
"pce_turbo_toggle_hotkey"
,
...
...
@@ -523,8 +505,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"enabled"
,
NULL
},
{
NULL
,
NULL
},
},
"disabled"
,
"bool"
"disabled"
},
{
"pce_p0_turbo_I_enable"
,
...
...
@@ -538,8 +519,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"enabled"
,
NULL
},
{
NULL
,
NULL
},
},
"disabled"
,
"bool"
"disabled"
},
{
"pce_p0_turbo_II_enable"
,
...
...
@@ -553,8 +533,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"enabled"
,
NULL
},
{
NULL
,
NULL
},
},
"disabled"
,
"bool"
"disabled"
},
{
"pce_p1_turbo_I_enable"
,
...
...
@@ -568,8 +547,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"enabled"
,
NULL
},
{
NULL
,
NULL
},
},
"disabled"
,
"bool"
"disabled"
},
{
"pce_p1_turbo_II_enable"
,
...
...
@@ -583,8 +561,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"enabled"
,
NULL
},
{
NULL
,
NULL
},
},
"disabled"
,
"bool"
"disabled"
},
{
"pce_p2_turbo_I_enable"
,
...
...
@@ -598,8 +575,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"enabled"
,
NULL
},
{
NULL
,
NULL
},
},
"disabled"
,
"bool"
"disabled"
},
{
"pce_p2_turbo_II_enable"
,
...
...
@@ -613,8 +589,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"enabled"
,
NULL
},
{
NULL
,
NULL
},
},
"disabled"
,
"bool"
"disabled"
},
{
"pce_p3_turbo_I_enable"
,
...
...
@@ -628,8 +603,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"enabled"
,
NULL
},
{
NULL
,
NULL
},
},
"disabled"
,
"bool"
"disabled"
},
{
"pce_p3_turbo_II_enable"
,
...
...
@@ -643,8 +617,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"enabled"
,
NULL
},
{
NULL
,
NULL
},
},
"disabled"
,
"bool"
"disabled"
},
{
"pce_p4_turbo_I_enable"
,
...
...
@@ -658,8 +631,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"enabled"
,
NULL
},
{
NULL
,
NULL
},
},
"disabled"
,
"bool"
"disabled"
},
{
"pce_p4_turbo_II_enable"
,
...
...
@@ -673,8 +645,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"enabled"
,
NULL
},
{
NULL
,
NULL
},
},
"disabled"
,
"bool"
"disabled"
},
{
"pce_disable_softreset"
,
...
...
@@ -688,8 +659,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"enabled"
,
NULL
},
{
NULL
,
NULL
},
},
"disabled"
,
"bool"
"disabled"
},
{
"pce_nospritelimit"
,
...
...
@@ -703,8 +673,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"enabled"
,
NULL
},
{
NULL
,
NULL
},
},
"disabled"
,
"bool"
"disabled"
},
{
"pce_ocmultiplier"
,
...
...
@@ -730,8 +699,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"50"
,
NULL
},
{
NULL
,
NULL
},
},
"1"
,
"int"
"1"
},
{
"pce_cdimagecache"
,
...
...
@@ -745,8 +713,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"enabled"
,
NULL
},
{
NULL
,
NULL
},
},
"disabled"
,
"bool"
"disabled"
},
{
"pce_cdbios"
,
...
...
@@ -764,8 +731,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"System Card 3 US"
,
NULL
},
{
NULL
,
NULL
},
},
"System Card 3"
,
NULL
"System Card 3"
},
{
"pce_arcadecard"
,
...
...
@@ -779,8 +745,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"disabled"
,
NULL
},
{
NULL
,
NULL
},
},
"enabled"
,
"bool"
"enabled"
},
{
"pce_cdspeed"
,
...
...
@@ -796,8 +761,7 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"8"
,
NULL
},
{
NULL
,
NULL
},
},
"1"
,
"int"
"1"
},
{
"pce_show_advanced_input_settings"
,
...
...
@@ -811,10 +775,9 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
"disabled"
,
NULL
},
{
NULL
,
NULL
},
},
"disabled"
,
"bool"
"disabled"
},
{
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
{{
0
}},
NULL
,
NULL
},
{
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
{{
0
}},
NULL
},
};
struct
retro_core_options_v2
options_us
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment