mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
update workflow, fix huge memory leak
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[general]
|
||||
fps_counter = true
|
||||
fps_counter = false
|
||||
judge_offset = 0
|
||||
|
||||
[paths]
|
||||
@@ -7,13 +7,13 @@ tja_path = 'Songs'
|
||||
video_path = 'Videos'
|
||||
|
||||
[keybinds]
|
||||
left_kat = ['E']
|
||||
left_kat = ['D']
|
||||
left_don = ['F']
|
||||
right_don = ['J']
|
||||
right_kat = ['I']
|
||||
right_kat = ['K']
|
||||
|
||||
[audio]
|
||||
device_type = 'ASIO'
|
||||
device_type = 'WASAPI'
|
||||
asio_buffer = 6
|
||||
|
||||
[video]
|
||||
|
||||
Reference in New Issue
Block a user