mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-03-06 14:27:48 +00:00
Moving back to feat to enable SteamDeck testing
On branch cooker Changes to be committed: modified: config/retrodeck/reference_lists/features.json modified: tools/configurator/export_presets.cfg modified: tools/configurator/project.godot modified: tools/configurator/res/pixel_ui_theme/RetroDECKTheme.tres
This commit is contained in:
parent
726155c5d6
commit
a4ff9443fb
config/retrodeck/reference_lists
tools/configurator
|
@ -1,7 +1,4 @@
|
||||||
{
|
{
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
=======
|
|
||||||
"about_links": {
|
"about_links": {
|
||||||
"rd_changelog": {
|
"rd_changelog": {
|
||||||
"description": "Opens the RetroDECK change log in your default browser",
|
"description": "Opens the RetroDECK change log in your default browser",
|
||||||
|
@ -1090,5 +1087,4 @@
|
||||||
"launch": "xemu"
|
"launch": "xemu"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
>>>>>>> feat/godot
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,7 @@ encrypt_directory=false
|
||||||
custom_template/debug=""
|
custom_template/debug=""
|
||||||
custom_template/release=""
|
custom_template/release=""
|
||||||
debug/export_console_wrapper=1
|
debug/export_console_wrapper=1
|
||||||
binary_format/embed_pck=false
|
binary_format/embed_pck=true
|
||||||
texture_format/bptc=true
|
texture_format/bptc=true
|
||||||
texture_format/s3tc=true
|
texture_format/s3tc=true
|
||||||
texture_format/etc=false
|
texture_format/etc=false
|
||||||
|
|
|
@ -93,16 +93,6 @@ back_button={
|
||||||
}
|
}
|
||||||
action_button={
|
action_button={
|
||||||
"deadzone": 0.5,
|
"deadzone": 0.5,
|
||||||
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":true,"script":null)
|
|
||||||
]
|
|
||||||
}
|
|
||||||
back_button={
|
|
||||||
"deadzone": 0.5,
|
|
||||||
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":1,"pressure":0.0,"pressed":true,"script":null)
|
|
||||||
]
|
|
||||||
}
|
|
||||||
action_button={
|
|
||||||
"deadzone": 0.5,
|
|
||||||
"events": []
|
"events": []
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue