diff options
| author | robojumper <robojumper@gmail.com> | 2025-08-01 11:26:25 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-08-02 09:20:02 +0200 |
| commit | d153cbc0ede10dd24a32e89faf81c8fb839ee23a (patch) | |
| tree | 5a71a813845573051b1cafe0f91397f92261925d /include/d/d_dvd_drive_error.h | |
| parent | 415873f7b34faa42ead43e620c591842dadee68e (diff) | |
Other cleanup
Diffstat (limited to 'include/d/d_dvd_drive_error.h')
| -rw-r--r-- | include/d/d_dvd_drive_error.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/d/d_dvd_drive_error.h b/include/d/d_dvd_drive_error.h index 9c950315..0cbd5870 100644 --- a/include/d/d_dvd_drive_error.h +++ b/include/d/d_dvd_drive_error.h @@ -16,6 +16,10 @@ public: return sInstance; } + s32 getStatus() const { + return mDvdDriveStatus; + } + private: static dDvdDriveError_c *sInstance; |
