diff --git a/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm b/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm index 7e690fd1e..9f764a83f 100644 --- a/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm +++ b/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm @@ -1302,7 +1302,7 @@ static int twosf_info(void * context, const char * name, const char * value) - (long)seek:(long)frame { - if (frame < framesRead) { + if (frame < framesRead || emulatorCore == NULL) { [self closeDecoder]; if (![self initializeDecoder]) return -1;