Add warning to ini files; use_card by default
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
#########################################
|
||||
# /!\ WARNING: DO NOT EDIT WITH NOTEPAD!#
|
||||
#########################################
|
||||
|
||||
[Global]
|
||||
# Load plugins including below options
|
||||
Enable=1
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user