Mark cover as open when no disc is inserted

This commit is contained in:
JosJuice
2014-12-23 09:43:51 +01:00
parent 14ff0004b5
commit 61da252858
2 changed files with 6 additions and 12 deletions

View File

@ -102,10 +102,6 @@ void SetDiscInside(bool _DiscInside);
bool IsDiscInside();
void ChangeDisc(const std::string& fileName);
// Lid Functions
void SetLidOpen(bool _bOpen = true);
bool IsLidOpen();
// DVD Access Functions
bool DVDRead(u64 _iDVDOffset, u32 _iRamAddress, u32 _iLength, bool raw = false);
extern bool g_bStream;