Add warning to ini files; use_card by default

This commit is contained in:
nastys
2019-09-01 22:50:38 +02:00
parent 478de84165
commit 1c5ca45c0f
5 changed files with 26 additions and 6 deletions
+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