Fixed screenshots not being saved when playing a rom stored inside a zip/7z file
This commit is contained in:
parent
c901226f8c
commit
70a0389b2c
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ bool VideoDecoder::IsRunning()
|
|||
void VideoDecoder::TakeScreenshot()
|
||||
{
|
||||
if(_videoFilter) {
|
||||
_videoFilter->TakeScreenshot(_console->GetRomPath(), _videoFilterType);
|
||||
_videoFilter->TakeScreenshot(_console->GetRomPath().GetFileName(), _videoFilterType);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue