SSBM Decomp
Toggle main menu visibility
Loading...
Searching...
No Matches
CARDCreate.h
Go to the documentation of this file.
1
#ifndef _DOLPHIN_CARDCREATE_H_
2
#define _DOLPHIN_CARDCREATE_H_
3
4
s32
CARDCreateAsync
(
s32
chan,
const
char
* fileName,
u32
size,
CARDFileInfo
* fileInfo,
CARDCallback
callback
);
5
long
CARDCreate
(
long
chan,
char
* fileName,
unsigned
long
size,
struct
CARDFileInfo
* fileInfo);
6
7
#endif
// _DOLPHIN_CARDCREATE_H_
CARDCreate
long CARDCreate(long chan, char *fileName, unsigned long size, struct CARDFileInfo *fileInfo)
CARDCreateAsync
s32 CARDCreateAsync(s32 chan, const char *fileName, u32 size, CARDFileInfo *fileInfo, CARDCallback callback)
CARDCallback
void(* CARDCallback)(s32 chan, s32 result)
Definition
card.h:16
u32
unsigned long u32
Definition
types.h:9
s32
signed long s32
Definition
types.h:8
callback
static void callback(HSD_GObj *gobj)
Definition
ftdonkeyspeciallw.c:89
CARDFileInfo
Definition
card.h:19
extern
dolphin
include
dolphin
card
CARDCreate.h
Generated by
1.17.0