(360) Fix up filenames

This commit is contained in:
TwinAphex51224 2012-04-21 23:53:43 +02:00
parent 161bed281f
commit b93ca1653c
13 changed files with 1 additions and 1 deletions

View File

@ -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");