mirror of
https://github.com/retro100/dosbox-wii.git
synced 2024-11-16 15:19:15 +01:00
reset vres when going back to menu
This commit is contained in:
parent
c19daa723d
commit
9af07c7d2d
@ -85,6 +85,8 @@ void ResetVideo_Menu ()
|
|||||||
GX_SetViewport(0,0,vmode->fbWidth,vmode->efbHeight,0,1);
|
GX_SetViewport(0,0,vmode->fbWidth,vmode->efbHeight,0,1);
|
||||||
GX_SetBlendMode(GX_BM_BLEND, GX_BL_SRCALPHA, GX_BL_INVSRCALPHA, GX_LO_CLEAR);
|
GX_SetBlendMode(GX_BM_BLEND, GX_BL_SRCALPHA, GX_BL_INVSRCALPHA, GX_LO_CLEAR);
|
||||||
GX_SetAlphaUpdate(GX_TRUE);
|
GX_SetAlphaUpdate(GX_TRUE);
|
||||||
|
|
||||||
|
WPAD_SetVRes(WPAD_CHAN_ALL, 640, 480);
|
||||||
}
|
}
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user