34474 Commits

Author SHA1 Message Date
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
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
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