29683 Commits

Author SHA1 Message Date
Diablodiab
d7bfe70ca1 Check if content has been passed to core even if the core does not need content.
Only start without content if no content has been passed.

This fixes a problem with cores that are both able to start with or without
content, eg. ScummVM.
2016-05-30 00:19:05 +02:00
Twinaphex
00f0a7dd91 Merge pull request #3046 from leiradel/rpng
Optimized palette decoding; fixed bug while getting alpha values for palettized images.
2016-05-29 16:39:45 +02:00
Andre Leiradella
b1daca2582 Merge branch 'rpng' of https://github.com/leiradel/RetroArch into rpng 2016-05-29 11:30:34 -03:00
Andre Leiradella
9cc830ecd6 fixed getting wrong alpha values from tRNS chunk 2016-05-29 11:30:04 -03:00
Andre Leiradella
88eab60b13 optimized palette decoding 2016-05-29 11:25:28 -03:00
Andre Leiradella
516918c163 optimized palette decoding 2016-05-29 10:57:57 -03:00
Twinaphex
6f3a78b41a Merge pull request #3044 from leiradel/rpng
support tRNS chunks in palettized images
2016-05-29 06:48:33 +02:00
Andre Leiradella
d9ea20727c support tRNS chunks in palettized images 2016-05-29 01:03:44 -03:00
Twinaphex
419cdced44 Merge pull request #3043 from leiradel/imgviewer
show a checker background behind images with transparency
2016-05-29 05:41:29 +02:00
twinaphex
e222df4eb6 Fix LOAD_CONTENT_WITH_NEW_CORE_FROM_MENU 2016-05-29 05:36:41 +02:00
Andre Leiradella
97a4f0d2fd show a checker background behind images with transparency 2016-05-29 00:24:09 -03:00
twinaphex
d39d925c1d Fix opsque Cg shader 2016-05-29 03:48:08 +02:00
twinaphex
78b208c441 Get rid of settings variable 2016-05-29 00:19:04 +02:00
twinaphex
eafb235e66 Cleanups 2016-05-29 00:03:15 +02:00
twinaphex
bf6fa07b25 Cleanups 2016-05-28 23:56:07 +02:00
twinaphex
2859f6f18d Cleanup 2016-05-28 23:53:13 +02:00
twinaphex
efaf6e10ee Cleanups 2016-05-28 23:48:32 +02:00
twinaphex
fdb218f64e We don't have to call task_load_core for ffmpeg/imageviewer paths 2016-05-28 23:40:58 +02:00
twinaphex
e0885a71e3 Remove core_path lines from ffmpeg/imageviewer paths 2016-05-28 23:39:04 +02:00
twinaphex
383a5968cc Create task_push_quick_menu 2016-05-28 23:34:21 +02:00
twinaphex
f8ed8ebde4 Create task_load_core 2016-05-28 23:20:43 +02:00
twinaphex
1b0c224c02 Create task_load_content 2016-05-28 23:16:57 +02:00
twinaphex
da6a74b2dc Leave only GLSL_330 macro 2016-05-28 20:58:49 +02:00
Twinaphex
2056d25e3e Update GLSL_330_ES/GLSL_330_CORE 2016-05-28 20:56:37 +02:00
Twinaphex
e331281d6a (shaders_common.h) Fix GLES 2016-05-28 20:56:02 +02:00
twinaphex
3d5cc14030 Convert other shaders 2016-05-28 18:43:00 +02:00
twinaphex
653359911a Cleanup shaders 2016-05-28 18:18:23 +02:00
twinaphex
2b5aae8a21 Add this too 2016-05-27 21:41:14 +02:00
twinaphex
828b9c6c46 task_content.c - can now reach this code 2016-05-27 21:25:42 +02:00
twinaphex
954aaa3fc6 More preparatory work for net retropad core 2016-05-27 21:16:25 +02:00
twinaphex
c0d86cd8d3 Ifdef autosave code for HAVE_THREADS 2016-05-27 20:43:55 +02:00
twinaphex
e8eb0ef013 Change invocation of task_content_push 2016-05-27 19:34:07 +02:00
twinaphex
c16cae7ef9 Create retroarch_set_current_core_type 2016-05-27 19:26:45 +02:00
twinaphex
ccd5b2f73d Add 'Start Remote Gamepad' entry 2016-05-27 19:18:46 +02:00
twinaphex
7d26034ebe Rename rarch_task_* to task_* 2016-05-27 18:14:47 +02:00
twinaphex
c00f8c5dd6 Add comments 2016-05-27 18:07:51 +02:00
twinaphex
534c923b6b Remove autosave.c 2016-05-27 17:52:20 +02:00
twinaphex
eeddd7072b Move struct to top 2016-05-27 17:29:12 +02:00
twinaphex
1c868ffaa2 Cleanups 2016-05-27 17:27:38 +02:00
twinaphex
a6f95b307f Silence warnings 2016-05-27 17:24:54 +02:00
twinaphex
49f050b386 Move config_replace to configuration.c 2016-05-27 16:42:20 +02:00
twinaphex
a70d8e43d9 Cleanups 2016-05-27 16:35:21 +02:00
twinaphex
e8a02dd448 C89_BUILD fix 2016-05-27 06:03:38 +02:00
Twinaphex
130411365b Remove unused variable 2016-05-27 05:39:52 +02:00
twinaphex
9d6eda5409 Remove double entry in qb/config.params.sh 2016-05-27 05:22:11 +02:00
twinaphex
e7aedb6fb9 Remove unneeded async_job - plug memory leak in cheevos.c 2016-05-27 05:19:27 +02:00
Andrés
bf04b798fe Merge pull request #3037 from leiradel/cheevos
added all console ids; added fixup for pce; fixed mmap matching
2016-05-26 22:14:31 -05:00
twinaphex
6dc2e8ca45 (configuration.c) Cleanups 2016-05-27 05:13:05 +02:00
Andre Leiradella
d791da9507 undefined debug macros 2016-05-27 00:06:03 -03:00
twinaphex
dd03076976 Remove config_realloc 2016-05-27 05:05:27 +02:00