mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
AGL: Silence OpenGL deprecation warnings
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
// This define will silence all "OpenGL is deprecated, use Metal" warnings.
|
||||
#define GL_SILENCE_DEPRECATION 1
|
||||
|
||||
#if defined(__APPLE__) && defined(__OBJC__)
|
||||
#import <AppKit/AppKit.h>
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user