mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 16:33:02 +00:00
don't fatal if saving vesa state failed (this always fails on qemu, with this patch vesa now works under qemu)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21818 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c179597c82
commit
c796e21e3c
@ -924,7 +924,6 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
|
||||
if((err=vbeSaveState(&init_state)) != VBE_OK)
|
||||
{
|
||||
PRINT_VBE_ERR("vbeSaveState",err);
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* TODO:
|
||||
|
Loading…
Reference in New Issue
Block a user