1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00
Commit Graph

62857 Commits

Author SHA1 Message Date
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
github-actions
796fa81909 Fetch translations from Crowdin 2023-08-06 00:11:55 +00:00
sonninnos
0db5c65461
Appearance menu cleanup (#15554) 2023-08-05 17:00:25 +02:00
Eric Warmenhoven
599eda1ece
webdav - Fix directory creation when using Digest auth (#15551) 2023-08-05 14:01:21 +02:00
Eric Warmenhoven
20f48ea800
cloud sync - fix a couple manifest management bugs (#15552) 2023-08-05 13:59:10 +02:00
github-actions
d33758ad45 Fetch translations from Crowdin 2023-08-05 00:11:33 +00:00
sonninnos
0f0a522a0c
Always show 'Integer Scale Overscale' menu item (#15546) 2023-08-04 09:21:02 +02:00
Eric Warmenhoven
893b0d142e
Cloud Sync (#15548)
* cloud sync - algorithm and abstract cloud storage API

* WebDAV cloud sync driver, and associated net_http improvements

* Cloud sync settings menu
2023-08-04 09:20:50 +02:00
sonninnos
45af11efe9
Fix menu sounds after loading core (#15539) 2023-08-03 13:40:40 +02:00
gouchi
502db576d6
Add ReactOS to the list of supported operating systems (#15542)
https://nitter.net/reactos/status/1481883782944677888#m
2023-08-03 13:40:31 +02:00
github-actions
18a76ebb4e Fetch translations from Crowdin 2023-08-03 00:11:32 +00:00
github-actions
b414388224 Fetch translations from Crowdin 2023-08-02 00:11:21 +00:00
sonninnos
5004e38fb9
(RGUI) Add 'Auto' aspect ratio (#15538) 2023-08-01 06:35:29 +02:00
sonninnos
dbdcf1482e
Show also lightgun bind labels instead of only 'N/A' (#15535) 2023-07-31 05:12:21 +02:00
neil4
0b9e5975f5
(Android) Only update retroarch.cfg on startup if version changed (#15536) 2023-07-31 05:11:59 +02:00