Commit Graph

36560 Commits

Author SHA1 Message Date
twinaphex
c3eb4327bf Remove algorithms/mismatch 2017-01-25 02:57:43 +01:00
twinaphex
e626008f91 state_manager_check_rewind - cleanup 2017-01-25 02:53:58 +01:00
twinaphex
7594f6d4d7 Use strlcpy instead of snprintf somewhere 2017-01-25 02:44:36 +01:00
twinaphex
121fb3b737 core_info.c - use strlcpy 2017-01-25 02:39:52 +01:00
twinaphex
721e9ec083 (task_content.c) Try to use strlcpy instead of snprintf for
certain messages
2017-01-25 02:05:42 +01:00
twinaphex
5577b21f95 (netplay_find_content.c) Try to use strlcpy where possible 2017-01-25 02:00:44 +01:00
Twinaphex
071c4c1f3f Merge pull request #4500 from fr500/master
Refactor the task
2017-01-25 01:56:32 +01:00
radius
9ae228f76e look for the proper extension too 2017-01-24 18:45:26 -05:00
radius
b90a23af55 rename variables 2017-01-24 18:39:17 -05:00
radius
080a9632f9 refactor this code to be able to check for proper extension support before loading 2017-01-24 18:35:57 -05:00
Alcaro
6ff36461b4 Fix #4493 in a less incompatible way 2017-01-25 00:34:58 +01:00
twinaphex
4b476cfe5f config_replace - add bool argument 2017-01-24 18:08:26 +01:00
twinaphex
e3842d4169 Make audio_mix.c C89-compatible 2017-01-24 16:59:03 +01:00
twinaphex
6e59a2cce1 Copy buf inside entry first 2017-01-24 16:56:22 +01:00
twinaphex
0006849ed5 use path_remove_extension from libretro-common file_path.c instead 2017-01-24 16:50:40 +01:00
twinaphex
fa6dc9ec52 (ffmpeg) Better error handling 2017-01-24 16:28:07 +01:00
twinaphex
e8f550b528 Use string_is_empty inside core_impl.c 2017-01-24 16:08:25 +01:00
twinaphex
50a7e634c9 Get rid of this log message 2017-01-24 15:15:41 +01:00
twinaphex
efff2be528 Another cleanup 2017-01-24 15:04:32 +01:00
twinaphex
3d7183577e Clean this up further 2017-01-24 15:03:23 +01:00
twinaphex
afb0881f05 Incompatible shader backend conditional was reached even if we had
no shader set
2017-01-24 15:01:48 +01:00
Twinaphex
a9ceed79fa Silence unused variable warning 2017-01-24 14:15:36 +01:00
twinaphex
3a4963b474 (vita2d_gfx.c) Cleanups 2017-01-24 14:08:28 +01:00
twinaphex
19d2649c61 Update psp1_gfx.c 2017-01-24 14:04:12 +01:00
twinaphex
93812f58ba We don't need the settings variable here 2017-01-24 14:02:09 +01:00
Twinaphex
5005c1aa27 Merge pull request #4496 from vanfanel/master
DISPMANX: Add missing include and remove redundant one.
2017-01-24 14:01:26 +01:00
vanfanel
ae3cdaccb9 DISPMANX: Add missing include and remove redundant one. 2017-01-24 13:58:55 +01:00
Twinaphex
8b02d2bd36 Merge pull request #4494 from fr500/master
better filename matching
2017-01-24 12:10:03 +01:00
aliaspider
0ba9faa8bd (CTR) build fix. 2017-01-24 10:43:35 +01:00
Brad Parker
2c97e330de remove unused code 2017-01-24 01:04:00 -05:00
Brad Parker
57949227df DOS: initial input/joypad driver 2017-01-24 00:55:58 -05:00
radius
8f766574d3 strstr produces lot of false matches, path_remote_extension didn't seem to work so I included my own version 2017-01-23 21:21:26 -05:00
twinaphex
793c894abb (task_screenshot.c) Cleanups 2017-01-24 01:58:48 +01:00
radius
d1e554ac2e log the port too 2017-01-23 19:58:25 -05:00
Twinaphex
7aaf193810 Merge pull request #4492 from aliaspider/master
(Wii) another fix devkitpro r29.
2017-01-24 01:26:06 +01:00
aliaspider
3a6e49311f (Wii) use C version of guMtxConcat (ps_guMtxConcat broken in devkitpro
r29).
2017-01-24 01:23:18 +01:00
twinaphex
062433491f (task_netplay_find_content.c) Try to prevent new resource leaks 2017-01-24 00:48:40 +01:00
twinaphex
669599cfd7 Add audio_mix to libretro-common 2017-01-24 00:29:40 +01:00
Twinaphex
bce47862ad Merge pull request #4490 from aliaspider/master
(Wii) buildfix for HAVE_NETWORKING=1.
2017-01-23 23:32:33 +01:00
aliaspider
9348369824 (Wii) buildfix for HAVE_NETWORKING=1. 2017-01-23 23:27:08 +01:00
twinaphex
d28c138d09 (task_content.c) Cleanups 2017-01-23 21:03:41 +01:00
Brad Parker
7c41903ecb GDI: fix color rendering of RGUI menu 2017-01-23 14:50:31 -05:00
Twinaphex
187c1dc5a7 Merge pull request #4486 from aliaspider/master
(ngc/Wii/WiiU) buildfix for devkitpro r29.
2017-01-23 20:00:56 +01:00
twinaphex
1437d21457 Only call task_push_image_load if image exists 2017-01-23 18:30:17 +01:00
aliaspider
1db0d0ffbb Merge branch 'master' of https://github.com/aliaspider/RetroArch 2017-01-23 16:20:49 +01:00
twinaphex
5be98cc87c Header include buildfix 2017-01-23 16:17:57 +01:00
aliaspider
021b510452 (WiiU) refactors/cleanups. 2017-01-23 16:14:05 +01:00
aliaspider
272f7c0a85 (WiiU) cleanups. 2017-01-23 16:01:53 +01:00
aliaspider
ae0e519639 (Wii) buildfix for devkitPPC r29. 2017-01-23 16:01:53 +01:00
aliaspider
1601febabc (WiiU) buildfix for devkitPPC r29.
- add wut headers and elf2rpl to source tree.
2017-01-23 16:01:53 +01:00