Use existing function VideoGetAppWindowTitle().
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
8e6fc89384
commit
9fabc71464
2 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,6 @@
|
|||
};
|
||||
|
||||
extern TCHAR g_aVideoChoices[];
|
||||
extern const char *g_apVideoModeDesc[ NUM_VIDEO_MODES ];
|
||||
|
||||
enum VideoStyle_e
|
||||
{
|
||||
|
|
|
@ -30,7 +30,7 @@ void SetWindowTitle()
|
|||
{
|
||||
g_pAppTitle += " 50% ";
|
||||
}
|
||||
g_pAppTitle += g_apVideoModeDesc[ g_eVideoType ];
|
||||
g_pAppTitle += VideoGetAppWindowTitle();
|
||||
}
|
||||
|
||||
void CheckCpu()
|
||||
|
|
Loading…
Add table
Reference in a new issue