core: Fix typo in InfoLedPattern (#2029)
Some checks are pending
citra-build / source (push) Waiting to run
citra-build / linux-x86_64 (appimage) (push) Waiting to run
citra-build / linux-x86_64 (appimage-wayland) (push) Waiting to run
citra-build / linux-x86_64 (gcc-nopch) (push) Waiting to run
citra-build / linux-arm64 (clang) (push) Waiting to run
citra-build / linux-arm64 (gcc-nopch) (push) Waiting to run
citra-build / macos (push) Waiting to run
citra-build / windows (msvc) (push) Waiting to run
citra-build / windows (msys2) (push) Waiting to run
citra-build / android (googleplay) (push) Waiting to run
citra-build / android (vanilla) (push) Waiting to run
citra-build / docker (push) Waiting to run
citra-format / clang-format (push) Waiting to run
citra-libretro / android (push) Waiting to run
citra-libretro / linux (push) Waiting to run
citra-libretro / windows (push) Waiting to run
citra-libretro / macos (arm64) (push) Waiting to run
citra-libretro / macos (x86_64) (push) Waiting to run
citra-libretro / ios (push) Waiting to run
citra-libretro / tvos (push) Waiting to run
citra-transifex / transifex (push) Waiting to run

This commit is contained in:
PabloMK7 2026-04-11 13:23:42 +02:00 committed by GitHub
parent b2faa299d5
commit 6eca4afac5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ struct InfoLedPattern {
u8 ticks_per_index{}; // Amount of ticks to stay in the current index (1 tick == 1/512 s)
u8 ticks_to_progress{}; // Amount of ticks to go from the previous value to the current
// index value. Normally, this only makes sense to be set to 0 to
// disable interpolation, or equal to "ticks_to_progress" for linear
// disable interpolation, or equal to "ticks_per_index" for linear
// interpolation. Any other value breaks the interpolation math.
u8 last_index_repeat_times{}; // Amount of times to repeat the last index, as if the color
// array had "last_index_repeat_times" more elements equal to