Joe Mattiello
Joe Mattiello
On Core Options marked as `Requires Restart` ``` if option.changed && option.requres restart if user.prompt("restart now") if core supports saves save state quit core load core load save state ```
  It looks like the artwork UIImageView just needs to be resized, or bounds are clipped or something like that.
1. Replace `@property (nonatomic, strong, readwrite, nullable) UIImpactFeedbackGenerator* rumbleGenerator;` with `HapticsManager.swift` 2. `HapticsManager` to support multiple controllers
https://www.arangodb.com/2015/02/comparing-atomic-mutex-rwlocks/
Look at what Delta has here, https://github.com/rileytestut/Delta/pull/119/files https://github.com/rileytestut/DeltaCore/pull/31
Users stating controls are too small on some iPads. Need to test in sim and look into adding a scale option.
Somewhat related to #1 but not a full syncing solution. Work in Progress Ticket This falls into 2 categories: 1. iCloud automatic backup For this to really work correctly we...
Add importation of save states. Work in progress ticket. Notes: - Metadata when exporting save states to assist import - Include screen shots in save states - Consider a bundle...
Some test settings can cause the app to crash on boot ## Tasks - Add a Reset Settings bool to Settings bundle - Check the setting early on boot -...