JKRFileCache matched 22/24 (#73)

* progress

* strlen, strcat, and strcchr

* more functions from JKRFileCache

* JKRFileCache 22/24 matched

Co-authored-by: Julgodis <>
This commit is contained in:
Jonathan Wase
2021-01-07 01:47:07 +01:00
committed by GitHub
parent 6a81911ba6
commit 9ff0143cd7
39 changed files with 513 additions and 218 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ public:
s32 read(void*, long, long);
bool isAvailable() const { return this->mIsAvailable; }
bool isAvailable() const { return mIsAvailable; }
public:
/* vt[03] */ virtual bool open(const char*) = 0;