mirror of
https://github.com/citra-emu/citra.git
synced 2025-07-04 16:20:08 +00:00

The DIGIT filter was incorrectly implemented as preventing all digits. It actually limits the maximum digit count to max_digits, according to ctrulib and hardware testing.