1
0
Fork 0
forked from len0rd/rockbox

simulator: Fix one set of errors, a new set crops up.

Change-Id: I86d6cbee8eec52f04e760b45ab849249ae7162c4
This commit is contained in:
Solomon Peachy 2024-07-07 16:45:48 -04:00
parent c51a9821e7
commit 07cf874191
2 changed files with 2 additions and 2 deletions

View file

@ -193,7 +193,7 @@ static inline int readdir_volume(struct dirstr_desc *dirstr,
/** Internal functions **/
#ifdef HAVE_MULTIDRIVE
#ifdef HAVE_HOTSWAP
/**
* Handle drive extraction by pretending the files' volumes no longer exist
* and invalidating their I/O for the remainder of their lifetimes as would

View file

@ -51,7 +51,7 @@ enum {
#endif
};
#ifdef HAVE_MULTIDRIVE
#ifdef HAVE_HOTSWAP
extern void sim_ext_extracted(int drive);
#endif