34490 Commits

Author SHA1 Message Date
Andre Leiradella
1b7f1f30d9 Fix infinite loop with some NES ROMs 2016-11-27 01:01:23 +00:00
Twinaphex
a09ad05a76 Merge pull request #4064 from GregorR/netplay-compression
Netplay compression
2016-11-26 23:43:05 +01:00
Gregor Richards
7bc77f8614 Adding new C files to griffin.c (Mac OS X fix) 2016-11-26 16:11:42 -05:00
Gregor Richards
225cbb387b Updating netplay to use trans_stream for compression 2016-11-26 16:06:52 -05:00
radius
b1531618f1 add git version to android build 2016-11-26 16:02:12 -05:00
Gregor Richards
096eb072e1 Replacing archive_file_zlib backend with trans_stream 2016-11-26 15:48:58 -05:00
Alcaro
0bc7d40948 Avoid unneeded warnings 2016-11-26 21:31:49 +01:00
Alcaro
f08f37bafc Avoid printing unneeded bytes 2016-11-26 21:21:15 +01:00
Alcaro
77b1421500 Avoid copying unneeded bytes 2016-11-26 20:27:17 +01:00
Twinaphex
8b29fb4293 Merge pull request #4068 from leiradel/master
Adjust cheevos addresses for SNES when using the MMAP interface; alwa…
2016-11-26 18:31:18 +01:00
Andre Leiradella
18e2369d38 Use strlcpy instead of strncpy 2016-11-26 17:27:14 +00:00
Andrés Suárez
6df6e2a2a2 Merge pull request #4072 from fr500/master
de-hardcode core path on android
2016-11-26 11:56:39 -05:00
radius
19def60d5e dehardcode core path on android 2016-11-26 11:56:10 -05:00
twinaphex
82b1cbf04a Not sure why this is in include/hash 2016-11-26 17:14:40 +01:00
twinaphex
9b402cd4a3 Add compat/strl.h 2016-11-26 17:13:34 +01:00
twinaphex
cf76d9e121 (civetweb) Use strlcpy/strlcat 2016-11-26 17:13:14 +01:00
twinaphex
cd0bf8f31a Prefer to use strlcpy instead of strcpy 2016-11-26 17:11:30 +01:00
Gregor Richards
ac50e17f50 Moving zlib stream interface
Moving the zlib streaming interface out of archive_file and into
trans_stream, including updating the png support to use the new
trans_stream interface. archive_file_zlib itself still needs updating.
2016-11-26 10:47:24 -05:00
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