29042 Commits

Author SHA1 Message Date
twinaphex
35bf38e05c Create runloop_get_system_info/runloop_free_system_info/runloop_init_system_info 2016-05-12 09:25:52 +02:00
twinaphex
c1bfe795f8 Create runloop_prepare_dummy 2016-05-12 09:04:31 +02:00
Twinaphex
1d98d3c17f Merge pull request #2991 from Ezio-PS/master
Updated Italian Translation
2016-05-12 08:23:39 +02:00
Ezio-PS
e1d9e34183 Updated Italian Translation 2016-05-12 08:14:10 +02:00
twinaphex
f0b99edafc Prevent some warnings/errors from occurring with MESA_DEBUG 2016-05-12 04:29:36 +02:00
twinaphex
21438fc0af Some buildfixes for GL_DEBUG 2016-05-12 02:58:09 +02:00
twinaphex
2321ee829f Add glsym_es3 2016-05-11 23:17:42 +02:00
neville
67e64f4ca6 gl_check_mipmap - don't look for GL_EXT_framebuffer_object here
- breaks OSX PPC
2016-05-11 23:04:48 +02:00
twinaphex
c9d3936ee5 Check for GL_EXT_framebuffer_object too 2016-05-11 22:49:41 +02:00
twinaphex
670b564f13 Add HAVE_RTGA switch 2016-05-11 21:57:41 +02:00
twinaphex
367150b487 Cleanups 2016-05-11 21:48:30 +02:00
twinaphex
1abe81b222 Create retroarch_replace_config 2016-05-11 21:44:52 +02:00
twinaphex
07101f48d3 Move struct to content.c 2016-05-11 21:41:19 +02:00
twinaphex
e3802c499f Add RJPEG header include 2016-05-11 21:38:33 +02:00
twinaphex
28dd2c2545 Add HAVE_RJPEG ifdefs 2016-05-11 21:27:17 +02:00
twinaphex
4100bf95b4 Able to compile without RPNG support 2016-05-11 21:22:45 +02:00
twinaphex
90d7722125 Remove CMD_EVENT_QUIT_RETROARCH 2016-05-11 20:56:02 +02:00
twinaphex
cf3f8d587c Cleanup 2016-05-11 20:53:28 +02:00
twinaphex
a082198d4b Change retroarch_main_init 2016-05-11 20:50:34 +02:00
twinaphex
0e972b9804 Rename rarch_git_version to retroarch_git_version 2016-05-11 20:44:24 +02:00
twinaphex
5cc86384b8 (task_image.c) Cleanups 2016-05-11 20:38:09 +02:00
twinaphex
dc46c0d012 C89 build-fix 2016-05-11 19:38:46 +02:00
twinaphex
322d11e387 Avoid some warnings when compiling with --disable-netplay 2016-05-11 19:37:56 +02:00
twinaphex
22bea3a50b Remove some RUNLOOP_CTL_ enums 2016-05-11 19:28:22 +02:00
twinaphex
daf031173f Remove unused variable 2016-05-11 19:25:15 +02:00
twinaphex
123025665d (Qb) When threads are disabled, disable cheevos and/or libusb too 2016-05-11 19:11:09 +02:00
twinaphex
5845a9944d Add more HAVE_THREADS ifdefs 2016-05-11 19:02:43 +02:00
twinaphex
377f09f12a Change back retro_dirent_is_dir to hopefully avoid sshfs issues
- more rigorous testing should be applied before changing these
functions
2016-05-11 18:54:22 +02:00
twinaphex
fc56f6ebdb Add some HAVE_THREADS ifdefs 2016-05-11 10:10:30 +02:00
twinaphex
78783cc2aa Buildfixes for compiling without HAVE_MENU 2016-05-11 10:06:15 +02:00
twinaphex
b0342ebe44 Buildfix for compiling without ffmpeg 2016-05-11 09:52:06 +02:00
twinaphex
7ebfe1b66d Create retroarch_set_pathnames 2016-05-11 04:32:29 +02:00
twinaphex
030513bcee Create retroarch_fill_pathnames 2016-05-11 04:29:01 +02:00
twinaphex
95a6428915 RARCH_CTL_FORCE_QUIT is the same as RARCH_CTL_QUIT 2016-05-11 04:24:27 +02:00
twinaphex
b9df6f52f5 Kill off a bunch of RARCH_CTL_LOAD_CONTENT enums 2016-05-11 04:22:22 +02:00
twinaphex
5ad45ea17f task_image.c - Refactors to prepare it for JPEG support 2016-05-11 04:10:42 +02:00
twinaphex
e6969f7ced Cleanups 2016-05-11 04:03:21 +02:00
twinaphex
556017f23d Cleanup 2016-05-11 03:56:31 +02:00
twinaphex
e6f55814a9 (task_image.c) Cleanups 2016-05-11 03:55:09 +02:00
twinaphex
1b4d744dcd (task_image.c) Cleanups 2016-05-11 03:51:26 +02:00
twinaphex
1ac30884c4 (RJPEG) Prevent warnings 2016-05-11 03:40:25 +02:00
twinaphex
4ad23c927a Take out RARCH_CONSOLE ifdefs 2016-05-11 00:40:34 +02:00
twinaphex
2c6cf33dec Take out RARCH_CONSOLE ifdef 2016-05-11 00:26:31 +02:00
Twinaphex
19afc807ef (iOS) Not sure why we are calling rarch_main() twice for iOS 2016-05-10 23:33:51 +02:00
Alcaro
8420480981 Merge pull request #2989 from leiradel/master
renamed some functions because of griffin
2016-05-10 22:41:03 +02:00
Andre Leiradella
3d7be61363 renamed some functions because of griffin 2016-05-10 17:39:20 -03:00
Twinaphex
d9393d5872 Merge pull request #2986 from leiradel/master
implemented the RETRO_ENVIRONMENT_SET_MEMORY_MAPS callback
2016-05-10 22:22:40 +02:00
Andre Leiradella
c62723ebe2 replaced tab by spaces 2016-05-10 16:47:14 -03:00
Andre Leiradella
44ab560dd6 pre-processed mmaps according to instructions at https://github.com/Alcaro/minir/blob/master/minircheats-model.cpp#L21 2016-05-10 16:42:13 -03:00
twinaphex
eec4218ebb (RJPEG) Use features_cpu 2016-05-10 20:36:05 +02:00