TLAC slider emulator: more directly emulate input data to avoid tracking section state, testing for ps4 official controller slider support
also allow slider in menu (toggle in keyconfig) and remove need for hardware slider disabling patch (patches/launcher)
This commit is contained in:
@@ -78,8 +78,6 @@ No_Timer_Sprite=1
|
||||
Unlock_Pseudo=0
|
||||
#Enable the card menu (incomplete, it doesn't bypass the card prompt)
|
||||
Card=0
|
||||
#Allow using a real arcade slider attached to COM11
|
||||
Hardware_Slider=0
|
||||
#Enable custom patches
|
||||
Custom_Patches=1
|
||||
#Prevent data deletion
|
||||
|
||||
@@ -24,6 +24,14 @@ rumble =true
|
||||
# Pause when focus is lost
|
||||
autopause =true
|
||||
|
||||
# allow using slider in menus
|
||||
# (recommended to disable this and remove MENU_L/R bindings if you have a real slider)
|
||||
slider_in_menus =false
|
||||
|
||||
# use the hardware slider from hori FT official controller
|
||||
# warning: alpha untested feature, may not work
|
||||
ps4_official_slider =false
|
||||
|
||||
# JVS Buttons:
|
||||
JVS_TEST = F1
|
||||
JVS_SERVICE = F2
|
||||
|
||||
Reference in New Issue
Block a user