mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 12:40:09 +00:00
(iOS) Use -1 instead of UIUserInterfaceIdiomUnspecified for backwards
compatibility
This commit is contained in:
parent
1d0beeb665
commit
0f8e31cad3
@ -454,7 +454,7 @@ static bool cocoagl_gfx_ctx_get_metrics(void *data, enum display_metric_types ty
|
|||||||
|
|
||||||
switch (UI_USER_INTERFACE_IDIOM())
|
switch (UI_USER_INTERFACE_IDIOM())
|
||||||
{
|
{
|
||||||
case UIUserInterfaceIdiomUnspecified:
|
case -1: /* UIUserInterfaceIdiomUnspecified */
|
||||||
/* TODO */
|
/* TODO */
|
||||||
break;
|
break;
|
||||||
case UIUserInterfaceIdiomPad:
|
case UIUserInterfaceIdiomPad:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user