mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-06 07:17:53 +00:00
c823cf6594
This corrects cases where it was possible to write more entries into the write buffer than were requested. Now, we check the size of the buffer before actually writing into them. We were also returning the wrong value for GetAvailableLanguageCodeCount2(). This was previously returning 64, but only 17 should have been returned. 64 entries is the size of the static array used in MakeLanguageCode() within the service binary itself, but isn't the actual total number of language codes present. |
||
---|---|---|
.. | ||
set.cpp | ||
set.h | ||
set_cal.cpp | ||
set_cal.h | ||
set_fd.cpp | ||
set_fd.h | ||
set_sys.cpp | ||
set_sys.h | ||
settings.cpp | ||
settings.h |