Misc: Make struct member functions file-local
This commit is contained in:
@ -32,6 +32,8 @@
|
||||
Log_SetChannel(CDROM);
|
||||
|
||||
namespace CDROM {
|
||||
namespace {
|
||||
|
||||
enum : u32
|
||||
{
|
||||
RAW_SECTOR_OUTPUT_SIZE = CDImage::RAW_SECTOR_SIZE - CDImage::SECTOR_SYNC_SIZE,
|
||||
@ -210,6 +212,8 @@ union RequestRegister
|
||||
BitField<u8, bool, 7, 1> BFRD;
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
static void SoftReset(TickCount ticks_late);
|
||||
|
||||
static bool IsDriveIdle();
|
||||
|
||||
Reference in New Issue
Block a user