Jesse Talavera
17c9227a9c
Fix the build when XDelta is enabled on certain platforms ( #15968 )
...
* Rename the `MIN_MATCH` defined by xdelta3 to `XD3_MIN_MATCH`
- zlib defines its own macro by that name, but with a different value
* Don't redefine `SIZEOF_ARRAY` in xdelta3 if it already exists
* Don't define ssize_t in xdelta3, rely on libretro's definition instead
* Enable xdelta3 support in MSVC 2015-2019
* Fix some invalid MSBuild condition syntax
* Always build xdelta with XD3_USE_LARGESIZET as 1
* Fix an `#if` in task_patch.c
* Enable `HAVE_XDELTA` in the UWP build
* First crack at fixing Xdelta support for Android
2023-12-05 08:32:16 -08:00
LibretroAdmin
249702a2e9
Update Android.mk - define HAVE_ACCESSIBILITY
2023-10-31 10:45:05 -07:00
neil4
0b9e5975f5
(Android) Only update retroarch.cfg on startup if version changed ( #15536 )
2023-07-31 05:11:59 +02:00
libretroadmin
a4b81527e0
Bump version
2023-07-17 12:46:49 +02:00
libretroadmin
17c1962b6f
(Android) Bump up version
2023-03-16 17:09:11 +01:00
libretroadmin
938ab716bd
Bump version
2023-03-10 17:16:50 +01:00
libretroadmin
51d238875e
Get rid of obsolete HAVE_VIDEO_LAYOUT - obsolete spec, was only
...
ever implemented for OpenGL2 driver, lots of code debt, best to
instead just keep improving the overlay system instead which is
already available for most video drivers
2023-02-23 21:03:41 +01:00
libretroadmin
3bacd52629
Add HAVE_UPDATE_CORE_INFO for targets that already have HAVE_UPDATE_CORES defined
2022-12-23 01:52:38 +01:00
libretroadmin
d08c6d2db3
Bump to version 1.14.0
2022-12-10 17:57:06 +01:00
libretroadmin
0bf818af8d
Bump version to 1.13.0
2022-11-19 03:10:12 +01:00
LibretroAdmin
df879b52cd
Bump to version 1.12.0
2022-10-16 15:41:59 +02:00
neil4
b98c53ddb7
Improve haptic feedback for input overlays ( #14517 )
...
Repurpose vibrate_on_keypress to enable device's standard keypress feedback on overlay key/button state changes
- Add keypress_vibrate function ptr to input_driver_t (only implemented on Android for now)
- (Android) Remove APP_CMD_VIBRATE_KEYPRESS
- (Android) Add doHapticFeedback, called directly to avoid latency
2022-10-16 09:58:09 +02:00
LibretroAdmin
389ef31a8f
Bump up to version 1.11.1 - point release
2022-10-04 07:46:48 +02:00
LibretroAdmin
d3cb2b2ba9
Bump up to 1.11.0
2022-09-29 22:49:56 +02:00
Cthulhu-throwaway
20c4407928
Add HAVE_IFINFO macro ( #14265 )
2022-08-01 07:51:02 +02:00
Gabriel Morazán
3f2d4b1885
Fix wrong version number (Android) ( #13852 )
2022-04-16 18:51:21 +02:00
hunterk
0a9ea2da4d
allow audio playback capture on android ( #13846 )
2022-04-13 14:50:21 +02:00
twinaphex
5ed375b7df
Bump version to 1.10.3
2022-04-10 00:03:11 +02:00
Braden Farmer
ee6c9384e9
[Android] Decouple Play Core dependency to bring app into compliance for F-Droid ( #13830 )
2022-04-05 08:38:54 +02:00
twinaphex
f3ce04be0c
Bump up version + CHANGELOG
2022-03-22 21:01:06 +01:00
twinaphex
621f51394b
Bump version
2022-03-03 14:28:38 +01:00
Braden Farmer
e215f56490
Android: Add HAVE_LANGEXTRA
back to makefile ( #13676 )
...
Fixes #13672
2022-02-26 17:56:38 +01:00
Rafael Toledo
03edf4f6a9
[Android] Include adaptative launcher icons ( #13423 )
2022-02-18 18:40:18 +01:00
Braden Farmer
5bacf1e9be
[Android] Populate external storage devices inside the file browser on Android 11+ devices ( #13615 )
...
[Android] Populate external storage devices inside the file browser on Android 11+ devices
2022-02-15 16:11:39 +01:00
twinaphex
bacae58ea5
Bump up to version 1.10.0
2022-01-19 18:53:15 +01:00
Autechre
3b1a1ac8da
Remove miniupnpc dependency ( #13340 )
...
* use custom libretro-common UPNP
* Remove miniupnpc
2021-12-09 05:52:42 +01:00
Autechre
06a2367008
Bump to version 1.9.14 ( #13327 )
...
* * Bump to version 1.9.14
* Don't have unused function when HAVE_CORE_INFO_CACHE is undefined
* Addition to CHANGES.md
2021-12-05 07:12:23 +01:00
Braden Farmer
11de2ae1fe
[Android / Play Store] Implement MANAGE_EXTERNAL_STORAGE permission
2021-11-07 23:08:24 -07:00
twinaphex
673d77284d
BUmp up version to 1.9.13
2021-11-07 03:28:14 +01:00
twinaphex
e2b7c23902
Bump up version to 1.9.12
2021-10-24 03:55:08 +02:00
twinaphex
edeb684712
(Android) Buildfix
2021-10-17 23:38:21 +02:00
twinaphex
28cac5c5a4
Add HAVE_CORE_INFO_CACHE - disable this for Steam build
2021-10-14 15:57:28 +02:00
twinaphex
107d315559
Bump up version
2021-10-09 16:14:46 +02:00
Ömercan Kömür
714cfc581d
android launcher logo ( #13035 )
...
This will fill the corners on the homescreen
2021-09-25 11:39:44 +02:00
twinaphex
d11ffdbb6b
Bump version
2021-09-19 05:19:36 +02:00
twinaphex
43838dc4ea
Bump version
2021-09-04 10:30:46 +02:00
Autechre
9a5f4602cc
Add intrinsic NEON versions for float_to_s16/s16_to_float ( #12933 )
...
* Add intrinsic NEON versions for float_to_s16/s16_to_float courtesy
of davidgfnet
* Define -DDONT_WANT_ARM_OPTIMIZATIONS for resampler sinc - this should
default to intrinsic versions
* Default to ARM NEON intrinsic codepath and make the ASM codepaths
optional by defining HAVE_ARM_NEON_ASM_OPTIMIZATIONS
* (Pkg/apple/Android) Take out ASM files being compiled in
2021-09-04 00:25:21 +02:00
twinaphex
b620325714
Rename HAVE_ARM_NEON_OPTIMIZATIOn to HAVE_ARM_NEON_ASM_OPTIMIZATIONS,
...
rename DONT_WANT_ARM_OPTIMIZATIONS to DONT_WANT_ARM_NEON_OPTIMIZATIONS
2021-08-21 18:00:59 +02:00
twinaphex
a40edc40e9
Bump version to 1.9.8
2021-07-29 06:22:58 +02:00
twinaphex
8373ac6746
Bump version to 1.9.7
2021-07-25 07:58:25 +02:00
twinaphex
0a5fd837a2
Bump up version to 1.9.6
2021-06-27 06:43:27 +02:00
twinaphex
6738fa57aa
Bump up version to 1.9.5
2021-06-13 03:07:51 +02:00
twinaphex
c226bd87f4
Bump version to 1.9.4
2021-05-29 09:23:37 +02:00
twinaphex
122be0cc64
Bump version to 1.9.3
2021-05-15 19:57:59 +02:00
twinaphex
951ea6baaf
Bump up to version 1.9.2
2021-04-30 17:49:54 +02:00
jdgleaver
a501dfd680
Update 7-Zip dependency to latest stable version (fixes CHD support on static platforms)
2021-04-28 12:00:50 +01:00
twinaphex
159c03cb34
Bump up version (but don't tag yet)
2021-03-27 02:22:39 +01:00
Braden Farmer
27e19318ce
[Android] Add a DocumentsProvider for easier access to the app's internal storage
2021-03-24 23:06:38 -06:00
Braden Farmer
6167f8c980
Android: Clean up old symlinks before creating new ones ( #11931 )
2021-01-23 19:49:32 +01:00
Autechre
630dbdd85c
Update AndroidManifest.xml
2021-01-21 01:16:00 +01:00