mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
(Apple) Style nits
This commit is contained in:
parent
5128a16ead
commit
da212f460f
@ -512,6 +512,7 @@ static bool apple_gfx_ctx_get_metrics(void *data, enum display_metric_types type
|
||||
NSSize displayPixelSize = [[description objectForKey:NSDeviceSize] sizeValue];
|
||||
CGSize displayPhysicalSize = CGDisplayScreenSize(
|
||||
[[description objectForKey:@"NSScreenNumber"] unsignedIntValue]);
|
||||
|
||||
float displayWidth = displayPixelSize.width;
|
||||
float displayHeight = displayPixelSize.height;
|
||||
float physicalWidth = displayPhysicalSize.width;
|
||||
|
Loading…
Reference in New Issue
Block a user