mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
Fix theme path resolution.
This commit is contained in:
parent
dde312f874
commit
4ce326879a
@ -53,7 +53,7 @@ static struct {
|
||||
static C3D_Tex* glyphSheets;
|
||||
|
||||
static FILE* screen_open_resource(const char* path) {
|
||||
u32 realPathSize = strlen(path) + 16;
|
||||
u32 realPathSize = strlen(path) + 17;
|
||||
char realPath[realPathSize];
|
||||
|
||||
snprintf(realPath, realPathSize, "sdmc:/fbi/theme/%s", path);
|
||||
|
Loading…
x
Reference in New Issue
Block a user