diff options
author | neonloop | 2023-01-09 14:36:40 +0000 |
---|---|---|
committer | neonloop | 2023-01-09 14:36:40 +0000 |
commit | 6d0d8f2ce924a0b1a433280160d90f71121509a4 (patch) | |
tree | f2e99784fa3e708ae8ac70d65f721c65cf171184 /overrides/gpsp.h | |
parent | 50d426b6d2c84d4ddc32009268d99047e83ced7f (diff) | |
download | picoarch-6d0d8f2ce924a0b1a433280160d90f71121509a4.tar.gz picoarch-6d0d8f2ce924a0b1a433280160d90f71121509a4.tar.bz2 picoarch-6d0d8f2ce924a0b1a433280160d90f71121509a4.zip |
Adds initial Funkey S support
Diffstat (limited to 'overrides/gpsp.h')
-rw-r--r-- | overrides/gpsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overrides/gpsp.h b/overrides/gpsp.h index 44a35e0..86fc866 100644 --- a/overrides/gpsp.h +++ b/overrides/gpsp.h @@ -29,7 +29,7 @@ static const struct core_override_option gpsp_core_option_overrides[] = { }, { .key = "gpsp_frameskip_threshold", - .desc = "FS Threshold (%)", + .desc = "FS Threshold (%%)", .info = "When 'Frameskip' is set to 'Threshold', sets how low the audio buffer can get before frames will be skipped.", }, { |