This website requires JavaScript.
Explore
Help
Register
Sign in
thirdparty
/
ppsspp
Watch
2
Star
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e75f647bc4
ppsspp
/
Qt
/
EmuThread.h
7 lines
101 B
C
Raw
Normal View
History
Unescape
Escape
Implement Qt window like Windows version.
2013-01-14 00:29:42 +01:00
#
pragma once
Working Qt interface (debuggers broken)
2013-04-18 17:40:30 +02:00
#
include
<QString>
Implement Qt window like Windows version.
2013-01-14 00:29:42 +01:00
Make OpenGL always draw something. Where there is no game, display the PPSSPP logo screen. Add hack for X11 user which can have a crash when opening the first dialog and Gl is drawing. Remove the "open file" dialog automatic display on startup, very annoying.
2013-02-05 22:22:14 +01:00
void
EmuThread_LockDraw
(
bool
value
)
;
Add debug dialogs (DisAsm, Memory, VFPU). New features : Breakpoint display, thread status, display list status Update translation and start french translation
2013-02-10 16:36:06 +01:00
QString
GetCurrentFilename
(
)
;
Reference in a new issue
Copy permalink