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
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:219
graph_get_config
int graph_get_config(char *config)
Definition
graph_mode.c:424
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
ee
graph
include
graph_config.h
Generated on Thu Nov 14 2024 05:25:24 for PS2SDK by
1.9.8