Add warning to ini files; use_card by default

This commit is contained in:
nastys
2019-09-01 22:50:38 +02:00
parent 39b55c59a2
commit ad14e2e165
5 changed files with 26 additions and 6 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
#########################################
# /!\ WARNING: DO NOT EDIT WITH NOTEPAD!#
#########################################
[General]
# You can choose 2 channel or 4 channel mode.
# 4 channels uses front channels for speakers and rear channels as headphones.
@@ -39,4 +43,4 @@ Device=-1
# When set to 1 the ASIO driver config will open alongside the game.
# Use this to adjust output settings, then disable it.
Show_Config=0
Show_Config=0
+5 -1
View File
@@ -1,3 +1,7 @@
#########################################
# /!\ WARNING: DO NOT EDIT WITH NOTEPAD!#
#########################################
# components.ini
# defines which components will be enabled
[components]
@@ -43,4 +47,4 @@ scale_component = true
debug_component = false
# allows the usage of hold transfer
target_inspector = true
target_inspector = true
+4
View File
@@ -1,3 +1,7 @@
#########################################
# /!\ WARNING: DO NOT EDIT WITH NOTEPAD!#
#########################################
[Global]
# Load plugins including below options
Enable=1
+5 -1
View File
@@ -1,3 +1,7 @@
#########################################
# /!\ WARNING: DO NOT EDIT WITH NOTEPAD!#
#########################################
# keyconfig.ini
# defines the input_emulator key bindings
# multiple keys are to be specified comma separated
@@ -98,4 +102,4 @@ RIGHT_SIDE_SLIDE_RIGHT = O, Ds4_R_Stick_Right, XINPUT_RRIGHT
# "XINPUT_LLEFT", "XINPUT_LRIGHT", "XINPUT_LSB"
# - Right Joystick
# "XINPUT_RLEFT", "XINPUT_RRIGHT", "XINPUT_RSB"
# "XINPUT_RLEFT", "XINPUT_RRIGHT", "XINPUT_RSB"
+7 -3
View File
@@ -1,3 +1,7 @@
#########################################
# /!\ WARNING: DO NOT EDIT WITH NOTEPAD!#
#########################################
# playerdata.ini
# defines constant values to be loaded into the PlayerData struct
# this file has to be encoded using utf-8
@@ -30,10 +34,10 @@ border_great = true
border_excellent = true
# Allows module selection (WARNING: It may cause lag in the main menu and other places)
use_card = false
use_card = true
# Allows module selection without card and attempts to disable module refresh when sliding in PV select to reduce CPU and IO load.
module_card_workaround = true
module_card_workaround = false
# Allows use of game mode modifiers (hi-speed, hidden, and sudden)
gamemode_options = true
gamemode_options = true