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
Riley Testut
af6b92a441
Fixes erroneous sync error when syncing deleted files that were never uploaded
2021-03-11 13:49:15 -06:00
Riley Testut
d2215ed91e
Updates DS controller skin
2021-03-11 13:27:24 -06:00
Riley Testut
20a470ddd1
Fixes crash playing DS games when another app is using microphone
2021-03-11 13:26:23 -06:00
Riley Testut
9f58aac350
Removes “(Beta)” from DS’s short name
2021-03-11 12:21:35 -06: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
6cfca53dc8
Fixes game artwork not updating immediately when changed
2021-03-10 14:19:26 -06:00
Riley Testut
1bfe030dd9
Deletes temporary image file after changing artwork
2021-03-10 14:16:02 -06:00
Riley Testut
98ed657f8a
Improves support for transparent and/or rotated custom artwork
2021-03-10 14:14:14 -06:00
Riley Testut
c22518ce23
Updates app version to 1.3b4
2021-02-24 13:29:43 -06:00
Riley Testut
58921cfb7f
Fixes legacy plist format for GBA Game and Delta Skin UTIs
2021-02-24 13:25:07 -06:00
Riley Testut
dae3164d53
Credits Chris Rittenhouse (@litritt_z) for Genesis skin
2021-02-24 13:19:21 -06:00
Riley Testut
5ccf209af7
Changes Genesis placeholder skin to temporary one by @litritt_z
2021-02-24 13:17:25 -06:00
Riley Testut
bb6fbfea37
Replaces placeholder DS Home Screen image
2021-02-24 13:02: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
bf2461fae1
Enables syncing DS(i) BIOS files
...
Excludes DSi NAND for now, since it is ~240MB and Harmony can’t selectively download files (yet).
2021-02-18 13:45:49 -06:00
Riley Testut
f316e7cca0
Fixes erroneous microphone indicator after returning from background
2021-02-12 14:57:57 -06:00
Riley Testut
3f70300afb
Fixes incorrectly previewing DS home screen instead of DSi home screen
2021-02-12 13:18:55 -06:00
Riley Testut
2c52821e72
Fixes treating DS & DSi Home Screens as the same game
2021-02-12 13:14:33 -06:00
Riley Testut
4ed4b8ba06
Fixes misaligned ControllerInputsViewController callout views on iOS 14.5
2021-02-12 13:03:47 -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
6f3a7501af
Unlinks Cocoapods’ DeltaCore
...
Fixes runtime conflicts with Systems’ own DeltaCore.
2021-02-11 14:25:43 -06:00
Riley Testut
1b859ce769
[Systems] Fixes bitcode error when archiving
2021-02-10 12:31:27 -06:00
Riley Testut
46cb7db897
Disables cheats for Genesis games
2021-02-10 12:29:40 -06:00
Riley Testut
a29e4e61eb
Emulates Sega Genesis games
2021-02-09 17:31:42 -06:00
Riley Testut
6a01a74608
Adds GPGXDeltaCore dependency
...
Links indirectly via new Systems.framework to avoid conflicts between Cocoapods and SwiftPM.
2021-02-09 16:51:47 -06:00
Riley Testut
945ffb1ed7
Enables new Xcode build system
2021-02-09 14:13:37 -06:00
Riley Testut
0a4c927277
Supports new Xcode build system
2021-02-09 14:13:13 -06:00
Riley Testut
c67b72068a
Adds missing imports
2021-02-09 12:26:16 -06:00
Riley Testut
5127d5a65a
Updates app version to 1.3b3
2021-01-21 15:18:36 -06:00
Riley Testut
c97611482e
Fixes crash when previewing DS games without BIOS files
2021-01-19 14:41:55 -06:00
Riley Testut
f81f6cbf3d
Hides DS “Home Screen” until BIOS files have been imported
2021-01-19 14:31:16 -06:00