radius
87452b2eac
fixup layout path on android, add some comments, move the order of the user directories
2019-05-28 16:29:36 +02:00
radius
f164b4be3d
add apng
2019-05-28 16:29:29 +02:00
twinaphex
6a30a1f89a
Disable Discord for C89 again
2019-05-28 16:27:21 +02:00
twinaphex
5e09f1a569
Revert "(Discord RPC) Cleanups"
...
This reverts commit 8609c68f317bbb4bb6b36ab4e3502932a2ba17ca.
2019-05-28 16:26:50 +02:00
twinaphex
8609c68f31
(Discord RPC) Cleanups
2019-05-28 16:18:29 +02:00
twinaphex
fb22397835
(libnx) Turn rpng_load_image_argb into static function
2019-05-28 16:13:12 +02:00
twinaphex
ebefe374b5
(platform_switch.c) Cleanups
2019-05-28 16:12:06 +02:00
twinaphex
8850f0735c
(LIBNX) Try to fix libnx
2019-05-28 16:10:22 +02:00
twinaphex
876e1a43aa
Remove C89_DISCORD
2019-05-28 16:02:09 +02:00
twinaphex
15277f9dbc
(mbedtls) Try to make more code C89-compliant
2019-05-28 15:58:07 +02:00
twinaphex
ecaa250aad
(Vita) Use builtin zlib
2019-05-28 15:35:31 +02:00
twinaphex
7ee8a4de3e
(Emscripten) Try to use builtin zlib
2019-05-28 15:32:26 +02:00
twinaphex
243c9b3399
(PS2) Try to use builtin zlib
2019-05-28 15:30:16 +02:00
Twinaphex
bdaa7e8d45
Merge pull request #8866 from jdgleaver/task-image-fix
...
(task_image) Make image loading/processing non-blocking on non-threaded systems
2019-05-28 14:12:44 +02:00
jdgleaver
ff297e72e7
(task_image) Make image loading/processing non-blocking on non-threaded systems
2019-05-28 12:57:52 +01:00
Twinaphex
7b3e6f058b
Merge pull request #8856 from Dwedit/msvc_warning_suppression
...
Add 4566 to the list of warnings to suppress on MSVC 2015/2017
2019-05-28 13:37:47 +02:00
twinaphex
682bfc675f
Add this ifdef around pragma execute-character-set
2019-05-28 13:37:14 +02:00
twinaphex
353faffb40
(MSVC 2010 x64) Add compat/zlib include dir
2019-05-28 13:09:00 +02:00
Twinaphex
f56dfb711d
Merge pull request #8863 from BringerethOfLight/master
...
menu display: don't move scissoring rect
2019-05-28 12:22:03 +02:00
twinaphex
22320a4a91
(MSVC) Fix Griffin MSVC build
2019-05-27 22:22:45 +02:00
BringerethOfLight
50720f0a92
menu display: don't move scissoring rect
...
don't just return from the function either, instead set w/h to 0
2019-05-27 20:00:54 +00:00
Twinaphex
8e4dc6f007
Update CHANGES.md
2019-05-27 20:49:57 +02:00
twinaphex
4f50886190
command_event_set_savestate_auto_index - cleanup
2019-05-27 18:02:13 +02:00
twinaphex
93ed7c7848
(command.c) Prevent allocations until most early returns have
...
stopped
2019-05-27 17:55:38 +02:00
Twinaphex
e906a3c0b2
Merge pull request #8859 from natinusala/master
...
menu widgets: fix rounding error with timings
2019-05-27 17:16:06 +02:00
Twinaphex
96ce8b93a8
Merge pull request #8862 from jdgleaver/on-demand-thumbs-update
...
(On-demand thumbnails) Prevent unnecessary 'menu refresh' events when rapidly scrolling/switching playlists
2019-05-27 17:14:49 +02:00
jdgleaver
ef459df761
(On-demand thumbnails) Prevent unnecessary 'menu refresh' events when rapidly scrolling/switching playlists
2019-05-27 15:49:34 +01:00
twinaphex
f66fe5e16b
(QB) Change behavior - if HAVE_ZLIB = no, that doesn't mean
...
HAVE_BUILTINZLIB will also be set to no implicitly. It will still
try to use the baked in zlib. If you want to build without any zlib
support entirely, you now need to do this -
./configure --disable-zlib --disable-builtinzlib
2019-05-27 15:44:54 +02:00
twinaphex
2713e792ca
(QB) Bake in zlib by default, make zlib as dynamic library dependency
...
optional instead
2019-05-27 15:03:38 +02:00
twinaphex
e5d13bd32a
Rename input_common.c to input_hid_common.c
2019-05-27 15:01:36 +02:00
twinaphex
4a08b3e239
(Wayland ctx) Add missing HAVE_EGL ifdefs
2019-05-27 14:55:41 +02:00
Twinaphex
23e326a50b
Merge pull request #8860 from jdgleaver/rpng-fix
...
(RPNG) Fix undefined behaviour when loading bad/corrupt PNG images
2019-05-27 14:42:02 +02:00
Twinaphex
68085af944
(net http) Cleanups
2019-05-27 14:40:38 +02:00
twinaphex
5bf829339d
(HID) Uniquely name symbols
2019-05-27 14:32:40 +02:00
jdgleaver
431877799d
(RPNG) Fix undefined behaviour when loading bad/corrupt PNG images
2019-05-27 13:07:11 +01:00
natinusala
d50e326825
menu display: don't cancel scissoring if the rect is empty
2019-05-27 10:10:50 +02:00
natinusala
4e74e52518
menu widgets: fix rounding error with timings
2019-05-27 09:59:41 +02:00
Dwedit
0d678c0cca
Add 4566 to the list of warnings to suppress on MSVC 2015 and 2017 builds
2019-05-27 00:10:42 -05:00
twinaphex
277b5c9462
(MSVC 2005 to 2017) Add new include dir
2019-05-27 04:54:26 +02:00
twinaphex
f88ec1e54e
(MSVC 2003) Fixup MSVC 2003 solutions; fixup targets that don't have
...
HAVE_NETPLAY defined
2019-05-27 04:04:27 +02:00
twinaphex
22d762be67
We need to split up zlib headers in libretro-common to its own separate
...
dir
2019-05-27 03:40:14 +02:00
radius
0f07206357
fix gif preset
2019-05-27 01:41:14 +02:00
radius
25c99fd83e
remove log spam
2019-05-27 01:41:09 +02:00
radius
34be5f399c
no need to do nat traversal if using relay
2019-05-26 22:39:46 +02:00
radius
370b9681b8
fix netplay paused spam
2019-05-26 22:39:46 +02:00
radius
7a8d87f24a
fix discord status getting stuck
2019-05-26 22:39:46 +02:00
radius
1228c95412
add commented out streaming preset
2019-05-26 22:39:46 +02:00
radius
86960cf9dd
preset refinement
2019-05-26 22:39:46 +02:00
twinaphex
8076d06c24
(EGL) Turn EGL off by default for now until we figure out how
...
to leave this to on without it breaking PC buildss
2019-05-26 09:16:58 +02:00
Twinaphex
913ae87181
Update CHANGES.md
2019-05-26 08:40:23 +02:00