mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 15:13:37 +02:00
Add banners on the top of settings pages, if editing game-specific settings show the icon.
This commit is contained in:
+1
-1
@@ -852,7 +852,7 @@ bool NativeInitGraphics(GraphicsContext *graphicsContext) {
|
||||
|
||||
uiContext->Init(g_draw, texColorPipeline, colorPipeline, &ui_draw2d);
|
||||
if (uiContext->Text()) {
|
||||
uiContext->Text()->SetFont("Tahoma", 20, 0);
|
||||
uiContext->Text()->SetOrCreateFont(FontStyle(FontID::invalid(), "Tahoma", 20, FontStyleFlags::Default));
|
||||
}
|
||||
|
||||
g_screenManager->setUIContext(uiContext);
|
||||
|
||||
Reference in New Issue
Block a user