mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-01 09:12:35 +00:00
(360) Fix up filenames
This commit is contained in:
parent
161bed281f
commit
b93ca1653c
@ -498,7 +498,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/rarch.ttf" );
|
||||
if (FAILED(hr))
|
||||
{
|
||||
RARCH_ERR("Failed to register default typeface.\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user