Add QR customfolder support

This commit is contained in:
esuo1198
2023-09-24 01:08:12 +09:00
parent 92c3e6aa81
commit db6a0c061b
10 changed files with 97 additions and 34 deletions
+7 -2
View File
@@ -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 = [] }
+2 -2
View File
@@ -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"]