Video Mode in Window Title
This commit is contained in:
parent
5e55463a77
commit
59823fd13a
1 changed files with 5 additions and 3 deletions
|
@ -531,13 +531,15 @@ static void DrawStatusArea (HDC passdc, int drawflags)
|
||||||
// TODO: g_bDisplayVideoModeInTitle
|
// TODO: g_bDisplayVideoModeInTitle
|
||||||
if( 1 )
|
if( 1 )
|
||||||
{
|
{
|
||||||
extern char *g_apVideoModeDesc[ NUM_VIDEO_MODES ];
|
|
||||||
_tcscat( title, " - " );
|
_tcscat( title, " - " );
|
||||||
_tcscat( title, g_apVideoModeDesc[ g_eVideoType ] );
|
|
||||||
if( g_uHalfScanLines )
|
if( g_uHalfScanLines )
|
||||||
{
|
{
|
||||||
_tcscat( title," (50%)" );
|
_tcscat( title," 50% " );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
extern char *g_apVideoModeDesc[ NUM_VIDEO_MODES ];
|
||||||
|
_tcscat( title, g_apVideoModeDesc[ g_eVideoType ] );
|
||||||
}
|
}
|
||||||
|
|
||||||
if (g_hCustomRomF8 != INVALID_HANDLE_VALUE)
|
if (g_hCustomRomF8 != INVALID_HANDLE_VALUE)
|
||||||
|
|
Loading…
Add table
Reference in a new issue