diff options
| author | Carco_21 <144170194+carter-ktb21@users.noreply.github.com> | 2025-12-20 21:06:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-20 18:06:17 -0800 |
| commit | c434c2edde34aaa21e8e186b880c3801f969d14a (patch) | |
| tree | af1c6f72e54edec6e688e869d258c03bb23aed0e /include/JSystem | |
| parent | a1c691ec92eac461d558e22ec46c1822ebb3d75b (diff) | |
Various d_ work (#2968)
* map work
* various meter work
* d_meter_button ShieldD almost equivalent
* error fix
Diffstat (limited to 'include/JSystem')
| -rw-r--r-- | include/JSystem/JHostIO/JORFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/JHostIO/JORFile.h b/include/JSystem/JHostIO/JORFile.h index d7a3ae5f7b..7e05883893 100644 --- a/include/JSystem/JHostIO/JORFile.h +++ b/include/JSystem/JHostIO/JORFile.h @@ -78,7 +78,7 @@ public: virtual void writeLoop_(const void* pBuffer, s32 size, u32 pos); virtual void writeDone_(s32 len); virtual void waitMessage_(); - virtual s32 getFileSize() const; + virtual s32 getFileSize() const { return mFileLength; } /* 0x04 */ u32 mHandle; /* 0x08 */ s32 mFileLength; |
