Xemu [doxygen]  hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
Functions | Variables
configuration.h File Reference
#include <SDL_version.h>
Include dependency graph for configuration.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int config_init (int argc, char **argv)
 
void * config_getopt (const char *name, const int subopt, void *value)
 
void config_getopt_pointed (void *st_in, void *value)
 
FILE * open_emu_file (const char *name, const char *mode, char *pathbuffer)
 
void forget_emu_file (const char *path)
 

Variables

char * app_pref_path
 
char * app_base_path
 
char current_directory [PATH_MAX+1]
 
char sdimg_path [PATH_MAX+1]
 
SDL_version sdlver_compiled
 
SDL_version sdlver_linked
 

Function Documentation

◆ config_getopt()

void* config_getopt ( const char *  name,
const int  subopt,
void *  value 
)

Definition at line 254 of file configuration.c.

◆ config_getopt_pointed()

void config_getopt_pointed ( void *  st_in,
void *  value 
)

Definition at line 275 of file configuration.c.

◆ config_init()

int config_init ( int  argc,
char **  argv 
)

Definition at line 565 of file configuration.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ forget_emu_file()

void forget_emu_file ( const char *  path)

Definition at line 98 of file configuration.c.

◆ open_emu_file()

FILE* open_emu_file ( const char *  name,
const char *  mode,
char *  pathbuffer 
)

Definition at line 109 of file configuration.c.

Here is the caller graph for this function:

Variable Documentation

◆ app_base_path

char * app_base_path

Definition at line 24 of file configuration.h.

◆ app_pref_path

char* app_pref_path

Definition at line 84 of file configuration.c.

◆ current_directory

char current_directory[PATH_MAX+1]

Definition at line 85 of file configuration.c.

◆ sdimg_path

char sdimg_path[PATH_MAX+1]

◆ sdlver_compiled

SDL_version sdlver_compiled

Definition at line 86 of file configuration.c.

◆ sdlver_linked

SDL_version sdlver_linked

Definition at line 27 of file configuration.h.