mirror of
https://github.com/esuo1198/TaikoArcadeLoader.git
synced 2026-09-22 22:48:07 +03:00
Add QR customfolder support
This commit is contained in:
Vendored
+7
-2
@@ -1,7 +1,12 @@
|
||||
[amauth]
|
||||
server = "127.0.0.1"
|
||||
|
||||
[patches]
|
||||
res = { x = 1920, y = 1080 }
|
||||
unlock_songs = true
|
||||
shared_audio = true
|
||||
vsync = false
|
||||
qr_card_string = ""
|
||||
qr_data_string = ""
|
||||
|
||||
[qr]
|
||||
card = ""
|
||||
data = { serial = "", type = 0, song_no = [] }
|
||||
Vendored
+2
-2
@@ -7,9 +7,9 @@ DEBUG_DOWN = ["DOWNARROW"]
|
||||
DEBUG_ENTER = ["ENTER"]
|
||||
|
||||
COIN_ADD = ["ENTER", "SDL_START"]
|
||||
CARD_INSERT_1 = ["P"]
|
||||
CARD_INSERT_1 = []
|
||||
CARD_INSERT_2 = []
|
||||
QR_CARD_READ = ["O"]
|
||||
QR_CARD_READ = []
|
||||
QR_DATA_READ = ["Q"]
|
||||
|
||||
P1_LEFT_BLUE = ["D", "SDL_LTRIGGER"]
|
||||
|
||||
Reference in New Issue
Block a user