Riley Testut
5805b859f5
[iPad] Dismisses keyboard controller when pausing
2022-08-12 19:38:28 -05:00
Riley Testut
d061f56951
[iPad] Fixes keyboard controller not appearing when selecting buttons to hold
2022-08-12 19:37:26 -05:00
Riley Testut
c3e9cfe526
[iPad] Fixes keyboard controller sometimes using incorrect skin orientation
2022-08-12 19:35:37 -05:00
Riley Testut
3cf87afa2d
[iPad] Initial support for Split View / Stage Manager controller skins
...
When Delta is in Split View, Slide Over, or windowed with Stage Manager, it will now present a special full-width “keyboard controller”, allowing for much easier gameplay than being constrained to the app window.
Each system’s controller skin has been updated to support Split View, which means every system can now be played without a game controller/keyboard when not in full screen.
2022-08-12 19:33:02 -05:00
Riley Testut
ea871c7520
Removes unnecessary ControllerSkin.inputs(for:at:)
...
ControllerSkinProtocol no longer requires this method, so we can just remove it.
2022-08-12 19:26:13 -05:00
Riley Testut
e1ee540d27
[iPad] Fixes automatically pausing + resuming emulation with Stage Manager on iOS 16 beta 5
...
We use DeltaCore’s new UIWindow subclass GameWindow in SceneDelegate to fix issues that were introduced with iOS 16 beta 5.
Also removes touchControllerSkin.layoutGuide = self.view.safeAreaLayoutGuide assignment which no longer compiles due to TouchControllerSkin refactoring.
2022-08-12 19:23:23 -05:00
Riley Testut
bb812c7f02
[iPad] Uses window size to determine TouchControllerSkin axis, not interface orientation
...
iPads in landscape orientation should only place DS screens side-by-side if the app window is wider than it is tall. Otherwise, it should use the default vertical screen layout.
2022-08-12 19:11:58 -05:00
Riley Testut
6ba648ed17
[iPad] Initial support for Split View / Stage Manager
...
Requires game controller (or hardware keyboard) to play games because we still need to update controller skins to support Split View.
2022-08-12 19:05:02 -05:00
Riley Testut
05a66a140e
Fixes not detecting keyboard presses when remapping inputs
2022-08-11 17:42:36 -05:00
Riley Testut
52a68e28dd
Switches to UIScene-based app lifecycle
2022-07-25 17:24:57 -05:00
Riley Testut
4829b393c5
Updates app version to 1.4b1
2022-06-01 10:00:06 -07:00
Riley Testut
b11766c973
[iPad] Updates standard controller skins to support iPad
2022-05-31 18:08:49 -07:00
Riley Testut
c09bfead65
Updates Cocoapods to 1.11.2
2022-05-31 18:05:30 -07: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
d4e22942b8
[Harmony] Fixes potential Core Data threading violation
2022-05-31 17:55:23 -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
b134c73301
Merge branch 'altjit' into develop
...
# Conflicts:
# Delta.xcodeproj/project.pbxproj
2022-05-31 17:41:37 -07:00
Riley Testut
fce4fc1bec
[iPad] Temporarily disables split view support
2022-05-16 14:54:42 -07:00
Riley Testut
977f3d8005
Fixes previous game controller remaining selected when changing controller
2022-05-09 16:44:29 -07:00
Riley Testut
edab6ea432
Fixes sharing games + exporting save files
...
* Makes temporary copy instead of symbolic link when exporting game
* Sanitizes game name before exporting game
* Fixes prematurely deleting temporary game
* Exported save file names now match exported game names
2022-04-28 18:13:25 -07:00
Riley Testut
9e437797d9
Improves CopyDeepLinkActivity
...
* Uses SF Symbol instead of bundled image
* Actually calls activityDidFinish(_:)
2022-04-28 16:57:06 -07:00
Riley Testut
25afda3b60
Replaces UIAlertController with UIMenu for importing games
2022-04-28 16:54:18 -07:00
Riley Testut
836297718b
[iPad] Fixes game context menu actions
2022-04-28 16:38:14 -07:00
Riley Testut
da8415f4aa
Improves SaveStatesViewController UI on iPad
2022-04-28 16:15:48 -07:00
Riley Testut
68c1b05313
Improves GameCollectionViewController UI on iPad
2022-04-28 15:47:05 -07:00
Riley Testut
2a4dbabae5
Fixes crash when presenting ImportController on iPad
2022-04-28 12:49:16 -07:00
Riley Testut
aafe673811
Fixes invisible navigation bar + toolbar on iPadOS 15
2022-04-27 17:57:55 -07:00
Riley Testut
adccf8fca5
Fixes ControllerInputsViewController UI on iPad
2022-04-27 16:15:09 -07:00
Riley Testut
d333672b95
Enables basic iPad support
2022-04-26 12:23:04 -07:00
Riley Testut
0df313188d
Fixes keyboard support on iOS 15+
2022-04-26 12:21:59 -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
5f2e021560
Updates app version to 1.3.1
2021-12-02 13:14:39 -08:00
Riley Testut
17e1bf710b
Dynamically maps outdated artwork URLs to correct URLs
2021-12-02 13:12:07 -08:00
Riley Testut
baf895939d
Updates OpenVGDB to latest version
...
Fixes broken OpenVGDB cover art URLs due to host moving from gamefaqs1.cbsistatic.com to gamefaqs.gamespot.com.
2021-12-02 13:12:01 -08:00
Riley Testut
2705849cf2
Ensures melonDS is preferred DS core for release versions
2021-11-17 11:43:00 -08:00
Riley Testut
79bf977904
Updates app version to 1.3.1b
2021-11-16 16:39:30 -08:00
Riley Testut
11041ef1e9
Dynamically maps outdated artwork URLs to correct URLs
2021-11-16 16:31:58 -08:00
Riley Testut
08e870c94c
Updates OpenVGDB to latest version
...
Fixes broken OpenVGDB cover art URLs due to host moving from gamefaqs1.cbsistatic.com to gamefaqs.gamespot.com.
2021-11-16 16:27:09 -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
f1f75d8cc0
Updates app version to 1.3
2021-04-21 12:43:39 -07:00
Riley Testut
3128783105
Fixes melonDS graphical bugs when fast forwarding with JIT disabled
2021-04-21 12:41:35 -07:00
Riley Testut
abd7338a08
Replaces placeholder README with detailed README
...
Adds following sections to README:
* Intro
* Supported Systems
* Features
* Installation Instructions
* Project Requirements
* Licensing
* Contact Me
2021-04-21 12:41:16 -07:00
Riley Testut
c396698ca0
Fixes visible grid lines on DS controller skin buttons
2021-03-22 12:31:20 -07:00
Riley Testut
cd87438fb4
Updates app version to 1.3b5
2021-03-11 15:54:35 -06:00
Riley Testut
eafabb7f43
Enables melonDS core for public versions
2021-03-11 14:39:31 -06:00
Riley Testut
de315eacf5
Updates Licenses screen to include melonDS and Genesis Plus GX
2021-03-11 14:39:30 -06:00