mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(Metal) Simplification
This commit is contained in:
parent
9e8dd390b2
commit
abcfe03059
@ -307,7 +307,7 @@
|
||||
[_frameView updateFrame:frame pitch:pitch];
|
||||
}
|
||||
|
||||
[self _drawCore:video_info];
|
||||
[self _drawCore];
|
||||
[self _drawMenu:video_info];
|
||||
|
||||
id<MTLRenderCommandEncoder> rce = _context.rce;
|
||||
@ -416,7 +416,7 @@
|
||||
[_context begin];
|
||||
}
|
||||
|
||||
- (void)_drawCore:(video_frame_info_t *)video_info
|
||||
- (void)_drawCore
|
||||
{
|
||||
id<MTLRenderCommandEncoder> rce = _context.rce;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user