mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 03:30:13 +01:00
the fire alarm went off so I need to commit
This commit is contained in:
14
config.toml
14
config.toml
@@ -1,11 +1,12 @@
|
||||
[general]
|
||||
fps_counter = true
|
||||
fps_counter = false
|
||||
judge_offset = 0
|
||||
autoplay = false
|
||||
autoplay = true
|
||||
sfx = true
|
||||
language = 'ja'
|
||||
|
||||
[paths]
|
||||
tja_path = 'Songs'
|
||||
tja_path = ['E:/Taiko/ESE', 'Songs', 'E:/Taiko/VersionSort']
|
||||
video_path = 'Videos'
|
||||
|
||||
[keybinds]
|
||||
@@ -15,8 +16,9 @@ right_don = ['J']
|
||||
right_kat = ['K']
|
||||
|
||||
[audio]
|
||||
device_type = 'Windows WASAPI'
|
||||
buffer_size = 22
|
||||
device_type = 'ASIO'
|
||||
buffer_size = 6
|
||||
sample_rate = 48000
|
||||
exclusive = false
|
||||
|
||||
[video]
|
||||
@@ -24,4 +26,4 @@ screen_width = 1280
|
||||
screen_height = 720
|
||||
fullscreen = false
|
||||
borderless = false
|
||||
vsync = true
|
||||
vsync = false
|
||||
|
||||
Reference in New Issue
Block a user