mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
SDL fix (nw)
This commit is contained in:
parent
71c4d9f304
commit
2f095e71f1
@ -55,7 +55,7 @@ bool osd_font_sdl::open(const char *font_path, const char *_name, int &height)
|
||||
// accept qualifiers from the name
|
||||
astring name(_name);
|
||||
|
||||
if (name == "default")
|
||||
if (name.cmp("default")==0)
|
||||
{
|
||||
name = "Liberation Sans";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user