mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-24 01:09:51 +00:00
(CDC) Indenting nits
This commit is contained in:
parent
735da562e2
commit
9eadd8466f
3212
mednafen/psx/cdc.cpp
3212
mednafen/psx/cdc.cpp
File diff suppressed because it is too large
Load Diff
@ -105,7 +105,7 @@ class PS_CDC
|
||||
ERRCODE_BAD_NUMARGS = 0x20,
|
||||
ERRCODE_BAD_COMMAND = 0x40,
|
||||
ERRCODE_NOT_READY = 0x80 // 0x80 (happens with getlocl when drive isn't reading, pause when tray is open, and MAYBE when trying to run an async
|
||||
// command while another async command is currently in its asynch phase being executed[pause when in readtoc, todo test more])
|
||||
// command while another async command is currently in its asynch phase being executed[pause when in readtoc, todo test more])
|
||||
};
|
||||
|
||||
uint8 IRQBuffer;
|
||||
|
Loading…
Reference in New Issue
Block a user