mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
Change theme path to sdmc:/fbi/theme/
This commit is contained in:
parent
1eb963f179
commit
dde312f874
@ -56,7 +56,7 @@ static FILE* screen_open_resource(const char* path) {
|
||||
u32 realPathSize = strlen(path) + 16;
|
||||
char realPath[realPathSize];
|
||||
|
||||
snprintf(realPath, realPathSize, "sdmc:/fbitheme/%s", path);
|
||||
snprintf(realPath, realPathSize, "sdmc:/fbi/theme/%s", path);
|
||||
FILE* fd = fopen(realPath, "rb");
|
||||
|
||||
if(fd != NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user