Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 12 additions & 20 deletions GC4iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
CA418E061D09BEA2001B7664 /* RomTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CA418DFE1D09BEA2001B7664 /* RomTableViewController.m */; };
CA418E181D09BEB9001B7664 /* MHWDirectoryWatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = CA418E0A1D09BEB9001B7664 /* MHWDirectoryWatcher.m */; };
CA418E191D09BEB9001B7664 /* NSString+CompareToVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = CA418E0D1D09BEB9001B7664 /* NSString+CompareToVersion.m */; };
CA418E1A1D09BEB9001B7664 /* RBVolumeButtons.m in Sources */ = {isa = PBXBuildFile; fileRef = CA418E0F1D09BEB9001B7664 /* RBVolumeButtons.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
CA418E1B1D09BEB9001B7664 /* UIDevice+Private.m in Sources */ = {isa = PBXBuildFile; fileRef = CA418E111D09BEB9001B7664 /* UIDevice+Private.m */; };
CA418E1C1D09BEB9001B7664 /* UIViewController+BackButtonHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = CA418E141D09BEB9001B7664 /* UIViewController+BackButtonHandler.m */; };
CA418E411D09BEE2001B7664 /* gcpad_a@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CA418E211D09BEE2001B7664 /* gcpad_a@2x.png */; };
Expand Down Expand Up @@ -132,8 +131,6 @@
CA418E0A1D09BEB9001B7664 /* MHWDirectoryWatcher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MHWDirectoryWatcher.m; sourceTree = "<group>"; };
CA418E0C1D09BEB9001B7664 /* NSString+CompareToVersion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+CompareToVersion.h"; sourceTree = "<group>"; };
CA418E0D1D09BEB9001B7664 /* NSString+CompareToVersion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+CompareToVersion.m"; sourceTree = "<group>"; };
CA418E0E1D09BEB9001B7664 /* RBVolumeButtons.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RBVolumeButtons.h; sourceTree = "<group>"; };
CA418E0F1D09BEB9001B7664 /* RBVolumeButtons.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RBVolumeButtons.m; sourceTree = "<group>"; };
CA418E101D09BEB9001B7664 /* UIDevice+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIDevice+Private.h"; sourceTree = "<group>"; };
CA418E111D09BEB9001B7664 /* UIDevice+Private.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIDevice+Private.m"; sourceTree = "<group>"; };
CA418E121D09BEB9001B7664 /* UITapticEngine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UITapticEngine.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -343,8 +340,6 @@
children = (
CA418E0C1D09BEB9001B7664 /* NSString+CompareToVersion.h */,
CA418E0D1D09BEB9001B7664 /* NSString+CompareToVersion.m */,
CA418E0E1D09BEB9001B7664 /* RBVolumeButtons.h */,
CA418E0F1D09BEB9001B7664 /* RBVolumeButtons.m */,
CA418E101D09BEB9001B7664 /* UIDevice+Private.h */,
CA418E111D09BEB9001B7664 /* UIDevice+Private.m */,
CA418E121D09BEB9001B7664 /* UITapticEngine.h */,
Expand Down Expand Up @@ -645,12 +640,12 @@
isa = PBXProject;
attributes = {
CLASSPREFIX = GC4iOS;
LastUpgradeCheck = 0800;
LastUpgradeCheck = 0820;
ORGANIZATIONNAME = GC4iOS;
TargetAttributes = {
CAB6604E1D09B9D600037854 = {
CreatedOnToolsVersion = 7.3;
DevelopmentTeam = EYJDE3N63W;
DevelopmentTeam = 6WXZ7X2MFT;
};
CAB660671D09B9D600037854 = {
CreatedOnToolsVersion = 7.3;
Expand Down Expand Up @@ -754,7 +749,6 @@
CA418E011D09BEA2001B7664 /* GCAdapteriOS.cpp in Sources */,
CA418E001D09BEA2001B7664 /* DolphinGame.m in Sources */,
CA418E1B1D09BEB9001B7664 /* UIDevice+Private.m in Sources */,
CA418E1A1D09BEB9001B7664 /* RBVolumeButtons.m in Sources */,
CA418E051D09BEA2001B7664 /* GameTableView.m in Sources */,
CA418E191D09BEB9001B7664 /* NSString+CompareToVersion.m in Sources */,
);
Expand Down Expand Up @@ -825,8 +819,10 @@
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
Expand All @@ -848,7 +844,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand All @@ -870,8 +866,10 @@
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
Expand All @@ -887,7 +885,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -898,22 +896,19 @@
CAB6607D1D09B9D600037854 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
"$(ARCHS_STANDARD)",
arm64,
);
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon${BUNDLE_ICON_SET_SUFFIX}";
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
CODE_SIGN_ENTITLEMENTS = "$(SRCROOT)/GC4iOS/Supporting Files/Entitlements.plist";
CODE_SIGN_IDENTITY = "iPhone Developer";
DEVELOPMENT_TEAM = 6WXZ7X2MFT;
ENABLE_BITCODE = NO;
GCC_OPTIMIZATION_LEVEL = fast;
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/GC4iOS",
"$(SRCROOT)/Dolphin/Include",
);
INFOPLIST_FILE = GC4iOS/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -929,22 +924,19 @@
CAB6607E1D09B9D600037854 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
"$(ARCHS_STANDARD)",
arm64,
);
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon${BUNDLE_ICON_SET_SUFFIX}";
CLANG_CXX_LANGUAGE_STANDARD = "c++14";
CODE_SIGN_ENTITLEMENTS = "$(SRCROOT)/GC4iOS/Supporting Files/Entitlements.plist";
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = 6WXZ7X2MFT;
ENABLE_BITCODE = NO;
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/GC4iOS",
"$(SRCROOT)/Dolphin/Include",
);
INFOPLIST_FILE = GC4iOS/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
Expand Down
4 changes: 1 addition & 3 deletions GC4iOS/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// Refer to the license.txt provided

