diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-09-24 14:40:58 -0700 |
|---|---|---|
| committer | Jcw87 <Jcw87@users.noreply.github.com> | 2023-09-24 14:49:10 -0700 |
| commit | 9f6812b78b823c42f2e7a5dc847f2fb3e19d36ba (patch) | |
| tree | 46781f3e1dbf8bcdff0743312b8ce02c5aa49973 /src/JSystem/JKernel/JKRFileCache.cpp | |
| parent | 427136bbd6cc68f7d24599f8ed3bafe276c7a459 (diff) | |
JKernel fixes
Diffstat (limited to 'src/JSystem/JKernel/JKRFileCache.cpp')
| -rw-r--r-- | src/JSystem/JKernel/JKRFileCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSystem/JKernel/JKRFileCache.cpp b/src/JSystem/JKernel/JKRFileCache.cpp index 89f60a24..7f91ceff 100644 --- a/src/JSystem/JKernel/JKRFileCache.cpp +++ b/src/JSystem/JKernel/JKRFileCache.cpp @@ -149,7 +149,7 @@ void* JKRFileCache::getResource(const char* path) { } /* 802B7564-802B7630 .text getResource__12JKRFileCacheFUlPCc */ -void* JKRFileCache::getResource(unsigned long, const char* path) { +void* JKRFileCache::getResource(u32, const char* path) { JUT_ASSERT(303, isMounted()); char finalPath[256]; |
