SSBM Decomp
Loading...
Searching...
No Matches
CARDFormat.h
Go to the documentation of this file.
1#ifndef DOLPHIN_CARD_CARDFORMAT_H
2#define DOLPHIN_CARD_CARDFORMAT_H
3
4#include <platform.h>
5
7
8void FormatCallback(s32 chan, s32 result);
11
12#endif
s32 CARDFormatAsync(s32 chan, CARDCallback callback)
Definition CARDFormat.c:156
s32 __CARDFormatRegionAsync(s32 chan, u16 encode, CARDCallback callback)
Definition CARDFormat.c:66
void FormatCallback(s32 chan, s32 result)
Definition CARDFormat.c:14
void(* CARDCallback)(EXIChannel chan, s32 result)
Definition forward.h:12
static void callback(HSD_GObj *gobj)
Definition ftDk_SpecialLw.c:88
unsigned short u16
An unsigned 16-bit integer.
Definition platform.h:23
signed long s32
A signed 32-bit integer.
Definition platform.h:14