mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
Introduce plat_file_check and use it for ROM existence checking
This commit is contained in:
@@ -150,6 +150,7 @@ extern void plat_get_temp_dir(char *outbuf, uint8_t len);
|
||||
extern void plat_get_vmm_dir(char *outbuf, size_t len);
|
||||
extern void plat_init_rom_paths(void);
|
||||
extern int plat_dir_check(char *path);
|
||||
extern int plat_file_check(const char *path);
|
||||
extern int plat_dir_create(char *path);
|
||||
extern void *plat_mmap(size_t size, uint8_t executable);
|
||||
extern void plat_munmap(void *ptr, size_t size);
|
||||
|
||||
Reference in New Issue
Block a user