rickomax / psxprev

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

Add option to pause/unpause scanning #66

Closed rickomax closed 11 months ago

trigger-segfault commented 11 months ago

The current pause feature doesn't seem to support pausing files currently being scanned. The FileOffsetScanner could have some state it checks to see if scanning is paused, and wait at the start of the next parse attempt.

trigger-segfault commented 11 months ago

Scan pausing and stopping is now fully implemented as of PR #117.