Logo
Explore Help
Sign In
izzy/ppsspp
0
0
Fork 0
You've already forked ppsspp
mirror of https://github.com/izzy2lost/ppsspp.git synced 2026-03-10 12:43:04 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
cb4e72058aaa7165dd9da170cb1cca74b89ae281
ppsspp/ios/ViewController.h

12 lines
232 B
C
Raw Normal View History

iOS Objective-C code dump. ViewController courtesy of rock88. Made modifications for simplification and code-style. Still missing some files (eg. images). Also, CMake is not set up correctly yet.
2013-02-18 00:04:44 +10:00
// ViewController.h boilerplate
#import <UIKit/UIKit.h>
#import <GLKit/GLKit.h>
iOS: MFi controllers support
2014-01-24 22:39:45 +04:00
#import <GameController/GameController.h>
iOS Objective-C code dump. ViewController courtesy of rock88. Made modifications for simplification and code-style. Still missing some files (eg. images). Also, CMake is not set up correctly yet.
2013-02-18 00:04:44 +10:00
Added iCade support to the iOS build
2013-05-30 20:58:41 -05:00
#import "iCade/iCadeReaderView.h"
@interface ViewController : GLKViewController <iCadeEventDelegate>
iOS Objective-C code dump. ViewController courtesy of rock88. Made modifications for simplification and code-style. Still missing some files (eg. images). Also, CMake is not set up correctly yet.
2013-02-18 00:04:44 +10:00
@end
Reference in New Issue Copy Permalink
Powered by Gitea Page: 139ms Template: 4ms
English
English
Licenses API