This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
ppsspp
Watch
1
Star
0
Fork
0
You've already forked ppsspp
mirror of
https://github.com/libretro/ppsspp.git
synced
2025-02-11 11:45:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
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 New Issue
Copy Permalink