mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Qt: Show shader generation window
This commit is contained in:
parent
41787261b5
commit
cb71b06afc
4 changed files with 42 additions and 5 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <QAbstractEventDispatcher>
|
||||
#include <QApplication>
|
||||
#include <QProgressDialog>
|
||||
|
||||
#include "Common/Common.h"
|
||||
#include "Core/ConfigManager.h"
|
||||
|
@ -105,6 +106,7 @@ void Host_UpdateDisasmDialog()
|
|||
|
||||
void Host_UpdateProgressDialog(const char* caption, int position, int total)
|
||||
{
|
||||
emit Host::GetInstance()->UpdateProgressDialog(QString::fromUtf8(caption), position, total);
|
||||
}
|
||||
|
||||
// We ignore these, and their purpose should be questioned individually.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue