0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02: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:
ben 2007-01-04 16:07:42 +00:00
parent c179597c82
commit c796e21e3c

View File

@ -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: