This website requires JavaScript.
Explore
Help
Sign In
preserve-emulation
/
ppsspp
Watch
1
Star
0
Fork
0
mirror of
https://github.com/hrydgard/ppsspp.git
synced
2026-09-05 20:25:25 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7912eef0b7d3bba822c8a23fed91b4312d3d5df8
ppsspp
/
Common
/
Render
/
Text
T
History
Henrik Rydgård
ac88e73768
TextDrawerAndroid: Handle a null fontName, saw some crash reports that looked like that.
2023-05-05 23:40:06 +02:00
..
draw_text_android.cpp
TextDrawerAndroid: Handle a null fontName, saw some crash reports that looked like that.
2023-05-05 23:40:06 +02:00
draw_text_android.h
Android: Make font rendering work even absent support for R4G4B4A4 textures.
2023-02-28 00:01:29 +01:00
draw_text_qt.cpp
Fix Qt build by simply moving the offending file to the native project. No idea why Qt include paths only work there.
2020-10-05 10:36:57 +02:00
draw_text_qt.h
Fix Qt build by simply moving the offending file to the native project. No idea why Qt include paths only work there.
2020-10-05 10:36:57 +02:00
draw_text_uwp.cpp
Remove unmotivated check preventing texture ini creation on mobile. (
#15647
)
2022-07-10 22:34:44 +02:00
draw_text_uwp.h
…
draw_text_win.cpp
Global: Cleanup initialization/pointer checks.
2022-12-10 21:13:36 -08:00
draw_text_win.h
…
draw_text.cpp
Wrap the display globals in a struct (
#16998
)
2023-02-25 13:09:44 +01:00
draw_text.h
…