update paths to pathlib for linux/mac support

This commit is contained in:
Yonokid
2025-04-26 02:09:18 -04:00
parent 3f0b538e2e
commit 2eb39610de
8 changed files with 47 additions and 29 deletions

View File

@@ -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]