From abcfe03059587e492484a096ea7c3c73e63b4ef2 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 10 Mar 2020 19:03:34 +0100 Subject: [PATCH] (Metal) Simplification --- gfx/common/metal_common.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gfx/common/metal_common.m b/gfx/common/metal_common.m index 14e2caf23c..50c574d932 100644 --- a/gfx/common/metal_common.m +++ b/gfx/common/metal_common.m @@ -307,7 +307,7 @@ [_frameView updateFrame:frame pitch:pitch]; } - [self _drawCore:video_info]; + [self _drawCore]; [self _drawMenu:video_info]; id rce = _context.rce; @@ -416,7 +416,7 @@ [_context begin]; } -- (void)_drawCore:(video_frame_info_t *)video_info +- (void)_drawCore { id rce = _context.rce;