Files
ppsspp/ios/ViewControllerMetal.h
T

15 lines
314 B
Objective-C

// ViewControllerMetal
// Used by both Vulkan/MoltenVK and the future Metal backend.
#pragma once
#import "ViewControllerCommon.h"
#import "iCade/iCadeReaderView.h"
@interface PPSSPPViewControllerMetal : PPSSPPBaseViewController
@end
/** The Metal-compatibile view. */
@interface PPSSPPMetalView : UIView
@end