mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
[2021/01/20-Inchar] Locate changes
This commit is contained in:
parent
4ce63659fc
commit
e616e4444c
@ -26,7 +26,7 @@ void smdh_region_to_string(char* out, u32 region, size_t size) {
|
||||
if(region == 0) {
|
||||
snprintf(out, size, "未知");
|
||||
} else if((region & SMDH_ALL_REGIONS) == SMDH_ALL_REGIONS) {
|
||||
snprintf(out, size, "无");
|
||||
snprintf(out, size, "无/任意");
|
||||
} else {
|
||||
size_t pos = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user