LibretroAdmin
ed58e4a8d8
Conventionalize len variables:
...
* In function arguments, use 'size_t len'
* Inside the function, use '_len'
* If you need a seciondary len variable inside the function, use '__len'
2024-12-27 05:51:33 +01:00
libretroadmin
442b9bc3da
Syntax style nits
2024-12-23 05:44:40 +01:00
Eric Warmenhoven
14a0c186f3
tvOS: check task queue more aggressively ( #17227 )
2024-12-02 15:51:10 -08:00
Eric Warmenhoven
4d335c4855
iOS: Fix CAMetalLayer nativeScale confusion ( #17225 )
2024-12-02 07:52:38 -08:00
Eric Warmenhoven
f175d0e091
tvOS: Add Settings.app option to reset retroarch.cfg ( #17143 )
2024-10-30 21:49:55 -07:00
Eric Warmenhoven
98c7f20eae
iOS: Fix some minor refresh issues ( #17112 )
2024-10-26 06:45:37 -07:00
Eric Warmenhoven
ed574cd059
iOS/tvOS: Remove AltKit ( #17069 )
2024-10-01 17:36:02 -07:00
Eric Warmenhoven
ea1b6852c5
apple: switch from MTKView to CAMetalLayer for vulkan (again) ( #17045 )
2024-09-27 14:36:45 -07:00
Eric Warmenhoven
187497eea8
Revert "apple: switch from MTKView to CAMetalLayer for vulkan ( #16959 )" ( #17017 )
...
This reverts commit 95d53183f5d3b8719a4c2d595b12de16da2e31af.
2024-09-19 11:48:40 -07:00
Eric Warmenhoven
b557bc9523
Fixing compiler warnings ( #17001 )
2024-09-14 13:11:20 -07:00
Eric Warmenhoven
381c3a5317
iOS/tvOS: flush save files on backgrounding ( #16996 )
2024-09-12 17:58:11 -07:00
Eric Warmenhoven
be7645024c
ozone: some fixes for better touchscreen handling ( #16994 )
2024-09-12 11:15:10 -07:00
Eric Warmenhoven
6e2f0a4f30
apple: don't allow opening sdl2 microphone if not using sdl2 audio ( #16989 )
2024-09-11 12:33:41 -07:00
Eric Warmenhoven
95d53183f5
apple: switch from MTKView to CAMetalLayer for vulkan ( #16959 )
2024-09-03 19:02:00 -07:00
michael-leroy
73b456e307
Fixes mouse cursor bug that prevents mouse movement when the left/right mouse button is held down. ( #16942 )
2024-08-31 04:54:20 -07:00
Eric Warmenhoven
b3af19f65f
tvOS: Minor fixes to run correctly on tvOS 13 ( #16944 )
2024-08-31 04:54:11 -07:00
Eric Warmenhoven
4503b3989f
iOS: Better mouse grab ( #16933 )
2024-08-27 01:53:18 -07:00
Eric Warmenhoven
800be5530f
iOS: Better handling of physical mice/magic keyboard trackpad ( #16911 )
2024-08-22 12:11:16 -07:00
Eric Warmenhoven
833bf2e616
iOS/tvOS: minor performance tweaks ( #16882 )
...
- it's ok to sleep in the foreground
- ios always has focus, otherwise it's not running
- don't keep reparsing strings
2024-08-15 15:26:51 -07:00
libretroadmin
60e0dd839a
iC comments
2024-07-20 17:54:44 +02:00
Eric Warmenhoven
c1fec60f60
iOS/tvOS: fix keyboard handling for app store builds
2024-05-22 07:25:13 -07:00
Eric Warmenhoven
7a44fb94a6
iOS: Display app icon in app icon picker in materialui ( #16520 )
2024-05-12 22:52:52 -07:00
Eric Warmenhoven
24c378da4e
iOS: fix #16485 crash on startup ( #16498 )
2024-05-05 02:29:27 -07:00
Eric Warmenhoven
5fd4eb905c
iOS QOL improvements ( #16444 )
...
* iOS/tvOS: bundle cores as frameworks as opposed to dylibs
* iOS/tvOS: update plist to indicate controller support
* iOS/tvOS: living within the sandbox
* iOS/tvOS: import content through share sheet
* iOS/tvOS: default audio sync off due to crash on background
* iOS/tvOS: don't try altkit if there's no reason to
* iOS/tvOS: enumerate cores for appstore distribution
2024-04-18 03:01:39 -07:00
Eric Warmenhoven
7379d33801
tvOS Top Shelf ( #16302 )
...
This puts the History and Favorites playlists (up to five items each)
in the Top Shelf menu. In order for this to be enabled you must build
it yourself and change the app identifiers for the TV app and Top
Shelf extension, and add both of them to an app group.
2024-02-27 23:20:32 -08:00
Eric Warmenhoven
8f4964a871
iOS/tvOS: pause application on applicationWillResignActive ( #16280 )
2024-02-23 11:35:27 -08:00
Eric Warmenhoven
6c57b31ce5
Fix setting iOS app icon ( #16107 )
2024-01-11 05:48:54 -08:00
Eric Warmenhoven
285f800c2e
iOS 9 build fix ( #16056 )
2023-12-28 13:03:47 -08:00
Eric Warmenhoven
99309a4d79
Cloud sync fixes - ignore .DS_Store files and re-sync on app foreground ( #16055 )
2023-12-28 11:10:13 -08:00
Eric Warmenhoven
089f7321c7
iOS: Allow changing the app icon (take 2) ( #16034 )
2023-12-24 16:36:49 -08:00
libretroadmin
3c564b8284
Revert "Revert "Revert "iOS: Allow changing the app icon ( #16020 )" ( #16029 )" ( #16030 )"
...
This reverts commit 8caf6c19b1f919428a541e0aa34c231c6d662be9.
2023-12-22 09:41:31 +01:00
LibretroAdmin
8caf6c19b1
Revert "Revert "iOS: Allow changing the app icon ( #16020 )" ( #16029 )" ( #16030 )
...
This reverts commit c06743678f3c826fdeedfd76254560a1944357df.
2023-12-22 00:37:18 -08:00
LibretroAdmin
c06743678f
Revert "iOS: Allow changing the app icon ( #16020 )" ( #16029 )
...
This reverts commit 93f7bba6a5093aa4bf4706c5f10303934ceeb4d5.
2023-12-21 23:15:41 -08:00
Eric Warmenhoven
93f7bba6a5
iOS: Allow changing the app icon ( #16020 )
2023-12-20 16:22:11 -08:00
Eric Warmenhoven
2b820bdf10
iOS: Add option to disable respecting silent mode ( #14928 ) ( #15952 )
2023-11-26 04:59:14 -08:00
Eric Warmenhoven
e6e0d07081
iOS: If runloop_iterate returns an error, exit rather than crash. ( #15791 )
2023-10-12 03:42:48 -07:00
Eric Warmenhoven
0b1c6257cf
Preliminary MetricKit support on iOS/tvOS
2023-07-04 02:54:13 +02:00
Eric Warmenhoven
6506b65ce7
Fix #15316 - on iOS, stop/start audio on interruptions
2023-05-26 03:27:31 +02:00
Eric Warmenhoven
b1503c6fc0
Add accelerometer and gyroscope sensors to iOS
2023-05-21 23:18:34 +02:00
Eric Warmenhoven
d5a86e2363
iOS needs to targets 13 due to some keyboard emulation, but tvOS does not
2023-05-12 04:42:20 +02:00
Eric Warmenhoven
22dc543364
tvOS has its own beautiful screensavers and I would like them
2023-05-10 22:00:23 +02:00
Eric Warmenhoven
dda7776252
tvOS Siri remote handling
...
It's not really usable as a game controller, but it is good for going
through the menu as a simple LRUD.
This also adds better support for names of mFI controllers, as well as
being able to do the expected tvOS behavior of "backing out" of the app.
2023-05-10 08:41:09 +02:00
Eric Warmenhoven
994a2ea108
AltKit support for tvOS
2023-05-08 18:35:43 +02:00
warmenhoven
295e5f0682
JIT support in iOS ( #15224 )
...
* Use AltKit to try to enable JIT on iOS
* libretro: Add API to check JIT availability on iOS
2023-04-26 01:55:37 +02:00
warmenhoven
c242586ea7
tvOS improvements ( #14983 )
...
The initial popup screen advertising the web server did not prevent
keys from passing through, so interactions with the alert would also
be handled by the menu. The alert would pop up any time there was a
network reconfiguration; now it only pops up once per run. Added a way
to turn off the webserver advertisement alert permanently.
Also fixed a bug around filtering the Siri remote out, and turning
controllers off while the app is running.
2023-02-15 11:59:06 +01:00
warmenhoven
10ace666e1
On iOS, pause while in background ( #14907 )
2023-01-26 20:10:01 +01:00
warmenhoven
4d5bea1208
Vulkan video driver on iOS ( #14902 )
2023-01-25 16:17:01 +01:00
libretroadmin
03e71e651f
(iOS) Get rid of this dead code - remnants of when we had a companion UI
2022-11-24 19:57:45 +01:00
libretroadmin
16e0319e2e
Remove unnecessary function ui_companion_set_foreground
2022-11-23 06:18:20 +01:00
libretroadmin
7dfaae58f9
(UI) Cleanups; style nits
2022-11-23 05:08:15 +01:00