Added fceux name and version information to the main window title bar for the Qt/SDL port.

This commit is contained in:
mjbudd77 2020-12-20 23:39:25 -05:00
parent 8073210cc7
commit e64aac93ee
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include "../../fceu.h"
#include "../../fds.h"
#include "../../movie.h"
#include "../../version.h"
#ifdef _S9XLUA_H
#include "../../fceulua.h"
@ -98,6 +99,7 @@ consoleWin_t::consoleWin_t(QWidget *parent)
setCentralWidget(viewport_GL);
}
setWindowTitle( tr(FCEU_NAME_AND_VERSION) );
setWindowIcon(QIcon(":fceux1.png"));
gameTimer = new QTimer( this );