diff --git a/CGame.xcodeproj/project.pbxproj b/CGame.xcodeproj/project.pbxproj index 8c7e341b..c2039700 100644 --- a/CGame.xcodeproj/project.pbxproj +++ b/CGame.xcodeproj/project.pbxproj @@ -34,6 +34,8 @@ /* Begin PBXBuildFile section */ 0018BD0D2C11519C0066717C /* FirstBootGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0018BD0C2C11519C0066717C /* FirstBootGuide.swift */; }; 0018BD102C11664A0066717C /* lx_Pong.gba in Resources */ = {isa = PBXBuildFile; fileRef = 0018BD0F2C11664A0066717C /* lx_Pong.gba */; }; + 004B366A2C1C4E8E00C6A578 /* Settings.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 004B36682C1C4E8E00C6A578 /* Settings.storyboard */; }; + 004B366D2C1C4EC100C6A578 /* PausePresentationControllerContentView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 004B366B2C1C4EC100C6A578 /* PausePresentationControllerContentView.xib */; }; 0051DBF52C0DD6560004D88C /* Guide.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 0051DBF42C0DD6560004D88C /* Guide.pdf */; }; 0051DBF82C0DD67D0004D88C /* UserGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0051DBF72C0DD67D0004D88C /* UserGuide.swift */; }; 009FDD582C19AE0A000FE022 /* ZZHGameVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 009FDD572C19AE0A000FE022 /* ZZHGameVC.swift */; }; @@ -83,7 +85,6 @@ BF353FF61C5D837600C1184C /* PauseMenu.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BF353FF41C5D837600C1184C /* PauseMenu.storyboard */; }; BF353FF91C5D870B00C1184C /* MenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF353FF81C5D870B00C1184C /* MenuItem.swift */; }; BF353FFF1C5DA3C500C1184C /* PausePresentationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF353FFD1C5DA3C500C1184C /* PausePresentationController.swift */; }; - BF3540001C5DA3C500C1184C /* PausePresentationControllerContentView.xib in Resources */ = {isa = PBXBuildFile; fileRef = BF353FFE1C5DA3C500C1184C /* PausePresentationControllerContentView.xib */; }; BF3540021C5DA3D500C1184C /* PauseStoryboardSegue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF3540011C5DA3D500C1184C /* PauseStoryboardSegue.swift */; }; BF3540081C5DAFAD00C1184C /* PauseTransitionCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF3540071C5DAFAD00C1184C /* PauseTransitionCoordinator.swift */; }; BF3D6C512202865F0083E05A /* Delta2ToDelta3.xcmappingmodel in Sources */ = {isa = PBXBuildFile; fileRef = BF3D6C502202865F0083E05A /* Delta2ToDelta3.xcmappingmodel */; }; @@ -116,7 +117,6 @@ BF5942941E09BD1A0051894B /* NSManagedObject+Conveniences.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF5942911E09BD1A0051894B /* NSManagedObject+Conveniences.swift */; }; BF5942951E09BD1A0051894B /* NSManagedObjectContext+Conveniences.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF5942921E09BD1A0051894B /* NSManagedObjectContext+Conveniences.swift */; }; BF5E7F441B9A650B00AE44F8 /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF5E7F431B9A650B00AE44F8 /* SettingsViewController.swift */; }; - BF5E7F461B9A652600AE44F8 /* Settings.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BF5E7F451B9A652600AE44F8 /* Settings.storyboard */; }; BF63A1A321A4AAAE00EE8F61 /* RecordSyncStatusViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF63A1A221A4AAAE00EE8F61 /* RecordSyncStatusViewController.swift */; }; BF63A1B521A4B76E00EE8F61 /* RecordVersionsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF63A1B421A4B76E00EE8F61 /* RecordVersionsViewController.swift */; }; BF6424831F5B8F3F00D6AB44 /* ListMenuViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF6424821F5B8F3F00D6AB44 /* ListMenuViewController.swift */; }; @@ -285,6 +285,8 @@ /* Begin PBXFileReference section */ 0018BD0C2C11519C0066717C /* FirstBootGuide.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FirstBootGuide.swift; sourceTree = ""; }; 0018BD0F2C11664A0066717C /* lx_Pong.gba */ = {isa = PBXFileReference; lastKnownFileType = file; path = lx_Pong.gba; sourceTree = ""; }; + 004B36692C1C4E8E00C6A578 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = CGame/Base.lproj/Settings.storyboard; sourceTree = SOURCE_ROOT; }; + 004B366C2C1C4EC100C6A578 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = CGame/Base.lproj/PausePresentationControllerContentView.xib; sourceTree = SOURCE_ROOT; }; 0051DBF42C0DD6560004D88C /* Guide.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = Guide.pdf; sourceTree = ""; }; 0051DBF72C0DD67D0004D88C /* UserGuide.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserGuide.swift; sourceTree = ""; }; 009FDD572C19AE0A000FE022 /* ZZHGameVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZZHGameVC.swift; sourceTree = ""; }; @@ -347,7 +349,6 @@ BF353FF51C5D837600C1184C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/PauseMenu.storyboard; sourceTree = ""; }; BF353FF81C5D870B00C1184C /* MenuItem.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MenuItem.swift; sourceTree = ""; }; BF353FFD1C5DA3C500C1184C /* PausePresentationController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PausePresentationController.swift; sourceTree = ""; }; - BF353FFE1C5DA3C500C1184C /* PausePresentationControllerContentView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = PausePresentationControllerContentView.xib; path = Delta/Base.lproj/PausePresentationControllerContentView.xib; sourceTree = SOURCE_ROOT; }; BF3540011C5DA3D500C1184C /* PauseStoryboardSegue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PauseStoryboardSegue.swift; sourceTree = ""; }; BF3540041C5DA70400C1184C /* SaveStatesViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SaveStatesViewController.swift; sourceTree = ""; }; BF3540071C5DAFAD00C1184C /* PauseTransitionCoordinator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PauseTransitionCoordinator.swift; sourceTree = ""; }; @@ -388,7 +389,6 @@ BF5942921E09BD1A0051894B /* NSManagedObjectContext+Conveniences.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSManagedObjectContext+Conveniences.swift"; sourceTree = ""; }; BF5ACE3823E23D6500BD0F20 /* libVBA-M.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libVBA-M.a"; sourceTree = BUILT_PRODUCTS_DIR; }; BF5E7F431B9A650B00AE44F8 /* SettingsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = ""; }; - BF5E7F451B9A652600AE44F8 /* Settings.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Settings.storyboard; path = Delta/Base.lproj/Settings.storyboard; sourceTree = SOURCE_ROOT; }; BF616A121F08184A0077F8B2 /* ControllerInputsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControllerInputsViewController.swift; sourceTree = ""; }; BF63A1A221A4AAAE00EE8F61 /* RecordSyncStatusViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecordSyncStatusViewController.swift; sourceTree = ""; }; BF63A1B421A4B76E00EE8F61 /* RecordVersionsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecordVersionsViewController.swift; sourceTree = ""; }; @@ -650,8 +650,8 @@ BF353FFB1C5DA2F600C1184C /* Presentation Controller */ = { isa = PBXGroup; children = ( + 004B366B2C1C4EC100C6A578 /* PausePresentationControllerContentView.xib */, BF353FFD1C5DA3C500C1184C /* PausePresentationController.swift */, - BF353FFE1C5DA3C500C1184C /* PausePresentationControllerContentView.xib */, ); path = "Presentation Controller"; sourceTree = ""; @@ -936,8 +936,8 @@ BFAA1FEB1B8AA4E800495943 /* Settings */ = { isa = PBXGroup; children = ( + 004B36682C1C4E8E00C6A578 /* Settings.storyboard */, BFAA1FEC1B8AA4FA00495943 /* Settings.swift */, - BF5E7F451B9A652600AE44F8 /* Settings.storyboard */, BF5E7F431B9A650B00AE44F8 /* SettingsViewController.swift */, BFB3645723245A6000CD0EB1 /* LicensesViewController.swift */, BFE9907E24451DE6006409A7 /* Cores */, @@ -1037,7 +1037,7 @@ BFFA71CE1AAC406100EE9DD1 = { isa = PBXGroup; children = ( - BFFA71D91AAC406100EE9DD1 /* Delta */, + BFFA71D91AAC406100EE9DD1 /* CGame */, D539103029E88B6C0006B350 /* DeltaPreviews */, D5D7C1F229E60E0000663793 /* DeltaFeatures */, BF9F4FCD1AAD7B25004C9500 /* Frameworks */, @@ -1057,7 +1057,7 @@ name = Products; sourceTree = ""; }; - BFFA71D91AAC406100EE9DD1 /* Delta */ = { + BFFA71D91AAC406100EE9DD1 /* CGame */ = { isa = PBXGroup; children = ( 0018BD0B2C11514E0066717C /* FirstBootGuide */, @@ -1081,7 +1081,7 @@ BF090CEE1B490C1A00DCAB45 /* Extensions */, BFFA71DA1AAC406100EE9DD1 /* Supporting Files */, ); - path = Delta; + path = CGame; sourceTree = ""; }; BFFA71DA1AAC406100EE9DD1 /* Supporting Files */ = { @@ -1444,12 +1444,11 @@ buildActionMask = 2147483647; files = ( D5D797E9298DCC7300738869 /* cheatbase.zip in Resources */, + 004B366A2C1C4E8E00C6A578 /* Settings.storyboard in Resources */, BFFA71E21AAC406100EE9DD1 /* Main.storyboard in Resources */, 7509F8252BEC7FAB00E45B9E /* AboutVC.xib in Resources */, BF6BF3211EB82362008E83CD /* GamesDatabase.storyboard in Resources */, BFAB9F88219A4B670080EC7D /* GoogleService-Info.plist in Resources */, - BF3540001C5DA3C500C1184C /* PausePresentationControllerContentView.xib in Resources */, - BF5E7F461B9A652600AE44F8 /* Settings.storyboard in Resources */, BF02D5DA1DDEBB3000A5E131 /* openvgdb.sqlite in Resources */, D53415A7298C78BC00FD67B1 /* Contributors.plist in Resources */, BF71CF8A1FE904B1001F1613 /* GameTableViewCell.xib in Resources */, @@ -1462,6 +1461,7 @@ 00B4EDC82C12E65800BA19DB /* lx_AirCombat.gba in Resources */, 0018BD102C11664A0066717C /* lx_Pong.gba in Resources */, 0051DBF52C0DD6560004D88C /* Guide.pdf in Resources */, + 004B366D2C1C4EC100C6A578 /* PausePresentationControllerContentView.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1818,13 +1818,29 @@ /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ + 004B36682C1C4E8E00C6A578 /* Settings.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 004B36692C1C4E8E00C6A578 /* Base */, + ); + name = Settings.storyboard; + sourceTree = ""; + }; + 004B366B2C1C4EC100C6A578 /* PausePresentationControllerContentView.xib */ = { + isa = PBXVariantGroup; + children = ( + 004B366C2C1C4EC100C6A578 /* Base */, + ); + name = PausePresentationControllerContentView.xib; + sourceTree = ""; + }; BF353FF41C5D837600C1184C /* PauseMenu.storyboard */ = { isa = PBXVariantGroup; children = ( BF353FF51C5D837600C1184C /* Base */, ); name = PauseMenu.storyboard; - path = Delta; + path = CGame; sourceTree = SOURCE_ROOT; }; BF6BF31F1EB82362008E83CD /* GamesDatabase.storyboard */ = { @@ -1833,7 +1849,7 @@ BF6BF3201EB82362008E83CD /* Base */, ); name = GamesDatabase.storyboard; - path = Delta; + path = CGame; sourceTree = SOURCE_ROOT; }; BFFA71E01AAC406100EE9DD1 /* Main.storyboard */ = { @@ -1842,7 +1858,7 @@ BFFA71E11AAC406100EE9DD1 /* Base */, ); name = Main.storyboard; - path = Delta; + path = CGame; sourceTree = SOURCE_ROOT; }; BFFC46441D59861000AF2CC6 /* LaunchScreen.storyboard */ = { @@ -1851,7 +1867,7 @@ BFFC46451D59861000AF2CC6 /* Base */, ); name = LaunchScreen.storyboard; - path = Delta; + path = CGame; sourceTree = SOURCE_ROOT; }; /* End PBXVariantGroup section */ @@ -2019,7 +2035,7 @@ CURRENT_PROJECT_VERSION = 1.0; DEVELOPMENT_TEAM = 8DQD6BV6H9; EXCLUDED_ARCHS = ""; - INFOPLIST_FILE = "Delta/Supporting Files/Info.plist"; + INFOPLIST_FILE = "CGame/Supporting Files/Info.plist"; INFOPLIST_KEY_CFBundleDisplayName = "Retro GameTime"; IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -2043,7 +2059,7 @@ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_ACTIVE_COMPILATION_CONDITIONS = BETA; SWIFT_INCLUDE_PATHS = "$(inherited) \"$(SRCROOT)/Cores/GPGXDeltaCore/Sources/GPGXBridge\""; - SWIFT_OBJC_BRIDGING_HEADER = "Delta/Supporting Files/Delta-Bridging-Header.h"; + SWIFT_OBJC_BRIDGING_HEADER = "CGame/Supporting Files/Delta-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = 1; @@ -2065,7 +2081,7 @@ CURRENT_PROJECT_VERSION = 1.0; DEVELOPMENT_TEAM = 8DQD6BV6H9; EXCLUDED_ARCHS = ""; - INFOPLIST_FILE = "Delta/Supporting Files/Info.plist"; + INFOPLIST_FILE = "CGame/Supporting Files/Info.plist"; INFOPLIST_KEY_CFBundleDisplayName = "Retro GameTime"; IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -2089,7 +2105,7 @@ SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_COMPILATION_MODE = wholemodule; SWIFT_INCLUDE_PATHS = "$(inherited) \"$(SRCROOT)/Cores/GPGXDeltaCore/Sources/GPGXBridge\""; - SWIFT_OBJC_BRIDGING_HEADER = "Delta/Supporting Files/Delta-Bridging-Header.h"; + SWIFT_OBJC_BRIDGING_HEADER = "CGame/Supporting Files/Delta-Bridging-Header.h"; SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = 1; diff --git a/CGame.xcworkspace/xcuserdata/aaa.xcuserdatad/UserInterfaceState.xcuserstate b/CGame.xcworkspace/xcuserdata/aaa.xcuserdatad/UserInterfaceState.xcuserstate index a579eac1..797d03c6 100644 Binary files a/CGame.xcworkspace/xcuserdata/aaa.xcuserdatad/UserInterfaceState.xcuserstate and b/CGame.xcworkspace/xcuserdata/aaa.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Delta/AppDelegate.swift b/CGame/AppDelegate.swift similarity index 100% rename from Delta/AppDelegate.swift rename to CGame/AppDelegate.swift diff --git a/Delta/Base.lproj/GamesDatabase.storyboard b/CGame/Base.lproj/GamesDatabase.storyboard similarity index 100% rename from Delta/Base.lproj/GamesDatabase.storyboard rename to CGame/Base.lproj/GamesDatabase.storyboard diff --git a/Delta/Base.lproj/LaunchScreen.storyboard b/CGame/Base.lproj/LaunchScreen.storyboard similarity index 100% rename from Delta/Base.lproj/LaunchScreen.storyboard rename to CGame/Base.lproj/LaunchScreen.storyboard diff --git a/Delta/Base.lproj/Main.storyboard b/CGame/Base.lproj/Main.storyboard similarity index 100% rename from Delta/Base.lproj/Main.storyboard rename to CGame/Base.lproj/Main.storyboard diff --git a/Delta/Base.lproj/PauseMenu.storyboard b/CGame/Base.lproj/PauseMenu.storyboard similarity index 100% rename from Delta/Base.lproj/PauseMenu.storyboard rename to CGame/Base.lproj/PauseMenu.storyboard diff --git a/Delta/Base.lproj/PausePresentationControllerContentView.xib b/CGame/Base.lproj/PausePresentationControllerContentView.xib similarity index 100% rename from Delta/Base.lproj/PausePresentationControllerContentView.xib rename to CGame/Base.lproj/PausePresentationControllerContentView.xib diff --git a/Delta/Base.lproj/Settings.storyboard b/CGame/Base.lproj/Settings.storyboard similarity index 100% rename from Delta/Base.lproj/Settings.storyboard rename to CGame/Base.lproj/Settings.storyboard diff --git a/Delta/Components/Action.swift b/CGame/Components/Action.swift similarity index 100% rename from Delta/Components/Action.swift rename to CGame/Components/Action.swift diff --git a/Delta/Components/Box.swift b/CGame/Components/Box.swift similarity index 100% rename from Delta/Components/Box.swift rename to CGame/Components/Box.swift diff --git a/Delta/Components/Collection View/GridCollectionViewCell.swift b/CGame/Components/Collection View/GridCollectionViewCell.swift similarity index 100% rename from Delta/Components/Collection View/GridCollectionViewCell.swift rename to CGame/Components/Collection View/GridCollectionViewCell.swift diff --git a/Delta/Components/Collection View/GridCollectionViewLayout.swift b/CGame/Components/Collection View/GridCollectionViewLayout.swift similarity index 100% rename from Delta/Components/Collection View/GridCollectionViewLayout.swift rename to CGame/Components/Collection View/GridCollectionViewLayout.swift diff --git a/Delta/Components/Loading/LoadControllerSkinImageOperation.swift b/CGame/Components/Loading/LoadControllerSkinImageOperation.swift similarity index 100% rename from Delta/Components/Loading/LoadControllerSkinImageOperation.swift rename to CGame/Components/Loading/LoadControllerSkinImageOperation.swift diff --git a/Delta/Components/Loading/LoadImageURLOperation.swift b/CGame/Components/Loading/LoadImageURLOperation.swift similarity index 100% rename from Delta/Components/Loading/LoadImageURLOperation.swift rename to CGame/Components/Loading/LoadImageURLOperation.swift diff --git a/Delta/Components/Popover Menu/ListMenuViewController.swift b/CGame/Components/Popover Menu/ListMenuViewController.swift similarity index 100% rename from Delta/Components/Popover Menu/ListMenuViewController.swift rename to CGame/Components/Popover Menu/ListMenuViewController.swift diff --git a/Delta/Components/Popover Menu/PopoverMenuButton.swift b/CGame/Components/Popover Menu/PopoverMenuButton.swift similarity index 100% rename from Delta/Components/Popover Menu/PopoverMenuButton.swift rename to CGame/Components/Popover Menu/PopoverMenuButton.swift diff --git a/Delta/Components/Popover Menu/PopoverMenuController.swift b/CGame/Components/Popover Menu/PopoverMenuController.swift similarity index 100% rename from Delta/Components/Popover Menu/PopoverMenuController.swift rename to CGame/Components/Popover Menu/PopoverMenuController.swift diff --git a/Delta/Components/Popover Menu/PopoverMenuViewController.swift b/CGame/Components/Popover Menu/PopoverMenuViewController.swift similarity index 100% rename from Delta/Components/Popover Menu/PopoverMenuViewController.swift rename to CGame/Components/Popover Menu/PopoverMenuViewController.swift diff --git a/Delta/Components/Table View/BadgedTableViewCell.swift b/CGame/Components/Table View/BadgedTableViewCell.swift similarity index 100% rename from Delta/Components/Table View/BadgedTableViewCell.swift rename to CGame/Components/Table View/BadgedTableViewCell.swift diff --git a/Delta/Components/Table View/GameTableViewCell.swift b/CGame/Components/Table View/GameTableViewCell.swift similarity index 100% rename from Delta/Components/Table View/GameTableViewCell.swift rename to CGame/Components/Table View/GameTableViewCell.swift diff --git a/Delta/Components/Table View/GameTableViewCell.xib b/CGame/Components/Table View/GameTableViewCell.xib similarity index 100% rename from Delta/Components/Table View/GameTableViewCell.xib rename to CGame/Components/Table View/GameTableViewCell.xib diff --git a/Delta/Components/ap_textF.swift b/CGame/Components/ap_textF.swift similarity index 100% rename from Delta/Components/ap_textF.swift rename to CGame/Components/ap_textF.swift diff --git a/Delta/Database/Cheats/CheatBase.swift b/CGame/Database/Cheats/CheatBase.swift similarity index 100% rename from Delta/Database/Cheats/CheatBase.swift rename to CGame/Database/Cheats/CheatBase.swift diff --git a/Delta/Database/Cheats/CheatBaseView.swift b/CGame/Database/Cheats/CheatBaseView.swift similarity index 100% rename from Delta/Database/Cheats/CheatBaseView.swift rename to CGame/Database/Cheats/CheatBaseView.swift diff --git a/Delta/Database/Cheats/CheatDevice.swift b/CGame/Database/Cheats/CheatDevice.swift similarity index 100% rename from Delta/Database/Cheats/CheatDevice.swift rename to CGame/Database/Cheats/CheatDevice.swift diff --git a/Delta/Database/Cheats/CheatMetadata.swift b/CGame/Database/Cheats/CheatMetadata.swift similarity index 100% rename from Delta/Database/Cheats/CheatMetadata.swift rename to CGame/Database/Cheats/CheatMetadata.swift diff --git a/Delta/Database/Cheats/LegacySearchBar.swift b/CGame/Database/Cheats/LegacySearchBar.swift similarity index 100% rename from Delta/Database/Cheats/LegacySearchBar.swift rename to CGame/Database/Cheats/LegacySearchBar.swift diff --git a/Delta/Database/DatabaseManager.swift b/CGame/Database/DatabaseManager.swift similarity index 100% rename from Delta/Database/DatabaseManager.swift rename to CGame/Database/DatabaseManager.swift diff --git a/Delta/Database/Model/Delta.xcdatamodeld/.xccurrentversion b/CGame/Database/Model/Delta.xcdatamodeld/.xccurrentversion similarity index 100% rename from Delta/Database/Model/Delta.xcdatamodeld/.xccurrentversion rename to CGame/Database/Model/Delta.xcdatamodeld/.xccurrentversion diff --git a/Delta/Database/Model/Delta.xcdatamodeld/Delta 2.xcdatamodel/contents b/CGame/Database/Model/Delta.xcdatamodeld/Delta 2.xcdatamodel/contents similarity index 100% rename from Delta/Database/Model/Delta.xcdatamodeld/Delta 2.xcdatamodel/contents rename to CGame/Database/Model/Delta.xcdatamodeld/Delta 2.xcdatamodel/contents diff --git a/Delta/Database/Model/Delta.xcdatamodeld/Delta 3.xcdatamodel/contents b/CGame/Database/Model/Delta.xcdatamodeld/Delta 3.xcdatamodel/contents similarity index 100% rename from Delta/Database/Model/Delta.xcdatamodeld/Delta 3.xcdatamodel/contents rename to CGame/Database/Model/Delta.xcdatamodeld/Delta 3.xcdatamodel/contents diff --git a/Delta/Database/Model/Delta.xcdatamodeld/Delta 4.xcdatamodel/contents b/CGame/Database/Model/Delta.xcdatamodeld/Delta 4.xcdatamodel/contents similarity index 100% rename from Delta/Database/Model/Delta.xcdatamodeld/Delta 4.xcdatamodel/contents rename to CGame/Database/Model/Delta.xcdatamodeld/Delta 4.xcdatamodel/contents diff --git a/Delta/Database/Model/Delta.xcdatamodeld/Delta 5.xcdatamodel/contents b/CGame/Database/Model/Delta.xcdatamodeld/Delta 5.xcdatamodel/contents similarity index 100% rename from Delta/Database/Model/Delta.xcdatamodeld/Delta 5.xcdatamodel/contents rename to CGame/Database/Model/Delta.xcdatamodeld/Delta 5.xcdatamodel/contents diff --git a/Delta/Database/Model/Delta.xcdatamodeld/Delta 6.xcdatamodel/contents b/CGame/Database/Model/Delta.xcdatamodeld/Delta 6.xcdatamodel/contents similarity index 100% rename from Delta/Database/Model/Delta.xcdatamodeld/Delta 6.xcdatamodel/contents rename to CGame/Database/Model/Delta.xcdatamodeld/Delta 6.xcdatamodel/contents diff --git a/Delta/Database/Model/Delta.xcdatamodeld/Delta 7.xcdatamodel/contents b/CGame/Database/Model/Delta.xcdatamodeld/Delta 7.xcdatamodel/contents similarity index 100% rename from Delta/Database/Model/Delta.xcdatamodeld/Delta 7.xcdatamodel/contents rename to CGame/Database/Model/Delta.xcdatamodeld/Delta 7.xcdatamodel/contents diff --git a/Delta/Database/Model/Delta.xcdatamodeld/Delta.xcdatamodel/contents b/CGame/Database/Model/Delta.xcdatamodeld/Delta.xcdatamodel/contents similarity index 100% rename from Delta/Database/Model/Delta.xcdatamodeld/Delta.xcdatamodel/contents rename to CGame/Database/Model/Delta.xcdatamodeld/Delta.xcdatamodel/contents diff --git a/Delta/Database/Model/Human/Cheat.swift b/CGame/Database/Model/Human/Cheat.swift similarity index 100% rename from Delta/Database/Model/Human/Cheat.swift rename to CGame/Database/Model/Human/Cheat.swift diff --git a/Delta/Database/Model/Human/ControllerSkin.swift b/CGame/Database/Model/Human/ControllerSkin.swift similarity index 100% rename from Delta/Database/Model/Human/ControllerSkin.swift rename to CGame/Database/Model/Human/ControllerSkin.swift diff --git a/Delta/Database/Model/Human/Game.swift b/CGame/Database/Model/Human/Game.swift similarity index 100% rename from Delta/Database/Model/Human/Game.swift rename to CGame/Database/Model/Human/Game.swift diff --git a/Delta/Database/Model/Human/GameCollection.swift b/CGame/Database/Model/Human/GameCollection.swift similarity index 100% rename from Delta/Database/Model/Human/GameCollection.swift rename to CGame/Database/Model/Human/GameCollection.swift diff --git a/Delta/Database/Model/Human/GameControllerInputMapping.swift b/CGame/Database/Model/Human/GameControllerInputMapping.swift similarity index 100% rename from Delta/Database/Model/Human/GameControllerInputMapping.swift rename to CGame/Database/Model/Human/GameControllerInputMapping.swift diff --git a/Delta/Database/Model/Human/GameSave.swift b/CGame/Database/Model/Human/GameSave.swift similarity index 100% rename from Delta/Database/Model/Human/GameSave.swift rename to CGame/Database/Model/Human/GameSave.swift diff --git a/Delta/Database/Model/Human/SaveState.swift b/CGame/Database/Model/Human/SaveState.swift similarity index 100% rename from Delta/Database/Model/Human/SaveState.swift rename to CGame/Database/Model/Human/SaveState.swift diff --git a/Delta/Database/Model/Machine/_Cheat.swift b/CGame/Database/Model/Machine/_Cheat.swift similarity index 100% rename from Delta/Database/Model/Machine/_Cheat.swift rename to CGame/Database/Model/Machine/_Cheat.swift diff --git a/Delta/Database/Model/Machine/_ControllerSkin.swift b/CGame/Database/Model/Machine/_ControllerSkin.swift similarity index 100% rename from Delta/Database/Model/Machine/_ControllerSkin.swift rename to CGame/Database/Model/Machine/_ControllerSkin.swift diff --git a/Delta/Database/Model/Machine/_Game.swift b/CGame/Database/Model/Machine/_Game.swift similarity index 100% rename from Delta/Database/Model/Machine/_Game.swift rename to CGame/Database/Model/Machine/_Game.swift diff --git a/Delta/Database/Model/Machine/_GameCollection.swift b/CGame/Database/Model/Machine/_GameCollection.swift similarity index 100% rename from Delta/Database/Model/Machine/_GameCollection.swift rename to CGame/Database/Model/Machine/_GameCollection.swift diff --git a/Delta/Database/Model/Machine/_GameControllerInputMapping.swift b/CGame/Database/Model/Machine/_GameControllerInputMapping.swift similarity index 100% rename from Delta/Database/Model/Machine/_GameControllerInputMapping.swift rename to CGame/Database/Model/Machine/_GameControllerInputMapping.swift diff --git a/Delta/Database/Model/Machine/_GameSave.swift b/CGame/Database/Model/Machine/_GameSave.swift similarity index 100% rename from Delta/Database/Model/Machine/_GameSave.swift rename to CGame/Database/Model/Machine/_GameSave.swift diff --git a/Delta/Database/Model/Machine/_SaveState.swift b/CGame/Database/Model/Machine/_SaveState.swift similarity index 100% rename from Delta/Database/Model/Machine/_SaveState.swift rename to CGame/Database/Model/Machine/_SaveState.swift diff --git a/Delta/Database/Model/Migrations/Delta2ToDelta3.xcmappingmodel/xcmapping.xml b/CGame/Database/Model/Migrations/Delta2ToDelta3.xcmappingmodel/xcmapping.xml similarity index 100% rename from Delta/Database/Model/Migrations/Delta2ToDelta3.xcmappingmodel/xcmapping.xml rename to CGame/Database/Model/Migrations/Delta2ToDelta3.xcmappingmodel/xcmapping.xml diff --git a/Delta/Database/Model/Migrations/Delta3ToDelta4.xcmappingmodel/xcmapping.xml b/CGame/Database/Model/Migrations/Delta3ToDelta4.xcmappingmodel/xcmapping.xml similarity index 100% rename from Delta/Database/Model/Migrations/Delta3ToDelta4.xcmappingmodel/xcmapping.xml rename to CGame/Database/Model/Migrations/Delta3ToDelta4.xcmappingmodel/xcmapping.xml diff --git a/Delta/Database/Model/Migrations/Delta4ToDelta5.xcmappingmodel/xcmapping.xml b/CGame/Database/Model/Migrations/Delta4ToDelta5.xcmappingmodel/xcmapping.xml similarity index 100% rename from Delta/Database/Model/Migrations/Delta4ToDelta5.xcmappingmodel/xcmapping.xml rename to CGame/Database/Model/Migrations/Delta4ToDelta5.xcmappingmodel/xcmapping.xml diff --git a/Delta/Database/Model/Migrations/Delta5ToDelta6.xcmappingmodel/xcmapping.xml b/CGame/Database/Model/Migrations/Delta5ToDelta6.xcmappingmodel/xcmapping.xml similarity index 100% rename from Delta/Database/Model/Migrations/Delta5ToDelta6.xcmappingmodel/xcmapping.xml rename to CGame/Database/Model/Migrations/Delta5ToDelta6.xcmappingmodel/xcmapping.xml diff --git a/Delta/Database/Model/Migrations/Delta6ToDelta7.xcmappingmodel/xcmapping.xml b/CGame/Database/Model/Migrations/Delta6ToDelta7.xcmappingmodel/xcmapping.xml similarity index 100% rename from Delta/Database/Model/Migrations/Delta6ToDelta7.xcmappingmodel/xcmapping.xml rename to CGame/Database/Model/Migrations/Delta6ToDelta7.xcmappingmodel/xcmapping.xml diff --git a/Delta/Database/Model/Migrations/DeltaToDelta2.xcmappingmodel/xcmapping.xml b/CGame/Database/Model/Migrations/DeltaToDelta2.xcmappingmodel/xcmapping.xml similarity index 100% rename from Delta/Database/Model/Migrations/DeltaToDelta2.xcmappingmodel/xcmapping.xml rename to CGame/Database/Model/Migrations/DeltaToDelta2.xcmappingmodel/xcmapping.xml diff --git a/Delta/Database/Model/Migrations/Policies/GameControllerInputMappingMigrationPolicy.swift b/CGame/Database/Model/Migrations/Policies/GameControllerInputMappingMigrationPolicy.swift similarity index 100% rename from Delta/Database/Model/Migrations/Policies/GameControllerInputMappingMigrationPolicy.swift rename to CGame/Database/Model/Migrations/Policies/GameControllerInputMappingMigrationPolicy.swift diff --git a/Delta/Database/Model/Migrations/Policies/SaveStateMigrationPolicy.swift b/CGame/Database/Model/Migrations/Policies/SaveStateMigrationPolicy.swift similarity index 100% rename from Delta/Database/Model/Migrations/Policies/SaveStateMigrationPolicy.swift rename to CGame/Database/Model/Migrations/Policies/SaveStateMigrationPolicy.swift diff --git a/Delta/Database/Model/Misc/ControllerSkinConfigurations.h b/CGame/Database/Model/Misc/ControllerSkinConfigurations.h similarity index 100% rename from Delta/Database/Model/Misc/ControllerSkinConfigurations.h rename to CGame/Database/Model/Misc/ControllerSkinConfigurations.h diff --git a/Delta/Database/Model/PreviousHarmony.xcdatamodeld/Harmony.xcdatamodel/contents b/CGame/Database/Model/PreviousHarmony.xcdatamodeld/Harmony.xcdatamodel/contents similarity index 100% rename from Delta/Database/Model/PreviousHarmony.xcdatamodeld/Harmony.xcdatamodel/contents rename to CGame/Database/Model/PreviousHarmony.xcdatamodeld/Harmony.xcdatamodel/contents diff --git a/Delta/Database/Model/Transformers/GameControllerInputMappingTransformer.swift b/CGame/Database/Model/Transformers/GameControllerInputMappingTransformer.swift similarity index 100% rename from Delta/Database/Model/Transformers/GameControllerInputMappingTransformer.swift rename to CGame/Database/Model/Transformers/GameControllerInputMappingTransformer.swift diff --git a/Delta/Database/Model/mogenerator/templates/human.swift.motemplate b/CGame/Database/Model/mogenerator/templates/human.swift.motemplate similarity index 100% rename from Delta/Database/Model/mogenerator/templates/human.swift.motemplate rename to CGame/Database/Model/mogenerator/templates/human.swift.motemplate diff --git a/Delta/Database/Model/mogenerator/templates/machine.swift.motemplate b/CGame/Database/Model/mogenerator/templates/machine.swift.motemplate similarity index 100% rename from Delta/Database/Model/mogenerator/templates/machine.swift.motemplate rename to CGame/Database/Model/mogenerator/templates/machine.swift.motemplate diff --git a/Delta/Database/OpenVGDB/GameMetadata.swift b/CGame/Database/OpenVGDB/GameMetadata.swift similarity index 100% rename from Delta/Database/OpenVGDB/GameMetadata.swift rename to CGame/Database/OpenVGDB/GameMetadata.swift diff --git a/Delta/Database/OpenVGDB/GamesDatabase.swift b/CGame/Database/OpenVGDB/GamesDatabase.swift similarity index 100% rename from Delta/Database/OpenVGDB/GamesDatabase.swift rename to CGame/Database/OpenVGDB/GamesDatabase.swift diff --git a/Delta/Database/OpenVGDB/GamesDatabaseBrowserViewController.swift b/CGame/Database/OpenVGDB/GamesDatabaseBrowserViewController.swift similarity index 100% rename from Delta/Database/OpenVGDB/GamesDatabaseBrowserViewController.swift rename to CGame/Database/OpenVGDB/GamesDatabaseBrowserViewController.swift diff --git a/Delta/Database/Repair/GamePickerViewController.swift b/CGame/Database/Repair/GamePickerViewController.swift similarity index 100% rename from Delta/Database/Repair/GamePickerViewController.swift rename to CGame/Database/Repair/GamePickerViewController.swift diff --git a/Delta/Database/Repair/RepairDatabaseViewController.swift b/CGame/Database/Repair/RepairDatabaseViewController.swift similarity index 100% rename from Delta/Database/Repair/RepairDatabaseViewController.swift rename to CGame/Database/Repair/RepairDatabaseViewController.swift diff --git a/Delta/Database/Repair/ReviewSaveStatesViewController.swift b/CGame/Database/Repair/ReviewSaveStatesViewController.swift similarity index 100% rename from Delta/Database/Repair/ReviewSaveStatesViewController.swift rename to CGame/Database/Repair/ReviewSaveStatesViewController.swift diff --git a/Delta/Deep Linking/CopyDeepLinkActivity.swift b/CGame/Deep Linking/CopyDeepLinkActivity.swift similarity index 100% rename from Delta/Deep Linking/CopyDeepLinkActivity.swift rename to CGame/Deep Linking/CopyDeepLinkActivity.swift diff --git a/Delta/Deep Linking/DeepLink.swift b/CGame/Deep Linking/DeepLink.swift similarity index 100% rename from Delta/Deep Linking/DeepLink.swift rename to CGame/Deep Linking/DeepLink.swift diff --git a/Delta/Deep Linking/DeepLinkController.swift b/CGame/Deep Linking/DeepLinkController.swift similarity index 100% rename from Delta/Deep Linking/DeepLinkController.swift rename to CGame/Deep Linking/DeepLinkController.swift diff --git a/Delta/Emulation/ActionInput.swift b/CGame/Emulation/ActionInput.swift similarity index 100% rename from Delta/Emulation/ActionInput.swift rename to CGame/Emulation/ActionInput.swift diff --git a/Delta/Emulation/GameViewController.swift b/CGame/Emulation/GameViewController.swift similarity index 100% rename from Delta/Emulation/GameViewController.swift rename to CGame/Emulation/GameViewController.swift diff --git a/Delta/Emulation/PreviewGameViewController.swift b/CGame/Emulation/PreviewGameViewController.swift similarity index 100% rename from Delta/Emulation/PreviewGameViewController.swift rename to CGame/Emulation/PreviewGameViewController.swift diff --git a/Delta/Emulation/gp_int.swift b/CGame/Emulation/gp_int.swift similarity index 100% rename from Delta/Emulation/gp_int.swift rename to CGame/Emulation/gp_int.swift diff --git a/Delta/Experimental Features/ExperimentalFeatures.swift b/CGame/Experimental Features/ExperimentalFeatures.swift similarity index 100% rename from Delta/Experimental Features/ExperimentalFeatures.swift rename to CGame/Experimental Features/ExperimentalFeatures.swift diff --git a/Delta/Experimental Features/Features/AirPlaySkins.swift b/CGame/Experimental Features/Features/AirPlaySkins.swift similarity index 100% rename from Delta/Experimental Features/Features/AirPlaySkins.swift rename to CGame/Experimental Features/Features/AirPlaySkins.swift diff --git a/Delta/Experimental Features/Features/AlternateAppIcons.swift b/CGame/Experimental Features/Features/AlternateAppIcons.swift similarity index 100% rename from Delta/Experimental Features/Features/AlternateAppIcons.swift rename to CGame/Experimental Features/Features/AlternateAppIcons.swift diff --git a/Delta/Experimental Features/Features/GameScreenshots.swift b/CGame/Experimental Features/Features/GameScreenshots.swift similarity index 100% rename from Delta/Experimental Features/Features/GameScreenshots.swift rename to CGame/Experimental Features/Features/GameScreenshots.swift diff --git a/Delta/Experimental Features/Features/ReviewSaveStatesOptions.swift b/CGame/Experimental Features/Features/ReviewSaveStatesOptions.swift similarity index 100% rename from Delta/Experimental Features/Features/ReviewSaveStatesOptions.swift rename to CGame/Experimental Features/Features/ReviewSaveStatesOptions.swift diff --git a/Delta/Experimental Features/Features/ToastNotificationOptions.swift b/CGame/Experimental Features/Features/ToastNotificationOptions.swift similarity index 100% rename from Delta/Experimental Features/Features/ToastNotificationOptions.swift rename to CGame/Experimental Features/Features/ToastNotificationOptions.swift diff --git a/Delta/Experimental Features/Features/VariableFastForward.swift b/CGame/Experimental Features/Features/VariableFastForward.swift similarity index 100% rename from Delta/Experimental Features/Features/VariableFastForward.swift rename to CGame/Experimental Features/Features/VariableFastForward.swift diff --git a/Delta/Experimental Features/Features/gp_uiview.swift b/CGame/Experimental Features/Features/gp_uiview.swift similarity index 100% rename from Delta/Experimental Features/Features/gp_uiview.swift rename to CGame/Experimental Features/Features/gp_uiview.swift diff --git a/Delta/Extensions/Bundle+AppIconImage.swift b/CGame/Extensions/Bundle+AppIconImage.swift similarity index 100% rename from Delta/Extensions/Bundle+AppIconImage.swift rename to CGame/Extensions/Bundle+AppIconImage.swift diff --git a/Delta/Extensions/Bundle+SwizzleBundleID.swift b/CGame/Extensions/Bundle+SwizzleBundleID.swift similarity index 100% rename from Delta/Extensions/Bundle+SwizzleBundleID.swift rename to CGame/Extensions/Bundle+SwizzleBundleID.swift diff --git a/Delta/Extensions/CharacterSet+Filename.swift b/CGame/Extensions/CharacterSet+Filename.swift similarity index 100% rename from Delta/Extensions/CharacterSet+Filename.swift rename to CGame/Extensions/CharacterSet+Filename.swift diff --git a/Delta/Extensions/ControllerSkin+Configuring.swift b/CGame/Extensions/ControllerSkin+Configuring.swift similarity index 100% rename from Delta/Extensions/ControllerSkin+Configuring.swift rename to CGame/Extensions/ControllerSkin+Configuring.swift diff --git a/Delta/Extensions/EmulatorCore+Cheats.swift b/CGame/Extensions/EmulatorCore+Cheats.swift similarity index 100% rename from Delta/Extensions/EmulatorCore+Cheats.swift rename to CGame/Extensions/EmulatorCore+Cheats.swift diff --git a/Delta/Extensions/GameViewController+ExperimentalToasts.swift b/CGame/Extensions/GameViewController+ExperimentalToasts.swift similarity index 100% rename from Delta/Extensions/GameViewController+ExperimentalToasts.swift rename to CGame/Extensions/GameViewController+ExperimentalToasts.swift diff --git a/Delta/Extensions/HarmonyMetadataKey+Keys.swift b/CGame/Extensions/HarmonyMetadataKey+Keys.swift similarity index 100% rename from Delta/Extensions/HarmonyMetadataKey+Keys.swift rename to CGame/Extensions/HarmonyMetadataKey+Keys.swift diff --git a/Delta/Extensions/Input+Display.swift b/CGame/Extensions/Input+Display.swift similarity index 100% rename from Delta/Extensions/Input+Display.swift rename to CGame/Extensions/Input+Display.swift diff --git a/Delta/Extensions/NSFetchedResultsController+Conveniences.h b/CGame/Extensions/NSFetchedResultsController+Conveniences.h similarity index 100% rename from Delta/Extensions/NSFetchedResultsController+Conveniences.h rename to CGame/Extensions/NSFetchedResultsController+Conveniences.h diff --git a/Delta/Extensions/NSFetchedResultsController+Conveniences.m b/CGame/Extensions/NSFetchedResultsController+Conveniences.m similarity index 100% rename from Delta/Extensions/NSFetchedResultsController+Conveniences.m rename to CGame/Extensions/NSFetchedResultsController+Conveniences.m diff --git a/Delta/Extensions/NSManagedObject+Conveniences.swift b/CGame/Extensions/NSManagedObject+Conveniences.swift similarity index 100% rename from Delta/Extensions/NSManagedObject+Conveniences.swift rename to CGame/Extensions/NSManagedObject+Conveniences.swift diff --git a/Delta/Extensions/NSManagedObjectContext+Conveniences.swift b/CGame/Extensions/NSManagedObjectContext+Conveniences.swift similarity index 100% rename from Delta/Extensions/NSManagedObjectContext+Conveniences.swift rename to CGame/Extensions/NSManagedObjectContext+Conveniences.swift diff --git a/Delta/Extensions/OSLog+Delta.swift b/CGame/Extensions/OSLog+Delta.swift similarity index 100% rename from Delta/Extensions/OSLog+Delta.swift rename to CGame/Extensions/OSLog+Delta.swift diff --git a/Delta/Extensions/PHPhotoLibrary+Authorization.swift b/CGame/Extensions/PHPhotoLibrary+Authorization.swift similarity index 100% rename from Delta/Extensions/PHPhotoLibrary+Authorization.swift rename to CGame/Extensions/PHPhotoLibrary+Authorization.swift diff --git a/Delta/Extensions/ProcessInfo+JIT.swift b/CGame/Extensions/ProcessInfo+JIT.swift similarity index 100% rename from Delta/Extensions/ProcessInfo+JIT.swift rename to CGame/Extensions/ProcessInfo+JIT.swift diff --git a/Delta/Extensions/ServerManager+Delta.swift b/CGame/Extensions/ServerManager+Delta.swift similarity index 100% rename from Delta/Extensions/ServerManager+Delta.swift rename to CGame/Extensions/ServerManager+Delta.swift diff --git a/Delta/Extensions/UIAlertController+Error.swift b/CGame/Extensions/UIAlertController+Error.swift similarity index 100% rename from Delta/Extensions/UIAlertController+Error.swift rename to CGame/Extensions/UIAlertController+Error.swift diff --git a/Delta/Extensions/UIAlertController+Importing.swift b/CGame/Extensions/UIAlertController+Importing.swift similarity index 100% rename from Delta/Extensions/UIAlertController+Importing.swift rename to CGame/Extensions/UIAlertController+Importing.swift diff --git a/Delta/Extensions/UIColor+Delta.swift b/CGame/Extensions/UIColor+Delta.swift similarity index 100% rename from Delta/Extensions/UIColor+Delta.swift rename to CGame/Extensions/UIColor+Delta.swift diff --git a/Delta/Extensions/UIDevice+Processor.swift b/CGame/Extensions/UIDevice+Processor.swift similarity index 100% rename from Delta/Extensions/UIDevice+Processor.swift rename to CGame/Extensions/UIDevice+Processor.swift diff --git a/Delta/Extensions/UIImage+SymbolFallback.swift b/CGame/Extensions/UIImage+SymbolFallback.swift similarity index 100% rename from Delta/Extensions/UIImage+SymbolFallback.swift rename to CGame/Extensions/UIImage+SymbolFallback.swift diff --git a/Delta/Extensions/UILabel+FontSize.swift b/CGame/Extensions/UILabel+FontSize.swift similarity index 100% rename from Delta/Extensions/UILabel+FontSize.swift rename to CGame/Extensions/UILabel+FontSize.swift diff --git a/Delta/Extensions/UIView+ParentViewController.swift b/CGame/Extensions/UIView+ParentViewController.swift similarity index 100% rename from Delta/Extensions/UIView+ParentViewController.swift rename to CGame/Extensions/UIView+ParentViewController.swift diff --git a/Delta/Extensions/UIViewControllerContextTransitioning+Conveniences.swift b/CGame/Extensions/UIViewControllerContextTransitioning+Conveniences.swift similarity index 100% rename from Delta/Extensions/UIViewControllerContextTransitioning+Conveniences.swift rename to CGame/Extensions/UIViewControllerContextTransitioning+Conveniences.swift diff --git a/Delta/Extensions/UserDefaults+Delta.swift b/CGame/Extensions/UserDefaults+Delta.swift similarity index 100% rename from Delta/Extensions/UserDefaults+Delta.swift rename to CGame/Extensions/UserDefaults+Delta.swift diff --git a/Delta/FirstBootGuide/FirstBootGuide.swift b/CGame/FirstBootGuide/FirstBootGuide.swift similarity index 100% rename from Delta/FirstBootGuide/FirstBootGuide.swift rename to CGame/FirstBootGuide/FirstBootGuide.swift diff --git a/Delta/FirstBootGuide/GamesResource/lx_AirCombat.gba b/CGame/FirstBootGuide/GamesResource/lx_AirCombat.gba similarity index 100% rename from Delta/FirstBootGuide/GamesResource/lx_AirCombat.gba rename to CGame/FirstBootGuide/GamesResource/lx_AirCombat.gba diff --git a/Delta/FirstBootGuide/GamesResource/lx_GBAkk.gba b/CGame/FirstBootGuide/GamesResource/lx_GBAkk.gba similarity index 100% rename from Delta/FirstBootGuide/GamesResource/lx_GBAkk.gba rename to CGame/FirstBootGuide/GamesResource/lx_GBAkk.gba diff --git a/Delta/FirstBootGuide/GamesResource/lx_Pong.gba b/CGame/FirstBootGuide/GamesResource/lx_Pong.gba similarity index 100% rename from Delta/FirstBootGuide/GamesResource/lx_Pong.gba rename to CGame/FirstBootGuide/GamesResource/lx_Pong.gba diff --git a/Delta/Game Selection/GameCollectionViewController.swift b/CGame/Game Selection/GameCollectionViewController.swift similarity index 100% rename from Delta/Game Selection/GameCollectionViewController.swift rename to CGame/Game Selection/GameCollectionViewController.swift diff --git a/Delta/Game Selection/GamesViewController.swift b/CGame/Game Selection/GamesViewController.swift similarity index 100% rename from Delta/Game Selection/GamesViewController.swift rename to CGame/Game Selection/GamesViewController.swift diff --git a/Delta/Game Selection/Segues/GamesPresentationController.swift b/CGame/Game Selection/Segues/GamesPresentationController.swift similarity index 100% rename from Delta/Game Selection/Segues/GamesPresentationController.swift rename to CGame/Game Selection/Segues/GamesPresentationController.swift diff --git a/Delta/Game Selection/Segues/GamesStoryboardSegue.swift b/CGame/Game Selection/Segues/GamesStoryboardSegue.swift similarity index 100% rename from Delta/Game Selection/Segues/GamesStoryboardSegue.swift rename to CGame/Game Selection/Segues/GamesStoryboardSegue.swift diff --git a/Delta/Game Selection/Segues/InitialGamesStoryboardSegue.swift b/CGame/Game Selection/Segues/InitialGamesStoryboardSegue.swift similarity index 100% rename from Delta/Game Selection/Segues/InitialGamesStoryboardSegue.swift rename to CGame/Game Selection/Segues/InitialGamesStoryboardSegue.swift diff --git a/Delta/Game Selection/Segues/SaveStatesStoryboardSegue.swift b/CGame/Game Selection/Segues/SaveStatesStoryboardSegue.swift similarity index 100% rename from Delta/Game Selection/Segues/SaveStatesStoryboardSegue.swift rename to CGame/Game Selection/Segues/SaveStatesStoryboardSegue.swift diff --git a/Delta/Game Selection/Segues/gp_color.swift b/CGame/Game Selection/Segues/gp_color.swift similarity index 100% rename from Delta/Game Selection/Segues/gp_color.swift rename to CGame/Game Selection/Segues/gp_color.swift diff --git a/Delta/Game Selection/ZZHGameVC.swift b/CGame/Game Selection/ZZHGameVC.swift similarity index 100% rename from Delta/Game Selection/ZZHGameVC.swift rename to CGame/Game Selection/ZZHGameVC.swift diff --git a/Delta/Game Selection/gp_pboto.swift b/CGame/Game Selection/gp_pboto.swift similarity index 100% rename from Delta/Game Selection/gp_pboto.swift rename to CGame/Game Selection/gp_pboto.swift diff --git a/Delta/Importing/Import Options/ClipboardImportOption.swift b/CGame/Importing/Import Options/ClipboardImportOption.swift similarity index 100% rename from Delta/Importing/Import Options/ClipboardImportOption.swift rename to CGame/Importing/Import Options/ClipboardImportOption.swift diff --git a/Delta/Importing/Import Options/GamesDatabaseImportOption.swift b/CGame/Importing/Import Options/GamesDatabaseImportOption.swift similarity index 100% rename from Delta/Importing/Import Options/GamesDatabaseImportOption.swift rename to CGame/Importing/Import Options/GamesDatabaseImportOption.swift diff --git a/Delta/Importing/Import Options/PhotoLibraryImportOption.swift b/CGame/Importing/Import Options/PhotoLibraryImportOption.swift similarity index 100% rename from Delta/Importing/Import Options/PhotoLibraryImportOption.swift rename to CGame/Importing/Import Options/PhotoLibraryImportOption.swift diff --git a/Delta/Importing/Import Options/iTunesImportOption.swift b/CGame/Importing/Import Options/iTunesImportOption.swift similarity index 100% rename from Delta/Importing/Import Options/iTunesImportOption.swift rename to CGame/Importing/Import Options/iTunesImportOption.swift diff --git a/Delta/Importing/ImportController.swift b/CGame/Importing/ImportController.swift similarity index 100% rename from Delta/Importing/ImportController.swift rename to CGame/Importing/ImportController.swift diff --git a/Delta/Importing/ImportOption.swift b/CGame/Importing/ImportOption.swift similarity index 100% rename from Delta/Importing/ImportOption.swift rename to CGame/Importing/ImportOption.swift diff --git a/Delta/Launch/LaunchViewController.swift b/CGame/Launch/LaunchViewController.swift similarity index 100% rename from Delta/Launch/LaunchViewController.swift rename to CGame/Launch/LaunchViewController.swift diff --git a/Delta/Pause Menu/Cheats/CheatTableViewCell.swift b/CGame/Pause Menu/Cheats/CheatTableViewCell.swift similarity index 100% rename from Delta/Pause Menu/Cheats/CheatTableViewCell.swift rename to CGame/Pause Menu/Cheats/CheatTableViewCell.swift diff --git a/Delta/Pause Menu/Cheats/CheatTextView.swift b/CGame/Pause Menu/Cheats/CheatTextView.swift similarity index 100% rename from Delta/Pause Menu/Cheats/CheatTextView.swift rename to CGame/Pause Menu/Cheats/CheatTextView.swift diff --git a/Delta/Pause Menu/Cheats/CheatValidator.swift b/CGame/Pause Menu/Cheats/CheatValidator.swift similarity index 100% rename from Delta/Pause Menu/Cheats/CheatValidator.swift rename to CGame/Pause Menu/Cheats/CheatValidator.swift diff --git a/Delta/Pause Menu/Cheats/CheatsViewController.swift b/CGame/Pause Menu/Cheats/CheatsViewController.swift similarity index 100% rename from Delta/Pause Menu/Cheats/CheatsViewController.swift rename to CGame/Pause Menu/Cheats/CheatsViewController.swift diff --git a/Delta/Pause Menu/Cheats/EditCheatViewController.swift b/CGame/Pause Menu/Cheats/EditCheatViewController.swift similarity index 100% rename from Delta/Pause Menu/Cheats/EditCheatViewController.swift rename to CGame/Pause Menu/Cheats/EditCheatViewController.swift diff --git a/Delta/Pause Menu/Cheats/gp_textV.swift b/CGame/Pause Menu/Cheats/gp_textV.swift similarity index 100% rename from Delta/Pause Menu/Cheats/gp_textV.swift rename to CGame/Pause Menu/Cheats/gp_textV.swift diff --git a/Delta/Pause Menu/GridMenuViewController.swift b/CGame/Pause Menu/GridMenuViewController.swift similarity index 100% rename from Delta/Pause Menu/GridMenuViewController.swift rename to CGame/Pause Menu/GridMenuViewController.swift diff --git a/Delta/Pause Menu/MenuItem.swift b/CGame/Pause Menu/MenuItem.swift similarity index 100% rename from Delta/Pause Menu/MenuItem.swift rename to CGame/Pause Menu/MenuItem.swift diff --git a/Delta/Pause Menu/PauseViewController.swift b/CGame/Pause Menu/PauseViewController.swift similarity index 100% rename from Delta/Pause Menu/PauseViewController.swift rename to CGame/Pause Menu/PauseViewController.swift diff --git a/Delta/Pause Menu/Presentation Controller/PausePresentationController.swift b/CGame/Pause Menu/Presentation Controller/PausePresentationController.swift similarity index 100% rename from Delta/Pause Menu/Presentation Controller/PausePresentationController.swift rename to CGame/Pause Menu/Presentation Controller/PausePresentationController.swift diff --git a/Delta/Pause Menu/Save States/SaveStatesCollectionHeaderView.swift b/CGame/Pause Menu/Save States/SaveStatesCollectionHeaderView.swift similarity index 100% rename from Delta/Pause Menu/Save States/SaveStatesCollectionHeaderView.swift rename to CGame/Pause Menu/Save States/SaveStatesCollectionHeaderView.swift diff --git a/Delta/Pause Menu/Save States/SaveStatesViewController.swift b/CGame/Pause Menu/Save States/SaveStatesViewController.swift similarity index 100% rename from Delta/Pause Menu/Save States/SaveStatesViewController.swift rename to CGame/Pause Menu/Save States/SaveStatesViewController.swift diff --git a/Delta/Pause Menu/Segues/PauseStoryboardSegue.swift b/CGame/Pause Menu/Segues/PauseStoryboardSegue.swift similarity index 100% rename from Delta/Pause Menu/Segues/PauseStoryboardSegue.swift rename to CGame/Pause Menu/Segues/PauseStoryboardSegue.swift diff --git a/Delta/Pause Menu/Segues/PauseTransitionCoordinator.swift b/CGame/Pause Menu/Segues/PauseTransitionCoordinator.swift similarity index 100% rename from Delta/Pause Menu/Segues/PauseTransitionCoordinator.swift rename to CGame/Pause Menu/Segues/PauseTransitionCoordinator.swift diff --git a/Delta/Scenes/ExternalDisplaySceneDelegate.swift b/CGame/Scenes/ExternalDisplaySceneDelegate.swift similarity index 100% rename from Delta/Scenes/ExternalDisplaySceneDelegate.swift rename to CGame/Scenes/ExternalDisplaySceneDelegate.swift diff --git a/Delta/Scenes/SceneDelegate.swift b/CGame/Scenes/SceneDelegate.swift similarity index 100% rename from Delta/Scenes/SceneDelegate.swift rename to CGame/Scenes/SceneDelegate.swift diff --git a/Delta/Scenes/gp_label.swift b/CGame/Scenes/gp_label.swift similarity index 100% rename from Delta/Scenes/gp_label.swift rename to CGame/Scenes/gp_label.swift diff --git a/Delta/Settings/AboutVC.swift b/CGame/Settings/AboutVC.swift similarity index 100% rename from Delta/Settings/AboutVC.swift rename to CGame/Settings/AboutVC.swift diff --git a/Delta/Settings/AboutVC.xib b/CGame/Settings/AboutVC.xib similarity index 100% rename from Delta/Settings/AboutVC.xib rename to CGame/Settings/AboutVC.xib diff --git a/Delta/Settings/App Icon Shortcuts/AppIconShortcutsViewController.swift b/CGame/Settings/App Icon Shortcuts/AppIconShortcutsViewController.swift similarity index 100% rename from Delta/Settings/App Icon Shortcuts/AppIconShortcutsViewController.swift rename to CGame/Settings/App Icon Shortcuts/AppIconShortcutsViewController.swift diff --git a/Delta/Settings/Contributors/Contributor.swift b/CGame/Settings/Contributors/Contributor.swift similarity index 100% rename from Delta/Settings/Contributors/Contributor.swift rename to CGame/Settings/Contributors/Contributor.swift diff --git a/Delta/Settings/Contributors/ContributorsView.swift b/CGame/Settings/Contributors/ContributorsView.swift similarity index 100% rename from Delta/Settings/Contributors/ContributorsView.swift rename to CGame/Settings/Contributors/ContributorsView.swift diff --git a/Delta/Settings/Controller Skins/ControllerSkinTableViewCell.swift b/CGame/Settings/Controller Skins/ControllerSkinTableViewCell.swift similarity index 100% rename from Delta/Settings/Controller Skins/ControllerSkinTableViewCell.swift rename to CGame/Settings/Controller Skins/ControllerSkinTableViewCell.swift diff --git a/Delta/Settings/Controller Skins/ControllerSkinsViewController.swift b/CGame/Settings/Controller Skins/ControllerSkinsViewController.swift similarity index 100% rename from Delta/Settings/Controller Skins/ControllerSkinsViewController.swift rename to CGame/Settings/Controller Skins/ControllerSkinsViewController.swift diff --git a/Delta/Settings/Controller Skins/PreferredControllerSkinsViewController.swift b/CGame/Settings/Controller Skins/PreferredControllerSkinsViewController.swift similarity index 100% rename from Delta/Settings/Controller Skins/PreferredControllerSkinsViewController.swift rename to CGame/Settings/Controller Skins/PreferredControllerSkinsViewController.swift diff --git a/Delta/Settings/Controllers/ControllerInputsViewController.swift b/CGame/Settings/Controllers/ControllerInputsViewController.swift similarity index 100% rename from Delta/Settings/Controllers/ControllerInputsViewController.swift rename to CGame/Settings/Controllers/ControllerInputsViewController.swift diff --git a/Delta/Settings/Controllers/ControllersSettingsViewController.swift b/CGame/Settings/Controllers/ControllersSettingsViewController.swift similarity index 100% rename from Delta/Settings/Controllers/ControllersSettingsViewController.swift rename to CGame/Settings/Controllers/ControllersSettingsViewController.swift diff --git a/Delta/Settings/Controllers/InputCalloutView.swift b/CGame/Settings/Controllers/InputCalloutView.swift similarity index 100% rename from Delta/Settings/Controllers/InputCalloutView.swift rename to CGame/Settings/Controllers/InputCalloutView.swift diff --git a/Delta/Settings/Cores/MelonDSCoreSettingsViewController.swift b/CGame/Settings/Cores/MelonDSCoreSettingsViewController.swift similarity index 100% rename from Delta/Settings/Cores/MelonDSCoreSettingsViewController.swift rename to CGame/Settings/Cores/MelonDSCoreSettingsViewController.swift diff --git a/Delta/Settings/Cores/SystemBIOS.swift b/CGame/Settings/Cores/SystemBIOS.swift similarity index 100% rename from Delta/Settings/Cores/SystemBIOS.swift rename to CGame/Settings/Cores/SystemBIOS.swift diff --git a/Delta/Settings/Experimental Features/ExperimentalFeaturesView.swift b/CGame/Settings/Experimental Features/ExperimentalFeaturesView.swift similarity index 100% rename from Delta/Settings/Experimental Features/ExperimentalFeaturesView.swift rename to CGame/Settings/Experimental Features/ExperimentalFeaturesView.swift diff --git a/Delta/Settings/Experimental Features/FeatureDetailView.swift b/CGame/Settings/Experimental Features/FeatureDetailView.swift similarity index 100% rename from Delta/Settings/Experimental Features/FeatureDetailView.swift rename to CGame/Settings/Experimental Features/FeatureDetailView.swift diff --git a/Delta/Settings/Features/DSAirPlay.swift b/CGame/Settings/Features/DSAirPlay.swift similarity index 100% rename from Delta/Settings/Features/DSAirPlay.swift rename to CGame/Settings/Features/DSAirPlay.swift diff --git a/Delta/Settings/Features/Features.swift b/CGame/Settings/Features/Features.swift similarity index 100% rename from Delta/Settings/Features/Features.swift rename to CGame/Settings/Features/Features.swift diff --git a/Delta/Settings/LicensesViewController.swift b/CGame/Settings/LicensesViewController.swift similarity index 100% rename from Delta/Settings/LicensesViewController.swift rename to CGame/Settings/LicensesViewController.swift diff --git a/Delta/Settings/PrivacyVC.swift b/CGame/Settings/PrivacyVC.swift similarity index 100% rename from Delta/Settings/PrivacyVC.swift rename to CGame/Settings/PrivacyVC.swift diff --git a/Delta/Settings/PrivacyVC.xib b/CGame/Settings/PrivacyVC.xib similarity index 100% rename from Delta/Settings/PrivacyVC.xib rename to CGame/Settings/PrivacyVC.xib diff --git a/Delta/Settings/Settings.swift b/CGame/Settings/Settings.swift similarity index 100% rename from Delta/Settings/Settings.swift rename to CGame/Settings/Settings.swift diff --git a/Delta/Settings/SettingsViewController.swift b/CGame/Settings/SettingsViewController.swift similarity index 100% rename from Delta/Settings/SettingsViewController.swift rename to CGame/Settings/SettingsViewController.swift diff --git a/Delta/Settings/Syncing/GameSyncStatusViewController.swift b/CGame/Settings/Syncing/GameSyncStatusViewController.swift similarity index 100% rename from Delta/Settings/Syncing/GameSyncStatusViewController.swift rename to CGame/Settings/Syncing/GameSyncStatusViewController.swift diff --git a/Delta/Settings/Syncing/RecordSyncStatusViewController.swift b/CGame/Settings/Syncing/RecordSyncStatusViewController.swift similarity index 100% rename from Delta/Settings/Syncing/RecordSyncStatusViewController.swift rename to CGame/Settings/Syncing/RecordSyncStatusViewController.swift diff --git a/Delta/Settings/Syncing/RecordVersionsViewController.swift b/CGame/Settings/Syncing/RecordVersionsViewController.swift similarity index 100% rename from Delta/Settings/Syncing/RecordVersionsViewController.swift rename to CGame/Settings/Syncing/RecordVersionsViewController.swift diff --git a/Delta/Settings/Syncing/SyncStatusViewController.swift b/CGame/Settings/Syncing/SyncStatusViewController.swift similarity index 100% rename from Delta/Settings/Syncing/SyncStatusViewController.swift rename to CGame/Settings/Syncing/SyncStatusViewController.swift diff --git a/Delta/Settings/Syncing/SyncingServicesViewController.swift b/CGame/Settings/Syncing/SyncingServicesViewController.swift similarity index 100% rename from Delta/Settings/Syncing/SyncingServicesViewController.swift rename to CGame/Settings/Syncing/SyncingServicesViewController.swift diff --git a/Delta/Settings/Syncing/gp_btn.swift b/CGame/Settings/Syncing/gp_btn.swift similarity index 100% rename from Delta/Settings/Syncing/gp_btn.swift rename to CGame/Settings/Syncing/gp_btn.swift diff --git a/Delta/Supporting Files/Delta-Bridging-Header.h b/CGame/Supporting Files/Delta-Bridging-Header.h similarity index 100% rename from Delta/Supporting Files/Delta-Bridging-Header.h rename to CGame/Supporting Files/Delta-Bridging-Header.h diff --git a/Delta/Supporting Files/Delta.entitlements b/CGame/Supporting Files/Delta.entitlements similarity index 100% rename from Delta/Supporting Files/Delta.entitlements rename to CGame/Supporting Files/Delta.entitlements diff --git a/Delta/Supporting Files/GoogleService-Info.plist b/CGame/Supporting Files/GoogleService-Info.plist similarity index 100% rename from Delta/Supporting Files/GoogleService-Info.plist rename to CGame/Supporting Files/GoogleService-Info.plist diff --git a/Delta/Supporting Files/Info.plist b/CGame/Supporting Files/Info.plist similarity index 100% rename from Delta/Supporting Files/Info.plist rename to CGame/Supporting Files/Info.plist diff --git a/Delta/Syncing/SyncManager.swift b/CGame/Syncing/SyncManager.swift similarity index 100% rename from Delta/Syncing/SyncManager.swift rename to CGame/Syncing/SyncManager.swift diff --git a/Delta/Syncing/SyncResultViewController.swift b/CGame/Syncing/SyncResultViewController.swift similarity index 100% rename from Delta/Syncing/SyncResultViewController.swift rename to CGame/Syncing/SyncResultViewController.swift diff --git a/Delta/Syncing/SyncResultsViewController.storyboard b/CGame/Syncing/SyncResultsViewController.storyboard similarity index 100% rename from Delta/Syncing/SyncResultsViewController.storyboard rename to CGame/Syncing/SyncResultsViewController.storyboard diff --git a/Delta/Syncing/SyncValidationError.swift b/CGame/Syncing/SyncValidationError.swift similarity index 100% rename from Delta/Syncing/SyncValidationError.swift rename to CGame/Syncing/SyncValidationError.swift diff --git a/Delta/Systems/DeltaCoreProtocol+Delta.swift b/CGame/Systems/DeltaCoreProtocol+Delta.swift similarity index 100% rename from Delta/Systems/DeltaCoreProtocol+Delta.swift rename to CGame/Systems/DeltaCoreProtocol+Delta.swift diff --git a/Delta/Systems/System.swift b/CGame/Systems/System.swift similarity index 100% rename from Delta/Systems/System.swift rename to CGame/Systems/System.swift diff --git a/Delta/Theming/Theme.swift b/CGame/Theming/Theme.swift similarity index 100% rename from Delta/Theming/Theme.swift rename to CGame/Theming/Theme.swift diff --git a/Delta/UserGuide/UserGuide.swift b/CGame/UserGuide/UserGuide.swift similarity index 100% rename from Delta/UserGuide/UserGuide.swift rename to CGame/UserGuide/UserGuide.swift