mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 00:27:40 +00:00
Minor CDvdFile correction
Former-commit-id: 2c23ecd282204cbff9e8711a5d25b692d7c98425
This commit is contained in:
@@ -30,7 +30,7 @@ public:
|
||||
void StartARAMFileLoad();
|
||||
void StallForARAMFile();
|
||||
CDvdRequest* SyncRead(void* buf, uint len);
|
||||
CDvdRequest* SyncSeekRead(void* buf, uint len, ESeekOrigin, int offset);
|
||||
void SyncSeekRead(void* buf, uint len, ESeekOrigin, int offset);
|
||||
CDvdRequest* AsyncSeekRead(void* buf, uint len, ESeekOrigin, int offset);
|
||||
void CloseFile();
|
||||
void CalcFileOffset(int offset, ESeekOrigin origin);
|
||||
|
||||
Reference in New Issue
Block a user