Autechre
edd446929b
Merge pull request #13203 from farmerbb/master
...
[Android / Play Store] Implement MANAGE_EXTERNAL_STORAGE permission
2021-11-08 16:33:25 +01:00
Jamiras
f2bc7caad9
ignore unofficial achievements unless setting is enabled
2021-11-08 07:15:56 -07:00
Braden Farmer
11de2ae1fe
[Android / Play Store] Implement MANAGE_EXTERNAL_STORAGE permission
2021-11-07 23:08:24 -07:00
github-actions
5c75b683af
Fetch translations from Crowdin
2021-11-08 00:07:11 +00:00
Autechre
446ed5f5b3
Merge pull request #13195 from guoyunhe/patch-10
...
Fix Crowdin Daily Action
2021-11-07 23:42:50 +01:00
twinaphex
a93a2e3366
(MSVC2019 UWP) Buildfix
2021-11-07 05:54:23 +01:00
Guo Yunhe
dc8b6a93d4
Fix Crowdin Daily Action
...
Python module installation
2021-11-07 10:55:35 +08:00
twinaphex
673d77284d
BUmp up version to 1.9.13
2021-11-07 03:28:14 +01:00
twinaphex
88c771fc66
Cleanups
2021-11-07 01:44:45 +01:00
twinaphex
c0585fed60
(winraw_input.c) Cleanups
2021-11-06 15:07:35 +01:00
twinaphex
9cdf00e7ee
Global variable states - preinitialize to 0
2021-11-06 14:47:34 +01:00
twinaphex
139eaad627
Fix warning
2021-11-06 14:20:02 +01:00
twinaphex
8dcbd61eeb
(Netplay) Fix memory leak - pointed out by Cthulhu88
2021-11-06 14:17:03 +01:00
Autechre
9883f11e10
Merge pull request #13194 from sonninnos/auto-frame-delay-fix
...
Crash fix for 'Automatic Frame Delay'
2021-11-06 13:42:19 +01:00
Autechre
cf89152dea
Merge pull request #13192 from guoyunhe/patch-9
...
Crowdin: Fix Python syntax error
2021-11-06 13:42:08 +01:00
sonninnos
75e16f684e
Crash fix for 'Automatic Frame Delay'
2021-11-06 14:36:14 +02:00
Guo Yunhe
376dd7c1c3
Update crowdin-daily.yml
2021-11-06 14:11:30 +08:00
Guo Yunhe
08be8156c3
Crowdin: Fix Python syntax error
2021-11-06 14:08:12 +08:00
Jamiras
830960027e
fix double free when rich presence update task fires while game is not loaded ( #13191 )
2021-11-06 06:03:16 +01:00
twinaphex
61d30cdc31
Move input code from retroarch.c to input_driver.c
2021-11-06 04:34:54 +01:00
twinaphex
0c0b86c4cf
Buildfix #4
2021-11-06 03:56:34 +01:00
twinaphex
0e0b3bfc68
Buildfix #3
2021-11-06 03:52:02 +01:00
twinaphex
cbe00cad57
Another buildfix (sigh)
2021-11-06 03:41:14 +01:00
twinaphex
ae9ebf13d3
Potential buildfix
2021-11-06 03:38:41 +01:00
twinaphex
89fd900429
Define this for HAVE_TRANSLATE too
2021-11-06 02:24:28 +01:00
twinaphex
a1165664a6
Buildfixes
2021-11-06 02:20:18 +01:00
twinaphex
6d9c9e2b2c
Move more code around
2021-11-06 02:18:01 +01:00
twinaphex
5ef57909ef
(menu_driver.c) Get rid of menu_state_get_ptr calls
2021-11-06 02:12:21 +01:00
twinaphex
3cea5996bc
Move code from retroarch.c to menu_driver.c
2021-11-06 02:13:10 +01:00
twinaphex
538a334fe8
Remove unused variables
2021-11-06 02:04:07 +01:00
twinaphex
a594ccd81c
(Accessibility) Move out of p_rarch state
2021-11-06 01:59:03 +01:00
twinaphex
0af9b72388
(network) Cleanups
2021-11-06 00:27:51 +01:00
grant2258
1ae36ee9a7
udev fix dolphinbar and safeguard against not adding devices with no mouse or touch buttons detected ( #13143 )
...
* udev fixes
* updates
* small updates
* fix condition
Co-authored-by: grant2258 <you@example.com>
2021-11-05 23:59:17 +01:00
Tony
3137f8470b
Add 'Automatic Frame Delay' option ( #13190 )
2021-11-05 23:42:23 +01:00
twinaphex
65a421d90f
(Netplay) Cthulhu88 - Remove forced disconnection on unknown netplay command -
...
will be backwards compatible with any version that removed this
disconnect. instead of disconnecting, we just read the data and
ignore, like most network implementations do
2021-11-05 22:49:59 +01:00
twinaphex
0b16a64d40
Remove unused variables
2021-11-05 22:42:09 +01:00
twinaphex
6a0d7c63d5
Use C-style comment
2021-11-05 22:33:08 +01:00
twinaphex
ae43a7e7cb
(CLI) -C/--connect command-line fix
2021-11-05 22:25:06 +01:00
twinaphex
c912619653
* Move port_map to runloop_state
...
* Get rid of p_rarch dependencies in functions
2021-11-05 22:03:13 +01:00
twinaphex
1f4123ba54
Don't include netplay.h header unless we have HAVE_NETWORKING
...
defined
2021-11-05 19:50:02 +01:00
twinaphex
0a209c4564
Last suggested fix
2021-11-05 19:22:22 +01:00
twinaphex
a50cd1105e
Hopefully fixes it
2021-11-05 19:18:26 +01:00
twinaphex
67c010394d
Remove netplay_discovery.h - hopefully fixes other build issues
2021-11-05 19:12:55 +01:00
twinaphex
aadedf39f2
Buildfixes as suggested by forum member - should hopefully fix
...
console builds as well as other issues
2021-11-05 19:04:52 +01:00
twinaphex
3bc6dd97d9
Revert "Revert "Move stray globals to networking state""
...
This reverts commit a796f1ce58
.
2021-11-05 18:55:55 +01:00
twinaphex
ac1f6ab599
Revert "Revert "Move some stray globals to netplay state""
...
This reverts commit 722f9bbfac
.
2021-11-05 18:53:33 +01:00
twinaphex
7e7b2d826e
Revert "Revert "Remove obsolete comment""
...
This reverts commit 3597643faa
.
2021-11-05 18:53:20 +01:00
twinaphex
2820231dd0
Revert "Revert "remove unused variables""
...
This reverts commit 0c735e5c9c
.
2021-11-05 18:53:09 +01:00
twinaphex
7f33a03423
Revert "Revert "Backport netplay changes from forum member""
...
This reverts commit 38a6b9f086
.
2021-11-05 18:52:56 +01:00
twinaphex
38a6b9f086
Revert "Backport netplay changes from forum member"
...
This reverts commit 367ac6ce46
.
2021-11-05 18:34:52 +01:00