Home
last modified time | relevance | path

Searched defs:hdf_cache (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dfilesys.h21 struct hdf_cache struct
23 bool valid;
24 uae_u8 *data;
25 uae_u64 block;
26 bool dirty;
27 int readcount;
28 int writecount;
29 time_t lastaccess;
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dfilesys.h22 struct hdf_cache struct
24 bool valid;
25 uae_u8 *data;
26 uae_u64 block;
27 bool dirty;
28 int readcount;
29 int writecount;
30 time_t lastaccess;