github-actions
3e6ada7239
Fetch translations from Crowdin
2023-11-24 00:11:15 +00:00
Bobby Smith
3c25f19d80
[Win32] Fix window size when aspect ratio is < 0 ( #15941 )
2023-11-22 10:14:48 -08:00
Jamiras
39a44414ea
reinitialize rewind buffer after loading game with achievements ( #15934 )
...
* reinitialize rewind buffer after loading game with achievements
* fix #endif placement for HAVE_GFX_WIDGETS
2023-11-22 08:50:09 -08:00
sonninnos
a40f695cb8
(XMB) Corrections and cleanups ( #15935 )
...
* (XMB) Corrections and cleanups
* (XMB) Wallpaper logic rework
2023-11-22 08:49:27 -08:00
revvv
f188b7a824
Wii/Wii U: Fix 3 USB controllers. See #7015 ( #15938 )
...
Fixes commit a4b934b
which did not update all array indices.
2023-11-22 08:49:12 -08:00
Jamiras
c2f32a434d
don't track disc changes when achievements are disabled ( #15939 )
2023-11-22 08:48:45 -08:00
github-actions
4fd118f446
Fetch translations from Crowdin
2023-11-22 00:12:13 +00:00
github-actions
3b27e5b976
Fetch translations from Crowdin
2023-11-21 00:11:50 +00:00
sonninnos
598a0c0d37
(WASAPI) Shared buffer refactor + cleanup ( #15929 )
2023-11-19 08:44:25 -08:00
baidxi
ee417c0f75
fix dynamic wallpaper bug ( #15927 )
...
Signed-off-by: juno <juno@debian.debian>
Co-authored-by: juno <juno@debian.debian>
2023-11-19 05:52:50 -08:00
Joe Osborn
46402732ba
update emscripten web testing docs ( #15925 )
2023-11-18 16:28:12 -08:00
github-actions
4578026186
Fetch translations from Crowdin
2023-11-18 00:10:54 +00:00
Jesse Talavera-Greenberg
e76a507b4a
Update .gitignore ( #15922 )
...
Add libretro core backups to .gitignore
2023-11-17 11:26:05 -08:00
Jesse Talavera-Greenberg
1b03e388f8
Fix #15919 ( #15923 )
...
- Contentless support and populated content paths are not mutually exclusive in practice
- It just looked that way because most cores that support contentless mode to date don't use softpatching very much
2023-11-17 11:25:58 -08:00
Joe Osborn
0f4166a59f
Use ZipFS for web player asset bundle ( #15924 )
...
* wip
* fix mount path
* Fix path for zip bundle
* fix case where idbfs sets up correctly and filesystem initializes too early
* Use partfiles to keep each zip small
* use bufferview slices instead of resize to support firefox
2023-11-17 11:25:45 -08:00
github-actions
358c6946fe
Fetch translations from Crowdin
2023-11-17 00:11:32 +00:00
sonninnos
3bf5b518bb
(GLUI) Icon corrections ( #15914 )
2023-11-16 09:41:03 -08:00
Jesse Talavera-Greenberg
d84f50d0c9
Add some paths to .gitignore ( #15917 )
2023-11-16 09:40:56 -08:00
sonninnos
dc0fbe9152
(WIN32) D3D11 prefer correction ( #15916 )
2023-11-16 09:40:45 -08:00
sonninnos
05a0931d2d
(WIN32) Prefer D3D11 and WASAPI ( #15913 )
2023-11-16 06:04:48 -08:00
github-actions
5366ad0b71
Fetch translations from Crowdin
2023-11-16 00:11:35 +00:00
sonninnos
191ca8dfe4
Default 'Bind Hold' to 0 ( #15909 )
2023-11-15 13:18:57 -08:00
Joe Osborn
499e12c655
replace dashes with underscores in core names ( #15910 )
2023-11-15 13:18:41 -08:00
sonninnos
2463188fed
(D3D11+12) Improve 'Max Frame Latency' logging ( #15911 )
2023-11-15 13:18:31 -08:00
Jamiras
bbe7afcd82
(cheevos) use rc_client for state management ( #15912 )
...
* use rc_client for achievement processing
* log disconnect/reconnect messages
* address compiler warnings
* address c89 warning
* address c89 warning
2023-11-15 13:18:20 -08:00
Joe Osborn
936ff84204
Prefix core name with libretro_ for exports so that cores like 81, 2048 don't cause errors ( #15908 )
2023-11-15 02:08:12 -08:00
github-actions
064b530cc8
Fetch translations from Crowdin
2023-11-15 00:11:53 +00:00
sonninnos
38c77e9cfa
Revert "Log level prefix cleanup ( #15852 )" ( #15907 )
...
This reverts commit 2a51e66120
.
2023-11-14 14:31:55 -08:00
Viačasłaŭ Chalikin
9e2da4ace7
Fix linux narrator ( #15904 )
...
* Fix forking process for narrator
* Use compatible languages for eSpeak
2023-11-14 09:52:19 -08:00
Eric Warmenhoven
2ce083393f
Nit: pass the write/read handlers in the correct order ( #15902 )
2023-11-14 09:51:51 -08:00
sonninnos
b341d90c2e
Fix word wrapped widget length ( #15905 )
2023-11-14 09:51:43 -08:00
sonninnos
f091b5a9e9
Move and relocate 'Frame Delay' ( #15898 )
2023-11-12 11:23:57 -08:00
github-actions
e71a83e5c4
Fetch translations from Crowdin
2023-11-12 00:12:17 +00:00
sonninnos
9b97b40566
Enforce swap interval 1 in menu if vsync is on + Restore menu_throttle_framerate option ( #15889 )
...
* Enforce swap interval 1 in menu if vsync is on
* Restore menu_throttle_framerate option
2023-11-10 18:40:02 -08:00
fishcu
b5303e347a
Change rotation type to int to maximize compatibility and to match glUniform1i ( #15890 )
...
* Change rotation type to int to maximize compatibility and to match glUniform1i
* Change to C style comment; Make comment more useful (hopefully)
2023-11-10 16:46:04 -08:00
fishcu
1b50470c96
Add FinalViewportSize support to GLSL ( #15891 )
...
* Change rotation type to int to maximize compatibility and to match glUniform1i
* Change to C style comment; Make comment more useful (hopefully)
* Add support for FinalViewportSize in GLSL
2023-11-10 16:45:20 -08:00
github-actions
833c4b5acd
Fetch translations from Crowdin
2023-11-11 00:10:36 +00:00
sonninnos
f20c8493b3
Use video refresh rate for menu frame limiting ( #15886 )
2023-11-09 16:36:19 -08:00
Bernhard Schelling
107283edc8
Updates to the netplay netpacket interface ( #15887 )
...
* Updates to the netplay netpacket interface
- Switch environment call number from 76 to 78 (retire 76 as it was never used by any core)
- Simplify broadcasts by removing the option to send to all but one client
- Separate explicit flushing and querying of incoming packet into two operations (RETRO_NETPACKET_FLUSH_HINT and retro_netpacket_poll_receive_t)
- Enable a core to specify a protocol version string which can get used instead of core version to determine compatibility between two players
- Log and notify a separate message when there is a content crc mismsatch to convey it being less severe (as different games may be able to do network communication with each other)
* C89 compile fix
2023-11-09 16:36:08 -08:00
github-actions
c976fbb868
Fetch translations from Crowdin
2023-11-10 00:12:16 +00:00
sonninnos
866c6853ba
(XMB) Background image improvements ( #15884 )
2023-11-09 00:54:02 -08:00
github-actions
03dab11092
Fetch translations from Crowdin
2023-11-09 00:11:59 +00:00
github-actions
9dbb069b67
Fetch translations from Crowdin
2023-11-08 00:11:25 +00:00
github-actions
a61812edea
Fetch translations from Crowdin
2023-11-07 00:11:45 +00:00
Viačasłaŭ Chalikin
6b0313ed21
Fix: request builder for the AI Service ( #15879 )
2023-11-06 10:52:17 -08:00
Eric Warmenhoven
7237b6acfc
Enable HDR support in iOS. ( #15871 )
...
* Enable HDR support in iOS.
* Enable HDR support in tvOS.
2023-11-06 00:50:14 -08:00
zoltanvb
c42498e531
Warning fixes. ( #15877 )
2023-11-06 00:04:17 -08:00
sonninnos
e7a01dbf67
Silence signedness warning ( #15875 )
2023-11-05 17:22:11 -08:00
github-actions
55e03b5c3c
Fetch translations from Crowdin
2023-11-06 00:11:25 +00:00
zoltanvb
aaff36d024
Small fixes for signedness warnings. ( #15873 )
2023-11-05 15:33:49 -08:00