mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
411bcf8bdd
* 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"
|