DCxDemo / THPS2-Cumulative-Patch

Cumulative Patch for Tony Hawk's Pro Skater 2 PC
https://discord.gg/vTWucHS
GNU General Public License v3.0
37 stars 1 forks source link

Preload data folder to RAM #61

Open DCxDemo opened 6 months ago

DCxDemo commented 6 months ago

In case PKR file is dummied out, as an alternative to #35, should also be able to preload all files from data folder to RAM. Kinda like DuckStation does with ROMs, a longer initial loading trade off for faster level/skater swaps. should be kinda instant in fact.

guess should use a hash table of { filenameHash, ptrFile }. can use original WAD checksum for that.