34572 Commits

Author SHA1 Message Date
Gregor Richards
f27476b4ef Adding a transcoding stream interface for in-memory compression. 2016-11-26 09:19:46 -05:00
twinaphex
490b3f5ed2 Add updates to libretro-common 2016-11-26 11:12:46 +01:00
twinaphex
a1bd1ecaa7 Do reinit when toggling video smooth setting 2016-11-26 11:05:57 +01:00
Twinaphex
c3ba7ee330 Merge pull request #4070 from lioncash/vulkan
vulkan: Move vk_t pointer dereferences after the null check
2016-11-26 08:50:57 +01:00
Lioncash
d34202aea6 vulkan: Move vk_t pointer dereferences after the null check 2016-11-25 23:21:31 -05:00
twinaphex
6352b4a82e Dehardcode string 2016-11-26 01:43:37 +01:00
twinaphex
c14b6f6a82 Add more entries and cleanup code in menu_cbs_title.c 2016-11-26 01:39:24 +01:00
twinaphex
6d8573f785 Add missing labels 2016-11-26 00:47:14 +01:00
twinaphex
d01a779a02 Add MSG_LAST 2016-11-26 00:37:33 +01:00
twinaphex
e7c264d4ed Add new labels 2016-11-26 00:35:59 +01:00
twinaphex
a2d37c51cd Add / update labels 2016-11-26 00:31:38 +01:00
radius
d33ff1f14f android build fix 2016-11-25 18:20:23 -05:00
Andre Leiradella
80fd37e5b7 Clearer math in the SNES address adjustment. 2016-11-25 22:46:23 +00:00
Alcaro
a240fa3d64 Merge pull request #4069 from lioncash/leak
core_info: Fix a leak in core_info_database_supports_content_path
2016-11-25 23:42:52 +01:00
Lioncash
149522f23c core_info: Fix a leak in core_info_database_supports_content_path 2016-11-25 17:38:54 -05:00
Andre Leiradella
ad99a73dac Adjust cheevos addresses for SNES when using the MMAP interface; always show the retro_get_memory values on the log; use strncpy instead of strlcpy 2016-11-25 22:36:24 +00:00
twinaphex
c58c06fc79 Add stub msg_hash_eo.h 2016-11-25 23:11:53 +01:00
twinaphex
891b64757f (Dutch) Translate some strings 2016-11-25 23:10:09 +01:00
twinaphex
75ee9feef9 Add menu labels 2016-11-25 23:06:36 +01:00
twinaphex
e1d4ccd7fd Update intl headers 2016-11-25 23:04:00 +01:00
twinaphex
bc5b1b9d60 Cleanups 2016-11-25 22:43:42 +01:00
twinaphex
df6a7993b3 OFF/ON labels can be translated now too 2016-11-25 22:28:12 +01:00
twinaphex
8e6f864233 Add on/off labels 2016-11-25 22:00:18 +01:00
twinaphex
3b751676e1 Add msg_hash_nl.h 2016-11-25 21:43:51 +01:00
Twinaphex
a9555005fa Merge pull request #4067 from fr500/master
Android cleanups
2016-11-25 20:16:55 +01:00
twinaphex
083f1c2d48 Update strings 2016-11-25 20:10:09 +01:00
radius
e43a9a0add android frontend driver cleanup 2016-11-25 14:05:17 -05:00
radius
415f84e13f having it as preferExternal accomplishes literally nothing!
Basically it saves the apk file (that is used ONCE) in the external SD but all the data files are created in the same location in the internal partition
Having it as preferExternal causes installation issues on some devices (have to remove the SD card to install the app..., then insert again)
2016-11-25 13:48:41 -05:00
twinaphex
4c40de5f72 (menu_cbs_title.c) Dehardcode string 2016-11-25 18:48:50 +01:00
twinaphex
11e7103fbd Cleanups of labels 2016-11-25 18:45:47 +01:00
twinaphex
883d4abea0 Create macro for menu_cbs_title.c 2016-11-25 18:38:41 +01:00
twinaphex
88b1c3ed4c Initialize char variables 2016-11-25 18:26:11 +01:00
Alcaro
b0cae5eafb Merge pull request #4066 from lioncash/endif
opendingux: Properly close #ifdef macro
2016-11-25 18:25:25 +01:00
Twinaphex
33a9132c8d Merge pull request #4065 from lioncash/leak
drm_gfx: Fix a memory leak in the initialization fail case
2016-11-25 18:23:38 +01:00
Lioncash
5a5a54ef91 opendingux: Properly close #ifdef macro 2016-11-25 12:23:35 -05:00
Lioncash
918710cb2e drm_gfx: Fix typo in log message 2016-11-25 12:19:09 -05:00
Lioncash
bc28d46bbb drm_gfx: Fix memory leak in fail case 2016-11-25 12:17:53 -05:00
Gregor Richards
da0b958aeb Check HAVE_ZLIB and only do zlib compression if it's supported by both
sides.
2016-11-25 11:03:12 -05:00
Gregor Richards
db437047f8 Don't use z_const, which is apparently not always defined. 2016-11-25 10:40:25 -05:00
Gregor Richards
679ea058a4 Properly clean up zlib. 2016-11-25 10:40:24 -05:00
Gregor Richards
3ff22c9ed6 Fixes for C++ support. 2016-11-25 10:40:24 -05:00
Gregor Richards
9f03020af8 Change the netplay protocol version since compression isn't backwards
compatible.
2016-11-25 10:40:24 -05:00
Gregor Richards
53c6223dc6 Use zlib compression for savestates sent over netplay. 2016-11-25 10:40:24 -05:00
Jean-André Santoni
9652be89cd Merge pull request #4047 from igungor/lakka-fix-is_online
Fix WiFi online detection
2016-11-25 14:35:23 +01:00
Twinaphex
de79dfdb6d Merge pull request #4059 from leiradel/master
Fix crash when Retro Achievements return a zero-length response when …
2016-11-25 14:26:59 +01:00
Twinaphex
3bd4739cee Merge pull request #4061 from fr500/master
Fixed window size for desktop users
2016-11-25 02:06:33 +01:00
aliaspider
82ced82b54 Merge pull request #4062 from FIX94/master
(WiiU) changed linker script to now properly generate a small rpx elf…
2016-11-24 09:55:58 +01:00
FIX94
53042b58b0 (WiiU) changed linker script to now properly generate a small rpx elf file instead of a 243mb one every time 2016-11-24 09:09:23 +01:00
Brad Parker
9564c14874 fix log label 2016-11-24 01:04:49 -05:00
Brad Parker
5030880afd update JP translation 2016-11-24 01:02:25 -05:00