mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-21 10:11:18 +00:00
Fix C++ comment
This commit is contained in:
parent
a31514d7e0
commit
06210387af
@ -321,7 +321,7 @@ enum midi_driver_enum
|
||||
};
|
||||
|
||||
#if defined(HAVE_METAL)
|
||||
// iOS supports both the OpenGL and Metal video drivers; default to OpenGL since Metal support is preliminary
|
||||
/* iOS supports both the OpenGL and Metal video drivers; default to OpenGL since Metal support is preliminary */
|
||||
#if defined(HAVE_COCOATOUCH) && defined(HAVE_OPENGL)
|
||||
static const enum video_driver_enum VIDEO_DEFAULT_DRIVER = VIDEO_GL;
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user