mirror of
https://github.com/retro100/dosbox-wii.git
synced 2025-04-06 05:56:40 +02: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_SetBlendMode(GX_BM_BLEND, GX_BL_SRCALPHA, GX_BL_INVSRCALPHA, GX_LO_CLEAR);
|
||||
GX_SetAlphaUpdate(GX_TRUE);
|
||||
|
||||
WPAD_SetVRes(WPAD_CHAN_ALL, 640, 480);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user