ppsspp/ios/ViewControllerMetal.h

18 lines
496 B
C
Raw Normal View History

2024-05-22 11:56:53 +00:00
// ViewControllerMetal
// Used by both Vulkan/MoltenVK and the future Metal backend.
#pragma once
#include "ViewControllerCommon.h"
#import "iCade/iCadeReaderView.h"
#import "CameraHelper.h"
#import "LocationHelper.h"
@interface PPSSPPViewControllerMetal : UIViewController<
iCadeEventDelegate, LocationHandlerDelegate, CameraFrameDelegate,
UIGestureRecognizerDelegate, UIKeyInput, PPSSPPViewController>
@end
/** The Metal-compatibile view. */
@interface PPSSPPMetalView : UIView
@end