libretroadmin
bc41e0fdf4
video_frame_info - start passing flags
2023-08-16 19:17:23 +02:00
hunterk
538aa5235c
fix broken discord invite ( #15602 )
...
the old invite had expired, i guess? closes https://github.com/libretro/RetroArch/issues/15568
2023-08-16 08:55:27 -07:00
libretroadmin
5f94f36204
Explicit typecasts to bool
2023-08-16 17:10:59 +02:00
libretroadmin
1b128c61d6
Cut down on one additional strlen call
2023-08-16 16:07:53 +02:00
libretroadmin
e407d9a7b2
(Udev) style nits/cleanups
2023-08-16 15:45:50 +02:00
GABO1423
1ccb049ecb
(UWP) Update x64 ANGLE Files ( #15600 )
2023-08-16 05:59:01 -07:00
Max Kupriianov
2f16e115a7
[android] fix d-pad regression introduced in abcd42777f
( #15601 )
2023-08-16 05:58:44 -07:00
libretroadmin
0a96f9595c
Explicit typecasts to bools for flags
2023-08-16 04:18:55 +02:00
libretroadmin
f51b49f213
More explicit typecasts to bools
2023-08-16 03:22:02 +02:00
libretroadmin
cb0653137f
Style nits/cleanups
2023-08-16 02:40:59 +02:00
libretroadmin
c699e47534
Small style nits and plain sense cleanups
2023-08-16 01:14:50 +02:00
libretroadmin
797c7ff381
Some more explicit typecasts to bools
2023-08-16 00:33:59 +02:00
libretroadmin
dadb5a6f41
Explicit typecasts to bool
2023-08-16 00:21:19 +02:00
libretroadmin
bd7a0f7f0a
Explicit typecast to bool for some flag to bool conversions
2023-08-16 00:16:03 +02:00
vailkyte
139d7f3836
MSVC2010 - fix invisible menu display on winxp ( #15599 )
...
Explicit typecast to bool
2023-08-15 15:00:13 -07:00
libretroadmin
3862069cb7
(Qt) Small cleanups
2023-08-15 23:58:54 +02:00
Max Kupriianov
abcd42777f
refactor: rewrite input handling to better support AINPUT_SOURCE_STYLUS ( #15597 )
...
Resolves issues with S-Pen on Samsung devices, also adds support for S-Pen button
that is handled as r-mouse click now.
2023-08-15 11:13:53 -07:00
libretroadmin
2d2cb04589
Merge video_coord_array.c into video_driver.c
2023-08-15 16:02:12 +02:00
libretroadmin
40a0ced947
Be consistent with frontend_driver_get_core_extension - core extension
...
var should at most be 16 chars big, make only one exception once
2023-08-15 15:01:57 +02:00
libretroadmin
1765d491d1
Some minor cleanups - use size_t for return value of strlen,
...
extensions don't need 256-char arrays, etc.
2023-08-15 14:54:13 +02:00
libretroadmin
f34481c332
Fix linking issue when building with --disable-menu
2023-08-15 14:44:54 +02:00
ScoochAside
2f9c4ebea2
Fix issue #15595 . ( #15596 )
...
Co-authored-by: miguedevel <tete333@hitmail.com>
2023-08-15 05:36:34 -07:00
GABO1423
f3e5bb9e06
(UWP) Build Flag Tweaks ( #15594 )
2023-08-14 17:40:14 -07:00
sonninnos
d5c09b65e0
Don't write bogus thumbnails to disk ( #15593 )
2023-08-14 17:29:53 -07:00
github-actions
187af501ed
Fetch translations from Crowdin
2023-08-15 00:10:50 +00:00
libretroadmin
af03e555d6
Fix - should look for these headers in system directories
2023-08-14 23:39:15 +02:00
libretroadmin
c8e6506687
Fix --disable-menu errors
2023-08-14 23:36:19 +02:00
Eric Warmenhoven
ae78395d83
iOS/tvOS: rework JIT availability checks ( #15590 )
2023-08-14 06:41:43 -07:00
github-actions
946c198e7b
Fetch translations from Crowdin
2023-08-14 00:11:17 +00:00
github-actions
89e7e74315
Fetch translations from Crowdin
2023-08-13 00:10:53 +00:00
Jesse Talavera-Greenberg
954b04669c
Add an environment call for querying the device's battery ( #15387 )
...
* First crack at RETRO_ENVIRONMENT_GET_POWER_STATUS
* First crack at RETRO_ENVIRONMENT_GET_POWER_STATUS
* Remove a stray comma
* Rename some symbols for clarity
* Change some references to the old environment call's name
* Fix some mixed-up cases in checking the power state
- I misunderstood the meaning of these enums
* Add a comment
* Rename seconds_remaining to seconds
* Clarify some comments about the power state
* Adjust power state behavior
- Don't return 0 seconds; instead, return NO_ESTIMATE
- Don't force percent to 100 in the CHARGED state
* Adhere to C89
* Mention the environment call in CHANGES.md
2023-08-12 16:41:05 -07:00
Eric Warmenhoven
ee75111a48
iOS/tvOS: Compile with -DHAVE_CHD ( #11099 ) ( #15588 )
2023-08-12 16:33:32 -07:00
libretroadmin
5f79c13928
Small cleanups
2023-08-12 18:59:29 +02:00
Cpod12
904e9fbe1d
Added 21:9 as an option to RGUI ( #15572 )
...
* added 21:9 as an option to RGUI
* reverted files that weren't supposed to be changed
* fixed issue with 21:9 not showing in the menu and corrected buffer width
2023-08-12 05:51:12 -07:00
Eric Warmenhoven
6dee7225f3
webdav: HTTP 405 is an acceptable error ( #15583 )
2023-08-12 05:47:07 -07:00
zoltanvb
7198f10875
Remove a needless temporary buffer from runtime_log_get_runtime_str() ( #15585 )
2023-08-12 05:47:00 -07:00
zoltanvb
b554d7e26c
Removal of remaining msg_hash_xx.c files ( #15586 )
...
Followup for PR#15218, remove the two remaining files and simplify
a few functions in msg_hash.c as a result.
2023-08-12 05:46:35 -07:00
zoltanvb
0c64a07cdb
Fix runtime display. ( #15581 )
...
Due to an error in 631301b3f7
, the
runtime display string was working well only when the label had
a length of 7. Even the English "Runtime:" was a bit truncated
as a space was supposed to be added after the :, but it was
even more noticeable in other languages.
2023-08-11 14:16:50 -07:00
sonninnos
6733d6da57
Revert network address information trimming ( #15573 )
2023-08-11 07:17:53 -07:00
sonninnos
d8f9310100
(DINPUT) Mouse flag cleanup ( #15575 )
2023-08-11 07:17:07 -07:00
github-actions
717f79773c
Fetch translations from Crowdin
2023-08-11 00:10:29 +00:00
Joe Osborn
679083a08b
Graceful fallback to readonly mode if RDB can't be opened readwrite ( #15569 )
...
* Graceful fallback to readonly mode if RDB can't be opened readwrite
* let RA open db readonly
2023-08-10 11:04:47 -07:00
GABO1423
d0d1321ac1
(UWP) Remove ARM/ARM32 Build Configuration ( #15564 )
2023-08-09 01:39:05 -07:00
GABO1423
0a510d7055
(UWP) Fix d3d12 Driver in Debug Builds ( #15567 )
2023-08-09 01:37:20 -07:00
github-actions
09e471931d
Fetch translations from Crowdin
2023-08-09 00:12:34 +00:00
Eric Warmenhoven
3ef31d2eee
cloud sync: clean up directory/filename mapping, log errors ( #15561 )
2023-08-07 20:43:22 +02:00
github-actions
fa80e5e6be
Fetch translations from Crowdin
2023-08-07 00:12:40 +00:00
Joe Osborn
f4ed975d44
Force async emscripten when HAVE_AL ( #15559 )
2023-08-07 01:20:59 +02:00
Eric Warmenhoven
fcedac5d0d
strlen -> STRLEN_CONST, fix warning ( #15555 )
2023-08-06 09:17:47 +02:00
sonninnos
f1c144ea50
(XMB) Color + background adjustments ( #15556 )
...
* (XMB) Color + background adjustments
* (XMB) Improve font selector
2023-08-06 09:17:38 +02:00