Options redesign; Rumble intensity; Dark fix; Remove OGL patches
This commit is contained in:
@@ -30,10 +30,6 @@ char config_template[] =
|
||||
"No_GPU_Dialog=0\n"
|
||||
"# Sets the dark colour scheme in the launcher.\n"
|
||||
"Dark_Launcher=0\n"
|
||||
"# Ignores some OpenGL-related errors. Don't use both patches at the same time unless you're know what you're doing\n"
|
||||
"OpenGL_Patch_A=0\n"
|
||||
"# Ignores some OpenGL-related errors. Don't use both patches at the same time unless you're know what you're doing\n"
|
||||
"OpenGL_Patch_B=0\n"
|
||||
"# Command line arguments\n"
|
||||
"Command_Line=\n"
|
||||
"# Launches divahook.bat intead of diva.exe.\n"
|
||||
@@ -315,21 +311,25 @@ char keyconfig_template[] =
|
||||
"PID = C216\n"
|
||||
"\n"
|
||||
"# Rumble (Xinput)\n"
|
||||
"rumble =true\n"
|
||||
"rumble = true\n"
|
||||
"\n"
|
||||
"# Rumble intensity (Xinput)\n"
|
||||
"xinput_rumble_intensity_left = 8000\n"
|
||||
"xinput_rumble_intensity_right = 4000\n"
|
||||
"\n"
|
||||
"# Pause when focus is lost\n"
|
||||
"autopause =true\n"
|
||||
"autopause = true\n"
|
||||
"\n"
|
||||
"# Allow using slider in menus\n"
|
||||
"# Recommended to enable this and remove MENU_L/R bindings if you have a real slider.\n"
|
||||
"# Also needed to see slider in input test\n"
|
||||
"slider_in_menus =false\n"
|
||||
"slider_in_menus = false\n"
|
||||
"\n"
|
||||
"# Use the hardware slider from HORI FT official controller (PS4 version)\n"
|
||||
"# Requires enabling hardware slider support.\n"
|
||||
"# Warning: alpha feature, may not work properly\n"
|
||||
"# Recommended to remove Ds4_L_Stick_* and Ds4_R_Stick_* from button bindings (JVS_LEFT, JVS_RIGHT, MENU_L, MENU_R).\n"
|
||||
"ps4_official_slider =false\n"
|
||||
"ps4_official_slider = false\n"
|
||||
"\n"
|
||||
"# JVS Buttons:\n"
|
||||
"JVS_TEST = F1\n"
|
||||
|
||||
Reference in New Issue
Block a user