IDvdRequest is fake, remove it

Former-commit-id: 7c47499116
This commit is contained in:
2023-01-29 14:16:26 -08:00
parent fb4b103879
commit f33395b657
8 changed files with 172 additions and 32 deletions

View File

@@ -24,7 +24,7 @@ private:
CDvdFile x0_file;
uint x28_fileSize;
rstl::single_ptr<uchar> x2c_buffer;
rstl::single_ptr<IDvdRequest> x30_dvdReq;
rstl::single_ptr<CDvdRequest> x30_dvdReq;
EPhase x34_phase;
float x38_timeout;
uchar x3c_status;