diff options
Diffstat (limited to 'softhddev.c')
-rw-r--r-- | softhddev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/softhddev.c b/softhddev.c index 3ea5e1c..ec73ba5 100644 --- a/softhddev.c +++ b/softhddev.c @@ -1834,6 +1834,7 @@ void SetPlayMode(void) return; } Resume(); + VideoDisplayWakeup(); if (MyVideoDecoder) { if (VideoCodecID != CODEC_ID_NONE) { NewVideoStream = 1; |