twinaphex
b3f50a3758
Prevent uninitialized scalar variable
2016-09-20 15:56:47 +02:00
Twinaphex
a69b958a1f
Merge pull request #3623 from frangarcj/master
...
(VITA) New font renderer with stb by default
2016-09-20 13:22:59 +02:00
frangarcj
608d13c321
(VITA) Add some default fonts
2016-09-20 10:58:14 +02:00
twinaphex
8b67551799
Turn dump_to_file_desprate into static function
2016-09-20 04:08:55 +02:00
twinaphex
0c86536bdc
task_image.c - get rid of ifdefs
2016-09-20 04:05:16 +02:00
twinaphex
14b297b144
Simplify file_archive_file_list_new
2016-09-20 03:25:34 +02:00
twinaphex
c6ab19e59c
read_content_file - Improve this a little bit
2016-09-20 03:21:26 +02:00
Brad Parker
605011ffe2
use generic crc32
2016-09-19 21:18:49 -04:00
Brad Parker
992b87321a
more archive paths
2016-09-19 21:06:23 -04:00
twinaphex
c7a739b2bd
C89_BUILD fix
2016-09-20 03:01:20 +02:00
Brad Parker
d49add014c
forgot more archive paths
2016-09-19 20:58:52 -04:00
twinaphex
64e24ca514
(ctr) style nits
2016-09-20 02:09:06 +02:00
twinaphex
e25472013f
Move dir variable
2016-09-20 01:54:59 +02:00
twinaphex
2f17fdd651
Update Android.mk
2016-09-20 01:54:24 +02:00
Brad Parker
137968c001
treat .apk files as .zip, set archive_path any time we need to decompress a file
2016-09-19 18:38:33 -04:00
twinaphex
db2d66f00a
Update Makefile.common
2016-09-19 19:44:20 +02:00
twinaphex
88dd3c131c
Get rid of jni/Android2.mk
2016-09-19 19:31:33 +02:00
Twinaphex
35d607f46e
Buildfix
2016-09-19 19:30:45 +02:00
twinaphex
cdf0b5e076
Remove unused global->savefiles
2016-09-19 19:27:46 +02:00
twinaphex
1e5d4198de
Add HAVE_CONFNIG_H - task_save.c
2016-09-19 19:27:19 +02:00
twinaphex
1d53bbe110
Update libretro-common
2016-09-19 19:25:20 +02:00
twinaphex
bfeb0111f8
Fix C89_BUILD errors
2016-09-19 18:29:10 +02:00
twinaphex
871621fdfa
Move implementation file_archive_file_data to archive_file.c
2016-09-19 18:26:16 +02:00
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