mirror of
https://github.com/holub/mame
synced 2025-05-22 05:38:52 +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)
|
osd_font sdl_osd_interface::font_open(const char *_name, int &height)
|
||||||
{
|
{
|
||||||
CFStringRef font_name = NULL;
|
CFStringRef font_name = NULL;
|
||||||
CTFontRef ct_font;
|
CTFontRef ct_font = NULL;
|
||||||
CTFontDescriptorRef font_descriptor;
|
CTFontDescriptorRef font_descriptor;
|
||||||
CGAffineTransform affine_transform = CGAffineTransformIdentity;
|
CGAffineTransform affine_transform = CGAffineTransformIdentity;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user