Only show native dialog for Symbian. Show Qt in credits to everything USING_QT_UI.

This commit is contained in:
Sacha 2013-01-12 00:37:22 +10:00
parent 7a38f459ad
commit e998621b1f

View File

@ -169,7 +169,7 @@ void MenuScreen::render() {
if (UIButton(GEN_ID, vlinear, w, "Load...", ALIGN_RIGHT)) {
#if defined(USING_QT_UI) && defined(USING_GLES2)
#if defined(USING_QT_UI) && defined(__SYMBIAN32__)
QString fileName = QFileDialog::getOpenFileName(NULL, "Load ROM", g_Config.currentDirectory.c_str(), "PSP ROMs (*.iso *.cso *.pbp *.elf)");
if (QFile::exists(fileName)) {
QDir newPath;
@ -451,7 +451,7 @@ static const char *credits[] =
"Android SDK + NDK",
#elif defined(BLACKBERRY)
"Blackberry NDK",
#elif defined(__SYMBIAN32__)
#elif defined(USING_QT_UI)
"Qt",
#else
"SDL",