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-04 11:45:18 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9cf35f09370e9aa5bc3a4e7a381e143adf9df146
ppsspp
/
Common
/
Render
/
Text
T
History
Henrik Rydgård
a44bee6f85
Fix bug in blue-to-alpha - alpha blending could be on when it shouldn't be.
...
Fixes
#15732
. (Split/Second environment mapping problem in the menu).
2022-07-27 10:59:39 +02:00
..
draw_text_android.cpp
Fix bug in blue-to-alpha - alpha blending could be on when it shouldn't be.
2022-07-27 10:59:39 +02:00
draw_text_android.h
…
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
Windows: Improve rect measurement precision.
2021-09-25 08:02:58 -07:00
draw_text_win.h
…
draw_text.cpp
…
draw_text.h
…