Commit Graph

29658 Commits

Author SHA1 Message Date
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
twinaphex
2b4baa0452 Cleanup configuration.c 2016-05-27 05:02:26 +02:00
Andre Leiradella
fad2acf1ee added all console ids; added fixup for pce; fixed mmap matching 2016-05-26 23:47:14 -03:00
twinaphex
e41efa9849 Cleanup menu_content_find_first_core 2016-05-27 04:41:39 +02:00
twinaphex
a743c779f8 Prevent some 'conditional jump or move depends on unitialised value' warnings 2016-05-27 04:31:02 +02:00
twinaphex
0d271b0ca7 Cleanups 2016-05-27 04:18:27 +02:00
twinaphex
150d05c160 Not sure why it tried to call input_overlay_free twice in a row 2016-05-27 04:09:46 +02:00
Twinaphex
af4d085632 Merge pull request #3036 from lakkatv/master
(Menu) Fixes a menu toggle bug
2016-05-26 22:51:31 +02:00
Jean-André Santoni
72e67acec0 (Menu) Fixes a menu toggle bug 2016-05-26 22:45:01 +02:00
Twinaphex
b81b5b0dfe Revert "playlist.c - prevent logically dead code -a nd also try to prevent memleak"
This reverts commit a1034716e1.
2016-05-26 22:22:30 +02:00
twinaphex
bd5c0effa4 Revert "playlist_free_entry - cleanups"
This reverts commit 9624406438.
2016-05-26 22:17:42 +02:00
Twinaphex
5a7ab3a394 Revert "Free before doing strdup"
This reverts commit 189f8d58ec.
2016-05-26 22:07:03 +02:00
twinaphex
189f8d58ec Free before doing strdup 2016-05-26 22:03:37 +02:00
twinaphex
1d632e26fe Add missing file 2016-05-26 20:52:27 +02:00
twinaphex
584ec83840 Start adding internal network retropad core hooks 2016-05-26 19:43:15 +02:00
twinaphex
d6a36f3768 configuration.c - fix unchecked return value 2016-05-26 18:17:31 +02:00
twinaphex
a1034716e1 playlist.c - prevent logically dead code -a nd also try to prevent memleak 2016-05-26 18:12:27 +02:00
twinaphex
03ded43280 Prevent explicit null dereferenced warnings 2016-05-26 18:09:46 +02:00
twinaphex
a98616b45b Fix explicit NULL dereferenced/dereference before null check warnings 2016-05-26 17:47:21 +02:00
twinaphex
142dd82067 (input_overlay.c) Prevent dereference after null check 2016-05-26 17:35:46 +02:00
twinaphex
e297da1b71 Take out this call to prevent another memory leak 2016-05-26 17:34:44 +02:00
twinaphex
4f98cf05f4 Fix uninitialized scalar variable warnings 2016-05-26 17:32:27 +02:00
twinaphex
0f954fd4c8 Resource leaks fixes (catched by Coverity) 2016-05-26 17:26:55 +02:00
twinaphex
9624406438 playlist_free_entry - cleanups 2016-05-26 16:37:39 +02:00
Twinaphex
a816d150b1 Merge pull request #2857 from RobLoach/patch-1
Add documentation for libretro-db compilation
2016-05-26 16:17:54 +02:00
Twinaphex
427c73e7fd Merge pull request #3034 from sronsse/fixes_for_team
task overlay: Fix memory leak caused by overlay being loaded multiple…
2016-05-26 08:20:39 +02:00