mirror of
https://github.com/libretro/Mesen.git
synced 2024-11-23 17:19:39 +00:00
Fixed crash when pausing emulator in fullscreen mode in Chinese (caused by missing character in font)
This commit is contained in:
parent
b669781ccf
commit
199e82a48b
Binary file not shown.
@ -238,6 +238,7 @@ HRESULT Renderer::CreateNesBuffers()
|
||||
|
||||
_largeFont.reset(new SpriteFont(_pd3dDevice, L"Resources\\Font.64.spritefont"));
|
||||
_font.reset(new SpriteFont(_pd3dDevice, L"Resources\\Font.24.spritefont"));
|
||||
_font->SetDefaultCharacter('?');
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user