ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
graph_config.h
Go to the documentation of this file.
1
6
#ifndef __GRAPH_CONFIG_H__
7
#define __GRAPH_CONFIG_H__
8
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
16
int
graph_make_config
(
int
mode
,
int
interlace,
int
ffmd,
int
x
,
int
y
,
int
flicker_filter,
char
*config);
17
19
int
graph_get_config
(
char
*config);
20
22
int
graph_set_config
(
char
*config);
23
25
int
graph_load_config
(
char
*filename);
26
28
int
graph_save_config
(
char
*filename);
29
30
#ifdef __cplusplus
31
}
32
#endif
33
34
#endif
/* __GRAPH_CONFIG_H__ */
graph_load_config
int graph_load_config(char *filename)
Definition:
graph_config.c:184
graph_set_config
int graph_set_config(char *config)
Definition:
graph_config.c:79
graph_save_config
int graph_save_config(char *filename)
Definition:
graph_config.c:218
graph_get_config
int graph_get_config(char *config)
Definition:
graph_mode.c:421
graph_make_config
int graph_make_config(int mode, int interlace, int ffmd, int x, int y, int flicker_filter, char *config)
Definition:
graph_config.c:8
x
s32 x
Definition:
libmouse.c:34
y
s32 y
Definition:
libmouse.c:34
mode
s32 mode
Definition:
rpc_client.c:15
ee
graph
include
graph_config.h
Generated on Thu Feb 11 2021 11:42:21 for ps2sdk by
1.9.2