mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 00: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())
|
||||
{
|
||||
case UIUserInterfaceIdiomUnspecified:
|
||||
case -1: /* UIUserInterfaceIdiomUnspecified */
|
||||
/* TODO */
|
||||
break;
|
||||
case UIUserInterfaceIdiomPad:
|
||||
|
Loading…
x
Reference in New Issue
Block a user