mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 09:35:09 +02:00
15 lines
314 B
Objective-C
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
|