You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: