mirror of
https://github.com/gligli/nulldc-360.git
synced 2025-04-02 11:11:56 -04:00
9 lines
No EOL
313 B
C
9 lines
No EOL
313 B
C
#pragma once
|
|
#include "common.h"
|
|
|
|
void FASTCALL mds_DriveReadSector(u8 * buff,u32 StartSector,u32 SectorCount,u32 secsz);
|
|
void mds_DriveGetTocInfo(TocInfo* toc,DiskArea area);
|
|
u32 FASTCALL mds_DriveGetDiscType();
|
|
bool mds_init(char* file);
|
|
void mds_term();
|
|
void mds_GetSessionsInfo(SessionInfo* sessions); |