Files
Main/support/neogeo/loader.h
nanner55 3438ffd7ca Add Recent Files menu option.
key (backtick/grave) or select button.
2019-12-29 02:53:31 +08:00

11 lines
254 B
C

#include "../../file_io.h"
#define NEO_FILE_RAW 0
#define NEO_FILE_8BIT 1
#define NEO_FILE_FIX 2
#define NEO_FILE_SPR 3
int neogeo_romset_tx(char* name);
int neogeo_scan_xml(char *path);
char *neogeo_get_altname(char *path, char *name, char *altname);