mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
(Apple) Nits
This commit is contained in:
parent
99b7a5532f
commit
b765ac5634
@ -83,9 +83,9 @@ static CLLocationAccuracy currentVerticalAccuracy;
|
||||
|
||||
#include <GLKit/GLKit.h>
|
||||
#include "../iOS/views.h"
|
||||
static const float ALMOST_INVISIBLE = .021f;
|
||||
static GLKView* g_view;
|
||||
static UIView* g_pause_indicator_view;
|
||||
#define ALMOST_INVISIBLE (.021f)
|
||||
static GLKView *g_view;
|
||||
static UIView *g_pause_indicator_view;
|
||||
|
||||
#ifdef HAVE_CAMERA
|
||||
static AVCaptureSession *_session;
|
||||
|
Loading…
x
Reference in New Issue
Block a user