We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b177189 commit 0e8e009Copy full SHA for 0e8e009
src/xrCore/FileCRC32.cpp
@@ -17,6 +17,7 @@ void getFileCrc32(IReader* F, LPCSTR filePath, u32& outCrc, bool parseIncludes)
17
R_ASSERT(filePath && filePath[0]);
18
if (_GetItem(str, 1, inc_name, '"'))
19
{
20
+ xr_strlwr(inc_name);
21
string_path fn;
22
strconcat(sizeof fn, fn, filePath, inc_name);
23
const xr_string inc_path = EFS_Utils::ExtractFilePath(fn);
0 commit comments