mirror of
https://github.com/holub/mame
synced 2025-05-19 20:29:09 +03:00
SDL: Mac compile warning fix [Wilbert Pol]
This commit is contained in:
parent
b2c5f44b25
commit
b7fe2d497c
@ -640,7 +640,7 @@ void sdl_osd_interface::init(running_machine &machine)
|
||||
osd_font sdl_osd_interface::font_open(const char *_name, int &height)
|
||||
{
|
||||
CFStringRef font_name = NULL;
|
||||
CTFontRef ct_font;
|
||||
CTFontRef ct_font = NULL;
|
||||
CTFontDescriptorRef font_descriptor;
|
||||
CGAffineTransform affine_transform = CGAffineTransformIdentity;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user