Files
ppsspp/ios/ViewControllerMetal.h
T
2025-10-27 21:38:27 +01:00

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