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__ */
int graph_load_config(char *filename)
Definition: graph_config.c:184
int graph_set_config(char *config)
Definition: graph_config.c:79
int graph_save_config(char *filename)
Definition: graph_config.c:218
int graph_get_config(char *config)
Definition: graph_mode.c:421
int graph_make_config(int mode, int interlace, int ffmd, int x, int y, int flicker_filter, char *config)
Definition: graph_config.c:8
s32 x
Definition: libmouse.c:34
s32 y
Definition: libmouse.c:34
s32 mode
Definition: rpc_client.c:15