RetroArch/libretro-common
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
..
audio Fix several warnings 2023-07-02 05:46:45 +02:00
cdrom Replace more strlcat calls with strlcpy 2023-06-18 19:25:24 +02:00
compat Remove asserts 2023-01-09 00:51:05 +01:00
crt
dynamic iOS QOL improvements (#16444) 2024-04-18 03:01:39 -07:00
encodings Do CRC checks on PSP/PSP(PSN) content scan (#15623) 2024-01-01 21:57:44 -08:00
features Add Doxygen-styled comments to parts of the libretro API (#15641) 2024-03-09 17:24:01 -08:00
file Allow all systems to check for backslashes (Windows) as last slash in path. Improves portable core logic (#15612) 2023-08-17 14:15:42 -07:00
formats Fix several warnings 2023-07-02 05:46:45 +02:00
gfx (libretro-common) Resync 2023-05-30 19:34:55 +02:00
glsym
hash
include Add Doxygen-styled comments to parts of the libretro API (#15641) 2024-03-09 17:24:01 -08:00
libco Cleanups/style nits 2023-02-23 13:15:14 +01:00
lists iOS QOL improvements (#16444) 2024-04-18 03:01:39 -07:00
media Cleanups/simplifications 2023-08-17 21:58:41 +02:00
memmap (memmap.c) Silence implicit declaration of function 'free' for PSL1GHT 2023-02-20 14:29:40 +01:00
net Cloud Sync (#15548) 2023-08-04 09:20:50 +02:00
playlists Minor improvements for db / playlist handling (#16060) 2023-12-30 11:45:36 -08:00
queues More widget additions and adjustments (#16287) 2024-02-25 20:23:08 -08:00
rthreads Add Doxygen-styled comments to parts of the libretro API (#15641) 2024-03-09 17:24:01 -08:00
samples * Create fill_pathname_join_special - and specify fill_pathname_join 2022-08-04 14:19:38 +02:00
streams Add Doxygen-styled comments to parts of the libretro API (#15641) 2024-03-09 17:24:01 -08:00
string Cleanups/simplifications 2023-08-17 21:58:41 +02:00
test (word wrap functions in stdstring.c) Avoid implicit strlens, caller 2022-08-23 17:06:01 +02:00
time Remove asserts 2023-01-09 00:51:05 +01:00
utils Replace do { while (true) ; with for (;;) 2024-04-05 20:03:05 +02:00
vfs Update vfs_implementation.c 2023-09-30 10:41:35 -07:00
vulkan [Vulkan] Define and implement v2 of context negotiation interface (#14890) 2023-02-04 16:51:50 +01:00
.gitignore
Makefile.test