1
0
Fork 0

Add menu to dosbox. V8 from Moe, with some fixes inspired by ykhwong

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3028
This commit is contained in:
Peter Veenstra 2007-10-28 16:36:42 +00:00
parent 814a5f9275
commit c4f26c724b
5 changed files with 646 additions and 34 deletions

View file

@ -65,6 +65,7 @@ void GFX_Stop(void);
void GFX_SwitchFullScreen(void);
bool GFX_StartUpdate(Bit8u * & pixels,Bitu & pitch);
void GFX_EndUpdate( const Bit16u *changedLines );
void GFX_GetSize(int &width, int &height, bool &fullscreen);
#if defined (WIN32)
bool GFX_SDLUsingWinDIB(void);