mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-19 20:32:37 +00:00
Update menus for Qt version
This commit is contained in:
parent
d599130782
commit
89c569612a
@ -209,6 +209,7 @@ void EmuThread::run()
|
||||
host->UpdateDisassembly();
|
||||
Core_EnableStepping(coreParameter.startPaused ? TRUE : FALSE);
|
||||
|
||||
globalUIState = coreParameter.startPaused ? UISTATE_PAUSEMENU : UISTATE_INGAME;
|
||||
#ifdef _DEBUG
|
||||
host->UpdateMemView();
|
||||
#endif
|
||||
@ -310,6 +311,7 @@ void EmuThread::run()
|
||||
ui_draw2d.DrawText(UBUNTU24, "www.ppsspp.org", dp_xres / 2, dp_yres / 2 + 130, colorAlpha(0xFFFFFFFF, alphaText), ALIGN_CENTER);
|
||||
|
||||
UIEnd();
|
||||
globalUIState = UISTATE_MENU;
|
||||
|
||||
glsl_bind(UIShader_Get());
|
||||
ui_draw2d.Flush();
|
||||
|
@ -179,6 +179,7 @@ void MainWindow::ShowMemory(u32 addr)
|
||||
|
||||
void MainWindow::Update()
|
||||
{
|
||||
globalUIState = UISTATE_INGAME;
|
||||
UpdateInputState(&input_state);
|
||||
|
||||
for (int i = 0; i < controllistCount; i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user