This website requires JavaScript.
Explore
Help
Register
Sign In
Emulator-Archive
/
ppsspp
Watch
1
Star
0
Fork
0
You've already forked ppsspp
mirror of
https://github.com/hrydgard/ppsspp.git
synced
2024-11-23 21:39:52 +00:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
a65fcd8645
ppsspp
/
Qt
/
EmuThread.h
7 lines
101 B
C
Raw
Normal View
History
Unescape
Escape
Implement Qt window like Windows version.
2013-01-13 23:29:42 +00:00
#
pragma once
Working Qt interface (debuggers broken)
2013-04-18 15:40:30 +00:00
#
include
<QString>
Implement Qt window like Windows version.
2013-01-13 23:29:42 +00: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 21:22:14 +00: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 15:36:06 +00:00
QString
GetCurrentFilename
(
)
;
Reference in New Issue
Copy Permalink