mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
* includes rgui * shader support This is a work-in-progress and there are some bugs and visual artifacts still to be fixed.
12 lines
180 B
Objective-C
12 lines
180 B
Objective-C
//
|
|
// metal_common.h
|
|
// RetroArch_Metal
|
|
//
|
|
// Created by Stuart Carnie on 6/15/18.
|
|
//
|
|
|
|
#import "RendererCommon.h"
|
|
#import "Renderer.h"
|
|
#import "View.h"
|
|
#import "TexturedView.h"
|