mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-21 10:11:18 +00:00
Fix metal driver for osx. This is safe to do everywhere. (#14963)
This commit is contained in:
parent
b9e1e5d132
commit
9195de67c0
@ -174,9 +174,7 @@
|
||||
|
||||
[apple_platform setVideoMode:mode];
|
||||
|
||||
#ifdef HAVE_COCOATOUCH
|
||||
[self mtkView:view drawableSizeWillChange:CGSizeMake(mode.width, mode.height)];
|
||||
#endif
|
||||
|
||||
*input = NULL;
|
||||
*inputData = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user