|
Xemu [doxygen]
hyppo 0a42be3a057156924bc1b626a687bd6e27349c45 @ Sat 19 Mar 02:15:11 CET 2022
|
Go to the documentation of this file.
19 #ifndef __XEP128_CONFIGURATION_H_INCLUDED
20 #define __XEP128_CONFIGURATION_H_INCLUDED
22 #include <SDL_version.h>
32 extern FILE *
open_emu_file (
const char *
name,
const char *mode,
char *pathbuffer );
35 static inline int config_getopt_int (
const char *
name ) {
40 static inline const char *config_getopt_str (
const char *
name ) {
void forget_emu_file(const char *path)
char current_directory[PATH_MAX+1]
FILE * open_emu_file(const char *name, const char *mode, char *pathbuffer)
SDL_version sdlver_compiled
void * config_getopt(const char *name, const int subopt, void *value)
int config_init(int argc, char **argv)
SDL_version sdlver_linked
void config_getopt_pointed(void *st_in, void *value)
char sdimg_path[PATH_MAX+1]