rickomax / psxprev

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

Add FileOffsetScanner base class and -nooffset command line argument #74

Closed trigger-segfault closed 12 months ago

trigger-segfault commented 12 months ago

FileOffsetScanner base class

The FileOffsetScanner base class is intended for use with all offset-scanning readers. It wraps around all functionality that's duplicated between each reader.

-nooffset command line argument

Added -nooffset command line argument (no GUI checkbox yet). This tells the FileOffsetScanner to stop after offset 0.

Other changes