mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-04 15:06:25 +00:00
commit
26cf707a8a
@ -150,7 +150,7 @@ void EmuThread::run()
|
||||
setCurrentThreadName("EmuThread");
|
||||
|
||||
host->UpdateUI();
|
||||
host->InitGL();
|
||||
host->InitGL(0);
|
||||
|
||||
EmuThread_LockDraw(true);
|
||||
|
||||
|
@ -33,7 +33,7 @@ QtHost::QtHost(MainWindow *mainWindow_)
|
||||
QObject::connect(this,SIGNAL(BootDoneSignal()),mainWindow,SLOT(Boot()));
|
||||
}
|
||||
|
||||
void QtHost::InitGL()
|
||||
bool QtHost::InitGL(std::string *error_string)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -34,7 +34,7 @@ public:
|
||||
|
||||
void AddSymbol(std::string name, u32 addr, u32 size, int type);
|
||||
|
||||
void InitGL();
|
||||
bool InitGL(std::string *error_string);
|
||||
void BeginFrame();
|
||||
void EndFrame();
|
||||
void ShutdownGL();
|
||||
|
Loading…
Reference in New Issue
Block a user