This commit is contained in:
robojumper
2024-05-19 16:18:26 +02:00
parent e6d5ea1b38
commit 725e43dd69
3 changed files with 10 additions and 8 deletions
+3 -1
View File
@@ -5,7 +5,7 @@
#include <egg/core/eggThread.h>
#include <m/m_heap.h>
// TODO onComplete -> doClear?
void unk_initDecompressors();
namespace mDvd {
@@ -35,6 +35,8 @@ public:
};
void create(int priority, EGG::Heap *commandHeap, EGG::Heap *archiveHeap, EGG::Heap *threadHeap);
int ConvertPathToEntrynum(const char *path);
u32 IsExistPath(const char *path);
OSThread *getOSThread();
EGG::Heap *getArchiveHeap();