Riley Testut
3fb7e8b4b7
[Features] Moves Notification.Name.settingsDidChange to DeltaFeatures
...
Re-exports as Settings.didChangeNotification to allow accessing without explicitly importing DeltaFeatures.
2023-04-13 15:57:25 -05:00
Riley Testut
9406cfe6cc
[Features] Moves Settings.Name + Settings.NotificationUserInfoKey to DeltaFeatures
...
Also refactors from enums to RawRepresentable structs to support arbitrary values.
2023-04-13 15:43:43 -05:00
Riley Testut
10af836105
Supports local multiplayer (up to 4 players)
...
Heavily based on Ian Clawson’s PRs, including #128
2023-02-28 18:49:32 -06:00
Riley Testut
dd314a12af
Automatically disables AltJIT for non-BETA builds
2023-02-27 12:51:14 -06:00
Riley Testut
68ad2185dd
Hides AltJIT setting for non-BETA builds
2023-02-27 12:46:04 -06:00
Riley Testut
66e5258368
Updates Chris Rittenhouse credits
...
Replaces GitHub link with personal website, and fixes incorrect Twitter handle.
2023-02-06 15:35:05 -06:00
Riley Testut
45665138b2
Adds “Contributors” section to Credits
...
Lists everyone who has contributed to Delta in some way besides the core team, as well as what they contributed.
Moves Grant Gliner and Chris Rittenhouse to Contributors from main Credits.
2023-02-06 14:35:43 -06:00
Riley Testut
d1c45c9ad0
Adds Shane Gill to Credits
2023-02-06 13:53:15 -06:00
Riley Testut
77983e73dd
Adds “Respect Silent Mode” setting to configure whether Delta plays game audio in Silent Mode
...
Delta will also now automatically mute game audio if another app is playing audio.
[Missed] Mutes game audio correctly
2023-01-31 14:34:32 -06:00
Riley Testut
d17a1f3d8f
Fixes remapping continuous inputs
2022-10-19 17:14:22 -05:00
Riley Testut
7d93470738
Fixes taps sometimes not dismissing active callout view when remapping inputs
2022-10-19 17:07:56 -05:00
Riley Testut
05a66a140e
Fixes not detecting keyboard presses when remapping inputs
2022-08-11 17:42:36 -05:00
Riley Testut
7b1db2614f
Fixes ControllerInputsViewController’s system picker UI
2022-05-31 18:03:26 -07:00
Riley Testut
973238e1a4
Disables AltJIT by default
...
melonDS save states created with JIT enabled cannot be loaded later without JIT, which made it very easy to accidentally replace a save state with one that could only be loaded when JIT is available.
We plan to remove AltJIT eventually for this reason, but for now we’ll just disable it by default.
2022-05-31 17:59:01 -07:00
Riley Testut
7c934cebe1
Merge branch 'ipad' into develop
...
# Conflicts:
# Delta.xcodeproj/project.pbxproj
2022-05-31 17:51:31 -07:00
Riley Testut
977f3d8005
Fixes previous game controller remaining selected when changing controller
2022-05-09 16:44:29 -07:00
Riley Testut
adccf8fca5
Fixes ControllerInputsViewController UI on iPad
2022-04-27 16:15:09 -07:00
Riley Testut
fd0427d2ad
Fixes BIOSError compilation error when compiling with Xcode 13
...
Xcode 12 and older incorrectly let us declare BIOSError.incorrectSize as @available(iOS 13), but Swift doesn't support @available for enum cases with associated values. Xcode 13 now properly enforces this restriction, so we instead mark the enum itself as @available(iOS 13).
2022-04-19 14:20:40 -07:00
Riley Testut
394030ad43
Ensures melonDS is preferred DS core for release versions
2021-12-02 13:36:37 -08:00
Riley Testut
2705849cf2
Ensures melonDS is preferred DS core for release versions
2021-11-17 11:43:00 -08:00
Riley Testut
9492f3165e
Hides AltJIT setting on unsupported devices
2021-11-16 15:04:19 -08:00
Riley Testut
f14bb0f890
Supports AltJIT
...
Automatically enables JIT for MelonDS core when on the same WiFi as AltServer.
2021-11-16 14:39:48 -08:00
Riley Testut
829d127269
Fixes BIOSError compilation error when compiling with Xcode 13
...
Xcode 12 and older incorrectly let us declare BIOSError.incorrectSize as @available(iOS 13), but Swift doesn't support @available for enum cases with associated values. Xcode 13 now properly enforces this restriction, so we instead mark the enum itself as @available(iOS 13).
2021-08-09 16:55:19 -07:00
Riley Testut
931a16c544
Hides Genesis skin credit for public versions
2021-03-10 14:33:57 -06:00
Riley Testut
8f7e7280f9
Removes support for 128KB DS firmwares
...
128KB DS firmwares come from DSi/3DS and aren’t bootable, so we consider them unsupported.
2021-03-10 14:32:09 -06:00
Riley Testut
8888b72d29
Limits DSi support to beta versions
2021-03-10 14:27:56 -06:00
Riley Testut
dae3164d53
Credits Chris Rittenhouse (@litritt_z) for Genesis skin
2021-02-24 13:19:21 -06:00
Riley Testut
edb2af4dd5
Compares DSi BIOS files against unsupported files
...
DSi BIOS files can have various hashes, so rather than compare them against an expected hash, we now compare them against unsupported hashes and throw an error if it matches one.
2021-02-18 17:16:44 -06:00
Riley Testut
7c3b67fbfb
Adds “Import Controller Skin” button to ControllerSkinsViewController
2021-02-18 14:07:39 -06:00
Riley Testut
c3c6fb32cc
Fixes ControllerInputsViewController DS layout
...
Presents ControllerInputsViewController full screen so DS portrait skin is not distorted.
2021-02-12 13:01:58 -06:00
Riley Testut
a29e4e61eb
Emulates Sega Genesis games
2021-02-09 17:31:42 -06:00
Riley Testut
a079e68713
Changes default DS core from DeSmuME to melonDS
2021-01-19 14:20:00 -06:00
Riley Testut
3e0a983048
Validates melonDS BIOS files
...
Compares file sizes and MD5 hashes (when relevant) to ensure BIOS files are correct.
2021-01-19 12:44:54 -06:00
Riley Testut
0d5e7e97cc
Adds “Context Menu Previews” setting
...
Controls whether Delta previews games and save states when using context menus. Enabled by default.
2021-01-04 14:30:56 -06:00
Riley Testut
58346140a8
Unhides “Home Screen Shortcuts” setting on devices without 3D Touch
...
All devices on iOS 13 or later support either 3D Touch or Haptic Touch, which means all devices now support home screen shortcuts.
2021-01-04 14:20:25 -06:00
Riley Testut
cb77be106a
Renames “App Icon Shortcuts” setting to “Home Screen Shortcuts”
2021-01-04 14:19:42 -06:00
Riley Testut
ced5d6099e
Fixes crash when customizing app icon shortcuts
2021-01-04 14:01:05 -06:00
Riley Testut
ffb6d7b02a
Merge branch 'melonDS_0.9' into develop
...
# Conflicts:
# Delta/Base.lproj/Settings.storyboard
2020-11-24 13:24:46 -06:00
Riley Testut
358accbcb7
Adds DSi support
...
Requires DSi BIOS files.
2020-11-24 13:06:29 -06:00
Eric Lewis
15cab0bca8
feat: support iOS 13+ dark mode
2020-11-06 11:45:25 -05:00
Riley Testut
6f336a82a5
Adds DS settings UI to import melonDS BIOS + switch DS cores
2020-04-23 17:16:44 -07:00
Riley Testut
8b5ac435a6
Fixes assigning non-X controller skins to games on X-devices
2020-02-11 16:32:20 -08:00
Riley Testut
59beb243c0
Adds Save State and Fast Forward controller skin actions
2020-02-07 16:01:49 -08:00
Riley Testut
0373b757f7
Adds ability to assign controller skins per game
2020-02-07 15:57:11 -08:00
Riley Testut
6cca0f244f
Replaces frameworks with static libraries
...
As of iOS 13.3.1, apps installed with free developer accounts that contain embedded frameworks fail to launch. To work around this, we now link all dependencies via Cocoapods as static libraries.
2020-02-03 19:28:23 -08:00
Riley Testut
63a8dfd5b9
Adds button to change save states sort order
2019-10-14 18:55:47 -07:00
Riley Testut
4aa7a100e3
Adds ability to delete controller skins
2019-10-10 12:13:48 -07:00
Riley Testut
5574f8668a
Asynchronously loads images when viewing controller skins
2019-10-10 00:29:14 -07:00
Riley Testut
2c05e1b70f
Adds option to disable haptic feedback for touch inputs
2019-09-30 17:31:13 -07:00
Riley Testut
ef64a15e37
Adds ability to reset controller mappings to default mapping
2019-09-30 17:27:06 -07:00