makerom: fix bug

removed remaining reference to wchar_t in romfs_gen.c
This commit is contained in:
applestash
2014-09-20 22:58:37 +10:00
parent ded7f036bb
commit 666ed4d314
+1 -1
View File
@@ -18,7 +18,7 @@ int PopulateRomfs(romfs_buildctx *ctx);
void BuildRomfsHeader(romfs_buildctx *ctx);
void BuildIvfcHeader(romfs_buildctx *ctx);
void GenIvfcHashTree(romfs_buildctx *ctx);
u32 CalcPathHash(u32 parent,wchar_t * path,u32 start,u32 length);
u32 CalcPathHash(u32 parent, fs_romfs_char* path, u32 start, u32 length);
int PrepareBuildRomFsBinary(ncch_settings *ncchset, romfs_buildctx *ctx)