32760 Commits

Author SHA1 Message Date
Brad Parker
fb26f3bbb7 fix divide by zero, use non-opaque type for file_archive functions 2016-09-19 12:06:07 -04:00
twinaphex
73168d343f verbosity.c - prevent warning 2016-09-19 17:06:59 +02:00
Twinaphex
65ce2d145d Merge pull request #3622 from hizzlekizzle/patch-1
add 9:16 AR and fix typo
2016-09-19 15:43:20 +02:00
hizzlekizzle
9fe3bd9b62 add 9:16 AR and fix typo
9:16 is useful for people with widescreen monitors running in portrait mode. I replaced 4:4 with it because 4:4 was redundant with 1:1 anyway, and I fixed the double-close-parentheses typo in the 1:1 PAR's DAR string.
2016-09-19 08:31:08 -05:00
frangarcj
bc90dd2927 (VITA) Another UTF8 Fix 2016-09-19 14:17:19 +02:00
frangarcj
ab0dad99fc (VITA) Remove old font driver 2016-09-19 14:15:13 +02:00
frangarcj
d46a40e3c4 (VITA) USE STB FONT 2016-09-19 14:14:11 +02:00
Twinaphex
e72a62a905 Merge pull request #3621 from frangarcj/master
(VITA) Remove Warnings
2016-09-19 13:37:34 +02:00
frangarcj
df4a1cc502 (VITA) Remove Warnings 2016-09-19 13:34:07 +02:00
Twinaphex
3642764064 (archive_file.c) fix warning 2016-09-19 13:30:29 +02:00
Brad Parker
0899cd091e fix selecting 7z archive files other than the first one 2016-09-19 02:43:09 -04:00
frangarcj
0da7bdebf8 Merge remote-tracking branch 'refs/remotes/libretro/master' 2016-09-19 08:32:11 +02:00
Twinaphex
1205b12e15 remove unused variables 2016-09-19 04:23:53 +02:00
twinaphex
c133b03a63 Move task_save_files to task_save.c 2016-09-19 04:22:02 +02:00
twinaphex
8469235005 global->savefiles only accessed now from task_save.c 2016-09-19 04:18:40 +02:00
twinaphex
2277428f52 Move more global->savefiles usage to task_save.c 2016-09-19 04:09:27 +02:00
twinaphex
f91a8eacdb Move event_load_files to task_save.c 2016-09-19 04:05:44 +02:00
twinaphex
5d1da68ceb (patch.c) Cleanup 2016-09-19 04:01:02 +02:00
twinaphex
3d04dade8f Remove some HAVE_ZLIB ifdefs 2016-09-19 03:54:57 +02:00
twinaphex
11ced5d438 relocate HAVE_CONFIG_H ifdef 2016-09-19 03:41:55 +02:00
twinaphex
2ecef082f8 Cleanups 2016-09-19 03:36:55 +02:00
Brad Parker
653f5fe96c remove debug prints 2016-09-18 21:22:13 -04:00
Brad Parker
2a75b88d89 file_archive_extract_first_file can choose any file now 2016-09-18 21:22:13 -04:00
twinaphex
082476f7b2 Move code to paths.c 2016-09-19 03:03:31 +02:00
twinaphex
bb6bc9bd6d Merge task_save_ram/task_save_state 2016-09-19 02:57:23 +02:00
twinaphex
13d9e7c761 Deduplicate some code in task_save_ram.c/task_save_state.c 2016-09-19 02:44:00 +02:00
twinaphex
cea2ac6766 (menu_list) Use string_is_equal 2016-09-19 02:12:25 +02:00
twinaphex
56d41b8e16 patch.c - remove header include 2016-09-19 02:03:28 +02:00
twinaphex
e54329c714 Get rid of more HAVE_ZLIB ifdefs 2016-09-19 01:56:26 +02:00
twinaphex
11e574b4d0 patch.c - don't rely on HAVE_ZLIB anymore 2016-09-19 01:54:34 +02:00
twinaphex
147bac9800 Move variable around 2016-09-19 01:47:30 +02:00
twinaphex
de9b1dfb76 paths.c - cleanups 2016-09-19 01:41:00 +02:00
twinaphex
73c09f1d27 Cleanup 2016-09-19 01:12:39 +02:00
twinaphex
1066878b45 Cleanups 2016-09-19 01:00:25 +02:00
twinaphex
4106ff7f19 Reduce HAVE_COMPRESSION ifdefs 2016-09-19 00:56:58 +02:00
twinaphex
118a90b800 Move dir_check_defaults to dirs.c 2016-09-19 00:56:00 +02:00
twinaphex
534dca9ed1 Get rid of HAVE_COMPRESSION ifdef 2016-09-19 00:50:35 +02:00
Brad Parker
162efd86dc uncompressed 7z files do not have a compressed size 2016-09-18 17:37:39 -04:00
twinaphex
88c2ec5819 Prevent this error (caught with SANITIZER=undefined) 2016-09-18 22:39:18 +02:00
Brad Parker
050ab56038 set archive path before extracting 2016-09-18 16:05:58 -04:00
twinaphex
80d577094c Use config_file_exists 2016-09-18 21:57:51 +02:00
twinaphex
d25cace9ed Add config_file_exists 2016-09-18 21:55:53 +02:00
twinaphex
6544b0bcd7 Get rid of HAVE_LIBRETRODB ifdefs 2016-09-18 21:50:39 +02:00
Twinaphex
9c92a3401e Merge pull request #3618 from bparker06/mem3
fix more memory corruption
2016-09-18 21:21:06 +02:00
Brad Parker
a7ffead8f6 fix more memory corruption 2016-09-18 15:20:27 -04:00
Twinaphex
a488a8b093 Merge pull request #3617 from bparker06/mem2
fix another wrong type
2016-09-18 20:41:05 +02:00
Brad Parker
dc4760f5a6 fix another wrong type 2016-09-18 14:39:37 -04:00
Twinaphex
ccd6a3d3f5 Merge pull request #3616 from bparker06/mem
fix memory corruption due to wrong userdata type
2016-09-18 20:33:37 +02:00
Brad Parker
530f8ae107 fix memory corruption due to wrong userdata type 2016-09-18 14:32:29 -04:00
twinaphex
6a02cf174e udev_input_poll - add early return in case udev is NULL 2016-09-18 20:32:16 +02:00