mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-15 12:08:37 -04:00
JKernel debug (#3012)
This commit is contained in:
@@ -12,9 +12,12 @@ class JKRFile;
|
||||
*/
|
||||
class JKRAramArchive : public JKRArchive {
|
||||
public:
|
||||
JKRAramArchive();
|
||||
JKRAramArchive(s32, JKRArchive::EMountDirection);
|
||||
virtual ~JKRAramArchive();
|
||||
|
||||
void fixedInit(s32, JKRArchive::EMountDirection);
|
||||
BOOL mountFixed(s32, JKRArchive::EMountDirection);
|
||||
bool open(s32);
|
||||
u32 getAramAddress_Entry(SDIFileEntry*);
|
||||
u32 getAramAddress(char const*);
|
||||
|
||||
Reference in New Issue
Block a user