SSBM Decomp
Toggle main menu visibility
Loading...
Searching...
No Matches
support.h
Go to the documentation of this file.
1
#ifndef _METROTRK_SUPPORT_H
2
#define _METROTRK_SUPPORT_H
3
4
#include <
Runtime/platform.h
>
5
6
#include <
MetroTRK/msgbuf.h
>
7
#include <
MetroTRK/msgcmd.h
>
8
9
DSError
TRKSuppAccessFile
(
u32
,
u8
*,
size_t
*,
u8
*,
bool
,
bool
);
10
DSError
TRKRequestSend
(
MessageBuffer
* msgBuf,
int
* bufferId,
u32
p1,
u32
p2,
11
int
p3);
12
DSError
HandleOpenFileSupportRequest
(
const
char
*,
u8
,
u32
*,
DSIOResult
*);
13
DSError
HandleCloseFileSupportRequest
(
int
,
DSIOResult
*);
14
DSError
HandlePositionFileSupportRequest
(
u32
,
u32
*,
u8
,
DSIOResult
*);
15
16
#endif
DSError
DSError
Definition
dserror.h:4
u32
unsigned long u32
Definition
types.h:9
u8
unsigned char u8
Definition
types.h:5
msgbuf.h
msgcmd.h
DSIOResult
DSIOResult
Definition
msgcmd.h:263
platform.h
MessageBuffer
Definition
msgbuf.h:16
HandleCloseFileSupportRequest
DSError HandleCloseFileSupportRequest(int, DSIOResult *)
TRKSuppAccessFile
DSError TRKSuppAccessFile(u32, u8 *, size_t *, u8 *, bool, bool)
Definition
support.c:7
HandlePositionFileSupportRequest
DSError HandlePositionFileSupportRequest(u32, u32 *, u8, DSIOResult *)
HandleOpenFileSupportRequest
DSError HandleOpenFileSupportRequest(const char *, u8, u32 *, DSIOResult *)
TRKRequestSend
DSError TRKRequestSend(MessageBuffer *msgBuf, int *bufferId, u32 p1, u32 p2, int p3)
Definition
support.c:116
src
MetroTRK
support.h
Generated by
1.17.0