PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
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
10extern "C" {
11#endif
12
16int graph_make_config(int mode, int interlace, int ffmd, int x, int y, int flicker_filter, char *config);
17
19int graph_get_config(char *config);
20
22int graph_set_config(char *config);
23
25int graph_load_config(char *filename);
26
28int graph_save_config(char *filename);
29
30#ifdef __cplusplus
31}
32#endif
33
34#endif /* __GRAPH_CONFIG_H__ */
int graph_load_config(char *filename)
int graph_set_config(char *config)
int graph_save_config(char *filename)
int graph_get_config(char *config)
Definition graph_mode.c:424
int graph_make_config(int mode, int interlace, int ffmd, int x, int y, int flicker_filter, char *config)
Definition graph_config.c:8