Add warning to ini files; use_card by default
This commit is contained in:
@@ -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