Commit graph

177 commits

Author SHA1 Message Date
Jean-Philip Desjardins
953cfb6e7b Clear PROJECT_LIBS variable. 2023-06-05 09:26:00 -04:00
Jean-Philip Desjardins
acaf159010 Cleanup. 2022-02-08 18:58:45 -05:00
Jean-Philip Desjardins
0561c40025 Fix iOS build. 2022-01-21 20:09:09 -05:00
Jean-Philip Desjardins
e993860db0 Style fix. 2021-11-20 17:01:30 -05:00
Jean-Philip Desjardins
1fef15cb24 Move AltServer JIT logic in a separate module.
Also added a toggle to enable/disable it.
2021-11-20 15:35:57 -05:00
Jean-Philip Desjardins
1238dc7cf5 Add ALTDeviceID in Info.plist. 2021-11-20 15:35:57 -05:00
Jean-Philip Desjardins
93b53f737b Add Bonjour service description. 2021-11-20 15:35:56 -05:00
Jean-Philip Desjardins
1321e2bf30 Update CMake files. 2021-11-20 15:35:56 -05:00
Jean-Philip Desjardins
819f2ac0e7 Apply style fixes. 2021-11-20 15:35:56 -05:00
Jean-Philip Desjardins
f7cd6df96c Not necessary to add a dummy Swift file. 2021-11-20 15:35:56 -05:00
Jean-Philip Desjardins
0a35868e1e First working version. 2021-11-20 15:35:56 -05:00
Jean-Philip Desjardins
eb87d666aa Test using it. 2021-11-20 15:35:56 -05:00
Jean-Philip Desjardins
b1f30b7133 AltKit integration. 2021-11-20 15:35:56 -05:00
Jean-Philip Desjardins
772bc534c6 Style fix. 2021-11-06 09:34:47 -04:00
Jean-Philip Desjardins
c9a1537de8 Fix button text. 2021-11-06 09:34:37 -04:00
Jean-Philip Desjardins
05c55dc062 Allow forced scan of FS through settings. 2021-11-06 09:34:27 -04:00
Jean-Philip Desjardins
846b1e16fa Fix return value. 2021-11-06 09:34:18 -04:00
Jean-Philip Desjardins
31d7de6367 Only scan games on FS if we don't have any active directories. 2021-11-06 09:34:11 -04:00
Jean-Philip Desjardins
2a0d645346 iOS: Improve async scanner.
There were a few flaws with previous iteration, should behave a bit better now.
2021-11-06 09:34:03 -04:00
Jean-Philip Desjardins
0649d6412c iOS: Display some feedback about what's happening at startup. 2021-11-06 09:33:56 -04:00
Jean-Philip Desjardins
a1fdde5a38 Allow building iOS without Vulkan. 2021-08-04 10:23:51 -04:00
Jean-Philip Desjardins
156a207c04 Remove controller handler when leaving emulator view. 2021-07-14 08:18:13 -04:00
Jean-Philip Desjardins
8fff62fbd8 Move hardware controller initialization to viewDidAppear.
toggleHardwareController calls updateOnScreenWidgets which needs the virtual machine to be created.
2021-07-13 06:54:44 -10:00
Yoshi Sugawara
e1491d305f Merge branch 'master' into ios-qol-improvements 2021-07-13 06:53:43 -10:00
Jean-Philip Desjardins
d27ce4845f Pause emulation when emulator is going in background.
Fixes some issues with MoltenVK loosing the device and rendering
not resuming when returning to the app.
2021-07-09 11:49:03 -04:00
Yoshi Sugawara
608d140916 applied formatting changes 2021-07-07 08:38:06 -10:00
Yoshi Sugawara
55b62460bf added preference settings for haptic feedback 2021-07-07 08:37:03 -10:00
Yoshi Sugawara
a41ef9493c applied formatting changes 2021-07-07 08:25:35 -10:00
Yoshi Sugawara
bb01c71c75 add haptic feedback to virtual pad 2021-07-07 08:24:18 -10:00
Yoshi Sugawara
edea5f2cc7 applied formatting fixes 2021-07-07 07:30:11 -10:00
Yoshi Sugawara
c76c16c2dc use frame based layout instead just for consistency 2021-07-07 07:24:52 -10:00
Yoshi Sugawara
ae849d8ec8 [iOS] Quality of life improvements: Support virtual pad transparency; support L3/R3/Select/Start buttons; support for hiding virtual pad when controller is connected 2021-07-06 11:55:23 -10:00
Yoshi Sugawara
bc6c08a30d apply formatting changes 2021-07-05 22:26:53 -10:00
Yoshi Sugawara
a692cec779 Ported save state view controller to objective c; added to CMakeLists.txt; using storyboard for UI 2021-07-03 19:30:43 -10:00
Yoshi Sugawara
0900a0219b Select first slot by default; fix positioning 2021-07-02 14:45:41 -10:00
Yoshi Sugawara
d4be2ea488 set text color to white 2021-07-02 09:19:42 -10:00
Yoshi Sugawara
8d37b36e40 Add button to load/save state 2021-07-02 09:18:12 -10:00
Yoshi Sugawara
2195163f95 Support tapping outside of controls to hide 2021-07-02 08:58:08 -10:00
Yoshi Sugawara
05b8ea66b2 Add pragma mark section for SaveStateDelegate for clarity 2021-07-02 08:47:40 -10:00
Yoshi Sugawara
09907247e6 Support saving/loading to multiple save states; support browsing files in Files app 2021-07-02 08:45:00 -10:00
Jean-Philip Desjardins
77eb2d3090 Apply style fixes. 2021-06-29 08:14:27 -04:00
Jean-Philip Desjardins
bc6247d399 Prevent changing the GS handler when emulator is running. 2021-06-28 19:27:22 -04:00
Jean-Philip Desjardins
29f2331592 Add UI to select GS handler on iOS. 2021-06-28 19:16:02 -04:00
Jean-Philip Desjardins
4a47cba38e Use proper initialization code. 2021-06-28 18:36:29 -04:00
Jean-Philip Desjardins
06347cac51 Make GS handler configurable through a setting on iOS. 2021-06-27 08:42:26 -04:00
Jean-Philip Desjardins
6d0e4f7ce0 Vulkan iOS build. 2021-06-24 07:56:56 -04:00
Jean-Philip Desjardins
83aed24051 iOS Vulkan initialization code. 2021-06-24 07:56:31 -04:00
Jean-Philip Desjardins
cebad3cc51 Code style fix. 2021-06-23 09:41:44 -04:00
Jean-Philip Desjardins
560fddba77 Reorganize iOS storyboard to allow leaving the settings screen. 2021-06-23 09:41:44 -04:00
Jean-Philip Desjardins
4be94cf8a0 Fix audio toggle on iOS. 2021-06-23 09:41:44 -04:00