rickomax / psxprev

PSXPREV - Playstation (PSX) Files Previewer/Extractor
BSD 2-Clause "Simplified" License
193 stars 10 forks source link

Window open immediate, everything async(live on window), TMD cover every packet scenario generically, also parallel support added(uses more memory, can be optimized) #21

Closed kgib91 closed 6 years ago

kgib91 commented 6 years ago

please can u add support to the streams for all parsers(from Program.cs) to automatically detect ISO headers(930 sector size in bytes + header) and skip them during read + seek operations? would make the tool read directly from disk/iso or .bin files that're not properly "raw"

rickomax commented 6 years ago

Hi, thank you for your contribution! I'll take a look at the changes and see if I can merge right away!

rickomax commented 6 years ago

I've merged your changes to async branch. Thank you for your contribution! The async loading is pretty neat! I'm checking the https://github.com/discutils/discutils documentation to see if I can include ISO data parsing to PSXPrev.