twinaphex
f785e4b045
Replace while (1) with for (;;) - avoids MSVC warnings
2020-01-30 16:15:52 +01:00
twinaphex
8870632918
Get rid of unused RARCH_CTL_SET_FRAME_TIME_LAST
2020-01-30 04:39:22 +01:00
twinaphex
fe98aab910
Buildfix
2020-01-29 14:17:39 +01:00
twinaphex
260be59c9e
C89_BUILD buildfix
2020-01-29 13:24:11 +01:00
twinaphex
2688805872
(retroarch.c) move variables to top
2020-01-29 03:48:09 +01:00
twinaphex
ed84fd73a3
Cleanups
2020-01-29 03:46:25 +01:00
Twinaphex
255790b664
Merge pull request #10073 from eadmaster/patch-1
...
added GET_STATUS network command
2020-01-28 23:57:01 +01:00
eadmaster
491c0457a6
added detection of paused state
2020-01-28 21:40:56 +01:00
twinaphex
764990bb59
Revert "Aggressively simplify netplay_handshake - this function was very"
...
This reverts commit 096f992cc0
.
2020-01-28 19:15:12 +01:00
twinaphex
ac72ba5af8
Revert "(Netplay) Cleanups"
...
This reverts commit 646eba5a92
.
2020-01-28 19:15:05 +01:00
twinaphex
846d9ed391
Revert "Cleanups"
...
This reverts commit 399f039b9e
.
2020-01-28 19:14:37 +01:00
twinaphex
21381ff990
Revert "(netplay_frontend.c) Cleanups"
...
This reverts commit d0a2315098
.
2020-01-28 19:14:22 +01:00
Twinaphex
f43d7cc2d4
Merge pull request #10077 from phcoder/pixelbook2
...
Pixelbook fixes part 2
2020-01-28 17:50:37 +01:00
Vladimir Serbinenko
193d40bae4
Cleanup AMotionEvent_getAxisValue check
...
I though it was a weak loading but in fact it's explicit so
loading with some define magic, so we need to check for p_AMotionEvent_getAxisValue
to be clean. Binary code is actually the same
Tested by reverting path fix
2020-01-28 17:32:38 +01:00
Vladimir Serbinenko
6d8cbd2c4b
Fix so file for x64 android
...
In particular it affects Pixelbook which implements x64 Android
2020-01-28 17:23:46 +01:00
Vladimir Serbinenko
14c24e1fab
Remove unnecessarry check for AMotionEvent_getX
...
Unlike getAxis getX is always present and doesn't need to be checked
2020-01-28 17:04:32 +01:00
twinaphex
d0a2315098
(netplay_frontend.c) Cleanups
2020-01-28 15:42:55 +01:00
Twinaphex
3d510bcaba
Merge pull request #10075 from jdgleaver/netplay-rooms
...
Prevent out-of-bounds array indexing when displaying/selecting netplay rooms in menus
2020-01-28 15:38:03 +01:00
Twinaphex
f75b588b0f
Merge pull request #10076 from phcoder/pixelbook
...
Fix crash on Pixelbook
2020-01-28 15:32:56 +01:00
twinaphex
399f039b9e
Cleanups
2020-01-28 15:14:29 +01:00
Vladimir Serbinenko
e290e9193d
Fix crash on Pixelbook
...
AMotionEvent_getAxisValue is a weak symbol and we need
to check for its presence before calling it.
2020-01-28 15:03:16 +01:00
twinaphex
646eba5a92
(Netplay) Cleanups
2020-01-28 14:56:05 +01:00
twinaphex
096f992cc0
Aggressively simplify netplay_handshake - this function was very
...
weird - the conditional was never triggered because all instances
of connection->mode being greater than or equal to
NETPLAY_CONNECTION_CONNECTED would already early return anyway
2020-01-28 14:29:30 +01:00
jdgleaver
f538e04fd2
Prevent out-of-bounds array indexing when displaying/selecting netplay rooms in menus
2020-01-28 12:42:26 +00:00
twinaphex
f72e127f5f
Remove 'Send Debug Info'
2020-01-28 02:18:34 +01:00
eadmaster
7e7429cadd
fixed comments style
2020-01-27 23:35:11 +01:00
twinaphex
4d36f0d356
Remove rarch_get_cpu_architecture_string - don't have two
...
functions that do more or less the same thing
2020-01-27 22:51:20 +01:00
eadmaster
7867b09a0e
added GET_STATUS network command ( #9483 )
...
will return a string with the name of the current core running, the content name and crc32
2020-01-27 20:10:35 +01:00
twinaphex
eb4e365820
(libretro-common) Cleanups
2020-01-27 17:00:18 +01:00
twinaphex
f57ca1abba
(netplay_room_parse) Fix namespacing of variable
2020-01-27 16:47:11 +01:00
twinaphex
e8bc606c20
Move netplay_get_architecture to frontend_driver.c
2020-01-27 16:39:36 +01:00
twinaphex
9f9191819d
(netplay_frontend.c) Cleanups
2020-01-27 16:27:51 +01:00
twinaphex
17cdbc305c
Cleanups
2020-01-27 16:03:30 +01:00
Twinaphex
4a931c3bef
Merge pull request #10062 from trioan/fixes
...
fix vulkan_framebuffer_generate_mips (msvc2017)
2020-01-26 15:08:06 +01:00
trioan
0e20be17cc
fix vulkan_framebuffer_generate_mips (msvc2017)
...
{0} initializer
2020-01-25 21:14:28 -05:00
twinaphex
36cbcb12b2
Update CHANGELOG
2020-01-25 17:51:38 +01:00
twinaphex
e54e12876b
Header cleanups
2020-01-25 17:51:07 +01:00
twinaphex
d198bef37b
task_decompress.c - get rid of logging
...
task_autodetect_blissbox.c - get rid of logging
2020-01-25 17:22:24 +01:00
twinaphex
cfcce71392
- Add HAVE_BLISSBOX
...
- Do not use logging functions inside internal task functions - should
always be done outside at end handler function
2020-01-25 17:17:53 +01:00
twinaphex
571eafd149
Get rid of send debug info in a more safe way that won't mess
...
with people's existing configs
2020-01-25 15:58:22 +01:00
twinaphex
3f598a0f9c
Revert "Get rid of send debug info - if we ever bring this back, needs to be"
...
This reverts commit c0482ff2ea
.
2020-01-25 15:55:11 +01:00
twinaphex
c0482ff2ea
Get rid of send debug info - if we ever bring this back, needs to be
...
reimplemented according to new infra
2020-01-25 14:53:04 +01:00
Twinaphex
3952761812
Merge pull request #10049 from Jamiras/http_port
...
allow characters other than / to follow port
2020-01-25 04:28:47 +01:00
hizzlekizzle
f8ac94353a
Merge pull request #9710 from hunterk/master
...
switch to nearest neighbor scaling as default
2020-01-24 15:56:03 -06:00
Jamiras
d0d1c5bb37
allow characters other than / to follow port
2020-01-23 07:00:50 -07:00
twinaphex
60e087b8e7
(Discord) Add header include
2020-01-23 04:49:51 +01:00
twinaphex
9ddd8417c8
Replace some more auto variables
2020-01-23 04:49:51 +01:00
Twinaphex
363e7294b6
Update CHANGES.md
2020-01-23 01:59:39 +01:00
Twinaphex
b0aa447d5f
Merge pull request #10048 from Jamiras/http_task_progress_div_zero
...
prevent divide by zero error when calculating http transfer percentage
2020-01-23 01:57:15 +01:00
Jamiras
a96672c0fc
improve accuracy of progress for smaller payloads; prevent divide by zero for very small payloads
2020-01-22 17:42:55 -07:00