mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-14 14:29:24 +00:00
(360) Truetype font gets loaded now
This commit is contained in:
parent
c7692e7a72
commit
730983bf59
@ -29,6 +29,8 @@
|
||||
<Text>SSNES 360</Text>
|
||||
<TextColor>0xff0f0f0f</TextColor>
|
||||
<DropShadowColor>0x800f0f0f</DropShadowColor>
|
||||
<Font>Arial Unicode MS</Font>
|
||||
<TextStyle>21</TextStyle>
|
||||
</Properties>
|
||||
</XuiText>
|
||||
</XuiScene>
|
||||
|
@ -52,7 +52,7 @@ int menu_init (void)
|
||||
}
|
||||
|
||||
/* Register font */
|
||||
hr = app.RegisterDefaultTypeface(L"Arial Unicode MS", L"file://game/media/ssnes.ttf" );
|
||||
hr = app.RegisterDefaultTypeface(L"Arial Unicode MS", L"file://game:/media/ssnes.ttf" );
|
||||
if (FAILED(hr))
|
||||
{
|
||||
OutputDebugString("Failed to register default typeface.\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user