1// ViewControllerMetal 2// Used by both Vulkan/MoltenVK and the future Metal backend. 3 4#pragma once 5 6#import "ViewControllerCommon.h" 7#import "iCade/iCadeReaderView.h" 8 9@interface PPSSPPViewControllerMetal : PPSSPPBaseViewController 10@end 11 12/** The Metal-compatibile view. */ 13@interface PPSSPPMetalView : UIView 14@end 15 16