mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
update paths to pathlib for linux/mac support
This commit is contained in:
10
config.toml
10
config.toml
@@ -7,13 +7,13 @@ tja_path = 'Songs'
|
||||
video_path = 'Videos'
|
||||
|
||||
[keybinds]
|
||||
left_kat = ['E','R']
|
||||
left_don = ['F','K']
|
||||
right_don = ['J','D']
|
||||
right_kat = ['I','U']
|
||||
left_kat = ['D']
|
||||
left_don = ['F']
|
||||
right_don = ['J']
|
||||
right_kat = ['K']
|
||||
|
||||
[audio]
|
||||
device_type = 'ASIO'
|
||||
device_type = 'WASAPI'
|
||||
asio_buffer = 6
|
||||
|
||||
[video]
|
||||
|
||||
Reference in New Issue
Block a user