PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
graph_config.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int graph_make_config (int mode, int interlace, int ffmd, int x, int y, int flicker_filter, char *config)
 
int graph_get_config (char *config)
 
int graph_set_config (char *config)
 
int graph_load_config (char *filename)
 
int graph_save_config (char *filename)
 

Detailed Description

Graph library config

Definition in file graph_config.h.

Function Documentation

◆ graph_make_config()

◆ graph_get_config()

int graph_get_config ( char *  config)

Gets the string made from the current mode.

Definition at line 424 of file graph_mode.c.

References graph_get_config(), and graph_make_config().

Referenced by graph_get_config(), and graph_save_config().

◆ graph_set_config()

◆ graph_load_config()

int graph_load_config ( char *  filename)

Reads the configuration string from a file and sets it.

Definition at line 184 of file graph_config.c.

References EIO, ENOENT, graph_load_config(), and graph_set_config().

Referenced by graph_load_config().

◆ graph_save_config()

int graph_save_config ( char *  filename)

Writes the current mode information into a config file as a string.

Definition at line 219 of file graph_config.c.

References EIO, ENOENT, graph_get_config(), and graph_save_config().

Referenced by graph_save_config().