PS2SDK
PS2 Homebrew Libraries
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 extern int graph_make_config(int mode, int interlace, int ffmd, int x, int y, int flicker_filter, char *config);
17 
19 extern int graph_get_config(char *config);
20 
22 extern int graph_set_config(char *config);
23 
25 extern int graph_load_config(char *filename);
26 
28 extern int graph_save_config(char *filename);
29 
30 #ifdef __cplusplus
31 }
32 #endif
33 
34 #endif /* __GRAPH_CONFIG_H__ */
graph_save_config
int graph_save_config(char *filename)
Definition: graph_config.c:219
graph_load_config
int graph_load_config(char *filename)
Definition: graph_config.c:184
graph_get_config
int graph_get_config(char *config)
Definition: graph_mode.c:426
graph_set_config
int graph_set_config(char *config)
Definition: graph_config.c:79
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