mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 10:35:46 -04:00
CDROM: Implement motor on command
This commit is contained in:
@ -109,13 +109,13 @@ private:
|
||||
enum class DriveState : u8
|
||||
{
|
||||
Idle,
|
||||
Initializing,
|
||||
SpinningUp,
|
||||
Seeking,
|
||||
ReadingID,
|
||||
Reading,
|
||||
Playing,
|
||||
Pausing,
|
||||
Stopping,
|
||||
Stopping
|
||||
};
|
||||
|
||||
union StatusRegister
|
||||
@ -195,7 +195,7 @@ private:
|
||||
void ExecuteCommand();
|
||||
void ExecuteTestCommand(u8 subcommand);
|
||||
void BeginReading(bool cdda);
|
||||
void DoInitComplete();
|
||||
void DoSpinUpComplete();
|
||||
void DoSeekComplete();
|
||||
void DoPauseComplete();
|
||||
void DoStopComplete();
|
||||
|
Reference in New Issue
Block a user