LibretroAdmin
4e51ca6681
Update CHANGES.md
2022-11-20 01:37:03 +01:00
github-actions
40fa56bfdd
Fetch translations from Crowdin
2022-11-20 00:13:17 +00:00
Vinfall
0c233bff4e
Add CI to dump default.txt for F-Droid release ( #14644 )
...
Co-authored-by: Vinfall <vinfall@users.noreply.github.com>
2022-11-19 23:34:07 +01:00
LibretroAdmin
ce9051f8d0
Update .gitlab-ci.yml
2022-11-19 20:45:44 +01:00
LibretroAdmin
ac08c0ce55
Update .gitlab-ci.yml
2022-11-19 17:47:30 +01:00
libretroadmin
0bf818af8d
Bump version to 1.13.0
v1.13.0
2022-11-19 03:10:12 +01:00
github-actions
c641f20e6a
Fetch translations from Crowdin
2022-11-19 00:12:59 +00:00
libretroadmin
8976a179df
(video_thread_wrapper) For threaded/audio video wrapper we will use
...
bools instead of flags
2022-11-18 20:42:47 +01:00
libretroadmin
63a080af3f
(Android) Do not enable threaded video by default for Android
2022-11-18 20:03:19 +01:00
Richard
c0926ad1a1
feat(iOS13): Pointer Movement Accuracy ( #14641 )
...
Co-authored-by: Richard <rf2222222@github.com>
2022-11-18 19:45:36 +01:00
github-actions
61a8b19b2b
Fetch translations from Crowdin
2022-11-18 00:15:32 +00:00
libretroadmin
a50f9bae85
Turn scroll.mode into enum
2022-11-17 19:44:42 +01:00
libretroadmin
5402b781fe
(menu_cbs_ok.c) Cleanups
2022-11-17 19:08:21 +01:00
github-actions
2103280fdd
Fetch translations from Crowdin
2022-11-17 00:12:45 +00:00
libretroadmin
9e0c0865cd
Use HAVE_DYLIB more
2022-11-16 17:09:53 +01:00
libretroadmin
63153620a7
There can be builds that are statically built against a libretro core
...
but still have dylib support
2022-11-16 16:51:53 +01:00
libretroadmin
0b71407b62
Use flags for state_manager_rewind_state
2022-11-16 15:13:59 +01:00
Richard
5e9e5177ec
feat(iOS13.4): Add Trackpad Support(iOS13.4 and above) ( #14633 )
...
Co-authored-by: Yuki Fushimi <seiryu@Yukis-MacBook-Pro.local>
2022-11-16 14:52:58 +01:00
sonninnos
706d79f535
Consistent left-right scrolling for Quick Menu items ( #14631 )
2022-11-16 10:37:26 +01:00
sonninnos
b080b39d2b
Remove useless sublabel from System Information ( #14632 )
2022-11-16 10:36:54 +01:00
github-actions
ff5e0220c3
Fetch translations from Crowdin
2022-11-16 00:13:51 +00:00
sonninnos
3e8ff57e2c
(Ozone) Show metadata helper in footer only with second thumbnail ( #14630 )
2022-11-16 00:20:36 +01:00
sonninnos
3b921ffbfa
Fix shader toggle and add hotkey + sublabel ( #14628 )
2022-11-15 22:14:09 +01:00
LibretroAdmin
7ca0d36169
Update .gitlab-ci.yml
2022-11-15 20:44:11 +01:00
libretroadmin
e24d62715e
(font_renderer) Cleanups
2022-11-15 16:03:01 +01:00
libretroadmin
527d1557ce
(Fonts) Cleanups
2022-11-15 16:00:21 +01:00
github-actions
6ff82319fb
Fetch translations from Crowdin
2022-11-15 00:13:23 +00:00
libretroadmin
d5a268a2ac
* Fix signed/unsigned mismatches
...
* Fix missing IPAddr on MSVC2017 UWP - use ULONG instead since this is
just a typedef
2022-11-15 00:24:26 +01:00
sonninnos
030c3cba44
Don't show override notification with appendconfig alone ( #14624 )
2022-11-14 20:52:05 +01:00
sonninnos
cd2392c559
(XMB) Improve background image selector ( #14623 )
2022-11-14 11:48:40 +01:00
github-actions
1ada87736a
Fetch translations from Crowdin
2022-11-14 00:13:12 +00:00
Jamiras
e46e03094f
upgrade to rcheevos 10.5 ( #14622 )
2022-11-13 23:24:42 +01:00
Francisco Javier Trujillo Mata
106a6c268e
Point to libretro.gitlab package container ( #14621 )
2022-11-13 20:17:13 +01:00
sonninnos
86669d21e2
Pausing cleanups and corrections ( #14618 )
2022-11-13 17:22:36 +01:00
neil4
3de186e374
Overlays: Ignore hitboxes with zero area ( #14619 )
...
I.e. Set 'reach_x' or 'reach_y' to zero to ensure no hitbox math is done
nits
2022-11-13 10:46:41 +01:00
github-actions
6c05f4794c
Fetch translations from Crowdin
2022-11-13 00:13:32 +00:00
GABO1423
b6563f7b5d
(UWP) Build Fix ( #14617 )
2022-11-12 20:06:15 +01:00
github-actions
d5a54cb782
Fetch translations from Crowdin
2022-11-12 00:14:02 +00:00
flk
d6cbd8a5a9
config.libs: dont fail if OSDependent/OGLCompiler libraries are not present ( #14612 )
...
glslang no longer installs them separately, and all needed
functionality has been merged into glslang shared library itself.
This wasn't a problem previously as they were still provided
as static libraries but in latest glslang they no longer are:
https://github.com/KhronosGroup/glslang/commit/7cd519511c32d7e86d901c7ed231cb84c652d18
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Markus Volk <f_l_k@t-online.de>
2022-11-11 15:11:17 +01:00
Michael Burgardt
648b0ab7b7
(Bug fix) Fix the weird 'empty translations' & correct backslash escaping in translation strings ( #14609 )
...
* (Bug fix) Fix the weird 'empty translations' & correct backslash escaping in translation strings
* Update crowdin workflows
GitHub is deprecating Node.js 12, so some actions need to be updated to ensure functionality into the future.
2022-11-11 07:56:17 +01:00
github-actions
a73e1beb1c
Fetch translations from Crowdin
2022-11-11 00:14:18 +00:00
Francisco Javier Trujillo Mata
c28fede937
Adding Orbis actions to RA
2022-11-10 21:48:19 +01:00
Francisco Javier Trujillo Mata
0b329b1694
Merge pull request #14596 from libretro/orbis-release
...
[Orbis] Prepare for release
2022-11-10 20:06:45 +01:00
Ryunam
49b973ac89
(Ozone+XMB) Add option to customize cursor memory ( #14605 )
2022-11-10 15:46:44 +01:00
Ryunam
eb5b4197f8
(Ozone+XMB) Further extend texture support for Core Option categories ( #14607 )
2022-11-10 09:27:49 +01:00
github-actions
c3d2548a38
Fetch translations from Crowdin
2022-11-10 00:14:31 +00:00
github-actions
e3ba29b434
Fetch translations from Crowdin
2022-11-09 00:14:13 +00:00
Francisco Javier Trujillo Mata
7a8617bad5
Improve makefiles
2022-11-08 21:36:44 +01:00
sonninnos
68401205f2
Add option for pause on controller disconnect ( #14601 )
2022-11-08 12:46:09 +01:00
github-actions
6083ab14e5
Fetch translations from Crowdin
2022-11-08 00:14:27 +00:00