-
-
Notifications
You must be signed in to change notification settings - Fork 3
Skylanderportal #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skylanderportal #1
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
2475505
to
749b2f2
Compare
already merged |
PR Type
Enhancement
Description
Add Skylander Portal emulation support for iOS
Implement Skylander file loading and management
Add portal settings in Wii configuration
Support .sky file format for Skylander dumps
Diagram Walkthrough
File Walkthrough
ConfigWiiViewController.mm
Add Skylander Portal settings toggle
Source/iOS/App/Common/UI/Settings/Config/Wii/ConfigWiiViewController.mm
EmulationiOSViewController.mm
Implement Skylander Portal emulation interface
Source/iOS/App/DolphiniOS/UI/Emulation/EmulationiOSViewController.mm
ConfigWiiViewController.h
Add Skylander Portal switch outlet
Source/iOS/App/Common/UI/Settings/Config/Wii/ConfigWiiViewController.h
EmulationiOSViewController.h
Add document picker delegate and slot tracking
Source/iOS/App/DolphiniOS/UI/Emulation/EmulationiOSViewController.h
ConfigSettings.storyboard
Add Skylander Portal UI in settings
Source/iOS/App/DolphiniOS/UI/Settings/Config/Base.lproj/ConfigSettings.storyboard
ConfigSettings.strings
Add English localization strings
Source/iOS/App/DolphiniOS/UI/Settings/Config/en.lproj/ConfigSettings.strings
ConfigSettings.strings
Add Japanese localization strings
Source/iOS/App/DolphiniOS/UI/Settings/Config/ja.lproj/ConfigSettings.strings
Info.plist
Register Skylander dump file type
Source/iOS/App/DolphiniOS/Info.plist