github-actions
e954a46b1b
Fetch translations from Crowdin
2021-12-06 00:07:29 +00: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
v1.9.14
2021-12-05 07:12:23 +01:00
twinaphex
6f60ee9b6e
Network: Only use a single interface for UPnP
2021-12-05 03:47:48 +01:00
github-actions
9f01ebf0a9
Fetch translations from Crowdin
2021-12-05 00:07:43 +00:00
Autechre
fbbe351f7d
UPnP cleanups and refactorings ( #13325 )
2021-12-04 21:16:34 +01:00
twinaphex
bfeffb2423
Fix local header path includes
2021-12-04 16:11:02 +01:00
Autechre
a44f5bbf78
Fix UPNP port mapping failed error - switch to a permanent lease time, ( #13324 )
...
but request it to be removed when we do netplay_free
2021-12-04 15:45:29 +01:00
Tony
09880e92d2
Logging cleanups ( #13320 )
2021-12-04 14:21:12 +01:00
gblues
bf9706395d
Fix gamepad disconnect on unrecognized HID device ( #13321 )
...
== DETAILS
So, the reason the gamepad was getting deregistered was
because adapter free code wasn't properly handling null-interface
adapters, causing the gamepad to match erroneously and get
deregistered.
This doesn't fix the weird "Generic SNES USB" detection issue,
but it should make it non-fatal.
Co-authored-by: Nathan Strong <nstrong@tripwire.com>
2021-12-04 12:43:58 +01:00
Autechre
b6695d8921
Netplay changes proposed for 1.9.14 ( #13314 )
...
* Added setting to allow/disallow players other than the host from pausing the game.
* Added a sublabel for netplay max connections.
* Fixed port override macro from not being set immediately after the port setting.
* Fixed memory leaks.
2021-12-04 02:34:21 +01:00
David G. F
9b7270cb6a
Minor improvements in PSP and CTR Makefiles (mostly for devs) ( #13317 )
2021-12-04 02:01:00 +01:00
Jamiras
b6fef13109
disallow achievement when spectating netplay ( #13318 )
2021-12-04 02:00:53 +01:00
github-actions
69e4ea8d33
Fetch translations from Crowdin
2021-12-04 00:06:41 +00:00
Tony
41838ef544
Refresh rate switch addition on startup ( #13316 )
2021-12-03 17:52:46 +01:00
Ryan Kuba
1fc6f759c5
tweak to ensure that current versions of emsdk do not break the web player ( #13310 )
2021-12-03 16:20:12 +01:00
Hans-Kristian Arntzen
ce8a3db4dc
Avoid hard crash when capturing screenshot in emulating mailbox. ( #13315 )
...
The emulating mailbox infrastructure is very hacky and needs a rethink
to be able to properly support screenshots. emulating mailbox is pretty
nasty to begin with and should be considered a hack.
2021-12-03 16:19:49 +01:00
github-actions
4a39630c0f
Fetch translations from Crowdin
2021-12-03 00:07:30 +00:00
gblues
1dd15ac516
WIIU: Fix keyboard support ( #13308 )
...
== DETAILS
The problem was caused by changing the driver lookup point. The deferred
lookup resulted in the WIIU trying to treat the keyboard as a gamepad which ...
didn't work.
This change short-circuits at the connection event by ignoring mouse &
keyboard connection events.
Tested this with a dev build.
Co-authored-by: Nathan Strong <nstrong@tripwire.com>
2021-12-02 12:43:19 +01:00
Tony
121ca3a482
'Automatic Frame Delay' improvements: ( #13297 )
...
- swap interval handling
- d3dx handling
2021-12-02 02:32:39 +01:00
github-actions
72e49d82d6
Fetch translations from Crowdin
2021-12-02 00:07:57 +00:00
Poligraf
b4ef32cfce
add oss audio to retrofw ( #13303 )
...
Co-authored-by: Poligraf <>
2021-12-01 17:19:39 +01:00
github-actions
621c3a7b7e
Fetch translations from Crowdin
2021-12-01 00:08:06 +00:00
Autechre
af4bdecef9
Show passworded rooms on lobby ( #13301 )
2021-11-30 22:06:13 +01:00
jdgleaver
67eb42a8c2
(Audio Mixer) Increase sample buffer padding ( #13300 )
2021-11-30 14:52:25 +01:00
github-actions
a585e05a8a
Fetch translations from Crowdin
2021-11-30 00:07:17 +00:00
Aaron Ramirez
97f3fca139
Fixes a bug where the Gyroscope and Accelerometer would not be re-enabled when the app regains focus or is resumed. ( #13298 )
2021-11-29 16:53:13 +01:00
github-actions
ef8a14a968
Fetch translations from Crowdin
2021-11-29 00:07:04 +00:00
github-actions
05f95ad428
Fetch translations from Crowdin
2021-11-28 00:08:27 +00:00
twinaphex
1d26ed64a5
Update dist-cores.sh
2021-11-27 14:04:23 +01:00
github-actions
454fddb1dc
Fetch translations from Crowdin
2021-11-27 00:07:02 +00:00
Abadede
c1cbe68df7
Update retroarch.cfg ( #13289 )
...
Shifted indexes to correct value.
2021-11-26 18:07:00 +01:00
github-actions
019466e928
Fetch translations from Crowdin
2021-11-26 00:07:25 +00:00
jdgleaver
73b252a0d8
Fix display of midi driver menu entry ( #13286 )
2021-11-25 13:24:52 +01:00
Jamiras
99a1ffdb89
validate hashes for secondary discs in multi-disc games ( #13283 )
2021-11-25 07:15:37 +01:00
Jamiras
339feab15b
add cheevos_custom_host setting ( #13284 )
2021-11-25 07:15:19 +01:00
github-actions
5069acd288
Fetch translations from Crowdin
2021-11-25 00:06:52 +00:00
Tony
ecef757af9
Focus on current content entry in Disc Control append/insert ( #13282 )
2021-11-24 19:01:43 +01:00
Alberto Fustinoni
544c8c4e29
UWP compilation fix ( #13280 )
2021-11-24 14:24:48 +01:00
jdgleaver
3c4b39057f
file_stream_transforms.c: Ensure correct return values + fix segfault when calling rfread() with zero elem_size ( #13279 )
2021-11-24 11:32:42 +01:00
github-actions
1077a6f3a8
Fetch translations from Crowdin
2021-11-24 00:07:14 +00:00
twinaphex
adc325e908
Move command_get_config_param to command.c
2021-11-23 17:14:38 +01:00
twinaphex
bc6433e0f9
Move menu_content_environment_get to task_content.c
2021-11-23 17:10:52 +01:00
twinaphex
b4137915e8
Move code to proper locations
2021-11-23 16:58:36 +01:00
twinaphex
0a40e1f771
(gl_core/gl3) Rename gl_core internally to gl3
2021-11-23 08:45:54 +01:00
twinaphex
8a83ebec28
JSON handlers only necessary when HAVE_CORE_INFO_CACHE is defined
2021-11-23 05:13:36 +01:00
twinaphex
e497da9cf4
(core_info.c) Cleanups - try to fit lines within 80-char limit, put one
...
function behind HAVE_CORE_INFO_CACHE so we won't get a unused function
for Steam build
2021-11-23 05:05:53 +01:00
github-actions
d02d32fbe4
Fetch translations from Crowdin
2021-11-23 00:07:15 +00:00
Jamiras
228c5b83e2
ensure placard is initialized on main thread when game has no achievements ( #13275 )
2021-11-22 16:42:43 +01:00
twinaphex
c2c36177b8
Move two variables to input_driver.c
2021-11-22 15:26:54 +01:00
Autechre
5bb4df3a42
Move translation task code to tasks/task_translation.c ( #13274 )
2021-11-22 15:19:20 +01:00