#import "AppDelegate.h"
#import "LZMAExtractor.h"

@implementation AppDelegate

Expand All @@ -16,8 +15,7 @@ - (BOOL)application:(UIApplication*)application didFinishLaunchingWithOptions:(N
attributes:nil
error:nil];
}
[[UINavigationBar appearance] setTintColor:[UIColor whiteColor]];
[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];
[[UINavigationBar appearance] setTintColor:[UIColor whiteColor]];
syscall(26, -1, 0, 0, 0); //Allows mapping executable pages for JIT
return YES;
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
20 changes: 20 additions & 0 deletions GC4iOS/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"size" : "29x29",
"idiom" : "iphone",
Expand Down Expand Up @@ -36,6 +46,16 @@
"filename" : "Icon-60.0@3x.png",
"scale" : "3x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "2x"
},
{
"size" : "29x29",
"idiom" : "ipad",
Expand Down
20 changes: 20 additions & 0 deletions GC4iOS/Assets.xcassets/AppIconDebug.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"size" : "29x29",
"idiom" : "iphone",
Expand Down Expand Up @@ -54,6 +64,16 @@
"filename" : "Icon-60.0@3x.png",
"scale" : "3x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "2x"
},
{
"size" : "29x29",
"idiom" : "ipad",
Expand Down
29 changes: 19 additions & 10 deletions GC4iOS/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10116" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" initialViewController="ayr-xU-Zm6">
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" colorMatched="YES" initialViewController="ayr-xU-Zm6">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Navigation Controller-->
Expand All @@ -13,9 +17,9 @@
<navigationBar key="navigationBar" contentMode="scaleToFill" translucent="NO" id="clZ-Rz-rrw">
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<color key="barTintColor" red="0.3529411764705882" green="0.31764705882352939" blue="0.61568627450980395" alpha="1" colorSpace="calibratedRGB"/>
<color key="barTintColor" red="0.3529411764705882" green="0.31764705882352939" blue="0.61568627450980395" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<textAttributes key="titleTextAttributes">
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</textAttributes>
</navigationBar>
<nil name="viewControllers"/>
Expand All @@ -32,15 +36,15 @@
<objects>
<tableViewController id="Kuo-23-3di" customClass="RomTableViewController" sceneMemberID="viewController">
<tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" id="UxV-tp-S4e">
<rect key="frame" x="0.0" y="64" width="320" height="504"/>
<rect key="frame" x="0.0" y="64" width="375" height="603"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<prototypes>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="3Xa-96-GkZ">
<rect key="frame" x="0.0" y="28" width="320" height="44"/>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="DolphinGame" id="3Xa-96-GkZ">
<rect key="frame" x="0.0" y="28" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="3Xa-96-GkZ" id="OGU-Y9-LBd">
<rect key="frame" x="0.0" y="0.0" width="320" height="43.5"/>
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
</tableViewCellContentView>
</tableViewCell>
Expand All @@ -57,4 +61,9 @@
<point key="canvasLocation" x="249" y="253"/>
</scene>
</scenes>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination" type="retina4_7.fullscreen"/>
</simulatedMetricsContainer>
</document>
2 changes: 1 addition & 1 deletion GC4iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.3</string>
<string>0.1.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 4 additions & 0 deletions GC4iOS/UI/EmulatorViewController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,8 @@ - (void)didReceiveMemoryWarning
[super didReceiveMemoryWarning];
}

-(UIStatusBarStyle)preferredStatusBarStyle{
return UIStatusBarStyleLightContent;
}

@end
4 changes: 4 additions & 0 deletions GC4iOS/UI/RomTableViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,8 @@ - (void)tableView:(UITableView*)tableView didSelectRowAtIndexPath:(NSIndexPath*)
}
}

-(UIStatusBarStyle)preferredStatusBarStyle{
return UIStatusBarStyleLightContent;
}

@end
20 changes: 0 additions & 20 deletions GC4iOS/Utilities/Misc/RBVolumeButtons.h

This file was deleted.

Loading