mirror of
https://github.com/zeldaret/tp
synced 2026-06-08 12:27:18 -04:00
JKernel debug (#3012)
This commit is contained in:
@@ -14,8 +14,8 @@ public:
|
||||
JKRFileLoader(void);
|
||||
virtual ~JKRFileLoader();
|
||||
|
||||
bool isMounted() const { return this->mIsMounted; }
|
||||
u32 getVolumeType() const { return this->mVolumeType; }
|
||||
bool isMounted() { return this->mIsMounted; }
|
||||
u32 getVolumeType() { return this->mVolumeType; }
|
||||
|
||||
public:
|
||||
/* vt[03] */ virtual void unmount(void);
|
||||
|
||||
Reference in New Issue
Block a user