libicsneo/include/icsneo/disk
Paul Hollinsky 103f938d69 Disk: ReadDriver: Add unified cache
Previously, we had to copy an entire block out of the
old cache every time we wanted to read even a single
byte from it.

This ended up being a fairly significant performance
issue, in addition to the fact that the caching code
was duplicated.
2022-04-14 18:26:44 -04:00
..
diskdriver.h Disk: Allow mismatched access for Read and Write drivers 2022-03-03 20:29:13 -05:00
diskreaddriver.h Disk: ReadDriver: Add unified cache 2022-04-14 18:26:44 -04:00
diskwritedriver.h Device: Add disk write driver framework 2022-02-25 01:14:57 -05:00
extextractordiskreaddriver.h Disk: ReadDriver: Add unified cache 2022-04-14 18:26:44 -04:00
fat.h Device: Find the VSA offset for Disk::Access::EntireDisk 2022-02-28 15:55:16 -05:00
neomemorydiskdriver.h Disk: ReadDriver: Add unified cache 2022-04-14 18:26:44 -04:00
nulldiskdriver.h Disk: Allow mismatched access for Read and Write drivers 2022-03-03 20:29:13 -05:00
plasiondiskreaddriver.h Disk: ReadDriver: Add unified cache 2022-04-14 18:26:44 -04:00