summaryrefslogtreecommitdiff
path: root/libs/JSystem/JKernel/JKRFileCache.cpp
diff options
context:
space:
mode:
authorlepelog <lepelog@users.noreply.github.com>2021-02-19 16:51:02 +0100
committerGitHub <noreply@github.com>2021-02-19 10:51:02 -0500
commit5c83d2532c610dc9eb5fb4f36c250174c79964e4 (patch)
tree6ce0030966f7095704ec09f70f96855444e711d5 /libs/JSystem/JKernel/JKRFileCache.cpp
parentbbf1d1c34c015fe92d326fbab6f241b1f6c7fb4f (diff)
Decompile some SComponent data and some MSL_C.PPCEABI.bare.H headers (#115)
* data for c_angle * data c_sxyz * partially migrated c_xyz data * c_xyz data * c_xyz data decomp * c_math data * c_math data * c_lib data, some cleanup * rename some unnamed functions and create header for them * header for string functions * format and fix fabsf * cleanup * remove more unneded function prototypes * move fpclassify to math.h
Diffstat (limited to 'libs/JSystem/JKernel/JKRFileCache.cpp')
-rw-r--r--libs/JSystem/JKernel/JKRFileCache.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/libs/JSystem/JKernel/JKRFileCache.cpp b/libs/JSystem/JKernel/JKRFileCache.cpp
index 5fbc070120..c2e08e088a 100644
--- a/libs/JSystem/JKernel/JKRFileCache.cpp
+++ b/libs/JSystem/JKernel/JKRFileCache.cpp
@@ -5,20 +5,14 @@
#include "JSystem/JKernel/JKRHeap/JKRHeap.h"
#include "dvd/dvd.h"
#include "global.h"
+#include "msl_c/string.h"
extern "C" {
-char* strcat(char*, const char*);
-char* strcpy(char*, const char*);
-char* strrchr(char*, int);
-int strcmp(const char*, const char*);
-int tolower(int);
-u32 strlen(const char*);
void __dl__FPv(void);
void __dt__10JSUPtrLinkFv(void);
void free__7JKRHeapFPv(void);
void free__7JKRHeapFPvP7JKRHeap(void);
void getDvdPathName__12JKRFileCacheCFPCc(void);
-void memcpy(void*, const void*, int);
void remove__10JSUPtrListFP10JSUPtrLink(void);
}