mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
ROM file check optimizations and cleanups
This commit is contained in:
@@ -59,7 +59,7 @@ extern void rom_writel(uint32_t addr, uint32_t val, void *priv);
|
||||
extern void rom_get_full_path(char *dest, const char *fn);
|
||||
|
||||
extern FILE *rom_fopen(const char *fn, char *mode);
|
||||
extern int rom_getfile(char *fn, char *s, int size);
|
||||
extern int rom_getfile(const char *fn, char *s, int size);
|
||||
extern int rom_present(const char *fn);
|
||||
|
||||
extern int rom_load_linear_oddeven(const char *fn, uint32_t addr, int sz,
|
||||
|
||||
Reference in New Issue
Block a user