Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|
#include <SDL_version.h>
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 |
void* config_getopt | ( | const char * | name, |
const int | subopt, | ||
void * | value | ||
) |
Definition at line 254 of file configuration.c.
void config_getopt_pointed | ( | void * | st_in, |
void * | value | ||
) |
Definition at line 275 of file configuration.c.
int config_init | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 565 of file configuration.c.
void forget_emu_file | ( | const char * | path | ) |
Definition at line 98 of file configuration.c.
FILE* open_emu_file | ( | const char * | name, |
const char * | mode, | ||
char * | pathbuffer | ||
) |
char * app_base_path |
Definition at line 24 of file configuration.h.
char* app_pref_path |
Definition at line 84 of file configuration.c.
char current_directory[PATH_MAX+1] |
Definition at line 85 of file configuration.c.
char sdimg_path[PATH_MAX+1] |
SDL_version sdlver_compiled |
Definition at line 86 of file configuration.c.
SDL_version sdlver_linked |
Definition at line 27 of file configuration.h.