SSBM Decomp
Toggle main menu visibility
Loading...
Searching...
No Matches
CARDBios.h
Go to the documentation of this file.
1
#ifndef _DOLPHIN_CARDBIOS_H_
2
#define _DOLPHIN_CARDBIOS_H_
3
4
void
CARDInit
(
void
);
5
s32
CARDGetResultCode
(
s32
chan);
6
s32
CARDFreeBlocks
(
s32
chan,
s32
*byteNotUsed,
s32
*filesNotUsed);
7
long
CARDGetEncoding
(
long
chan,
unsigned
short
* encode);
8
long
CARDGetMemSize
(
long
chan,
unsigned
short
* size);
9
s32
CARDGetSectorSize
(
s32
chan,
u32
*size);
10
11
#endif
// _DOLPHIN_CARDBIOS_H_
CARDInit
void CARDInit(void)
CARDGetResultCode
s32 CARDGetResultCode(s32 chan)
CARDGetEncoding
long CARDGetEncoding(long chan, unsigned short *encode)
CARDGetSectorSize
s32 CARDGetSectorSize(s32 chan, u32 *size)
CARDFreeBlocks
s32 CARDFreeBlocks(s32 chan, s32 *byteNotUsed, s32 *filesNotUsed)
CARDGetMemSize
long CARDGetMemSize(long chan, unsigned short *size)
u32
unsigned long u32
Definition
types.h:9
s32
signed long s32
Definition
types.h:8
extern
dolphin
include
dolphin
card
CARDBios.h
Generated by
1.17.0