29668 Commits

Author SHA1 Message Date
twinaphex
59413e0289 (win32_common.cpp) Cleanups/get rid of warning 2016-06-03 08:20:36 +02:00
twinaphex
01390f8ceb Use retro_common_api.h 2016-06-03 08:06:49 +02:00
Twinaphex
1aef6ddbc8 Merge pull request #3058 from mudlord/master
Updates to drag and drop:
2016-06-03 08:04:10 +02:00
mudlord
bcf636283b Updates to drag and drop:
* Now recognises old core used, if compatible.
* If not compatible, compatibile cores are scanned and used.
* Different compatible cores are now enumerated to be selected at will.
2016-06-03 16:00:08 +10:00
twinaphex
169b5e7a6b (libretro-db) Cleanups 2016-06-03 07:58:15 +02:00
twinaphex
d95c421ba9 (config_file.c) Cleanups 2016-06-03 07:52:57 +02:00
twinaphex
a503db016e Create filestream_eof 2016-06-03 07:29:27 +02:00
twinaphex
d40eade52c Create filestream_getline 2016-06-03 07:09:50 +02:00
twinaphex
e9cf351c67 Move settings around for User Interface -
(config_file) Try to get rid of forward declarations
2016-06-03 06:43:11 +02:00
twinaphex
5230aeb9d0 Use retro_common_api.h 2016-06-03 06:02:49 +02:00
twinaphex
7ce2ac082a Use retro_common_api.h 2016-06-03 05:54:21 +02:00
twinaphex
07932bff3e Use retro_common_api.h 2016-06-03 05:49:46 +02:00
twinaphex
8fc8ff4ed9 Use retro_common_api.h 2016-06-03 05:43:49 +02:00
twinaphex
8ce3c2bbc8 use retro_common_api.h 2016-06-03 05:38:40 +02:00
twinaphex
8486bf0058 Prevent uninitialized scalar variable warnings 2016-06-03 05:35:30 +02:00
twinaphex
63b3f30112 Cleanups 2016-06-03 05:32:18 +02:00
twinaphex
ddc3c2adcc Cleanup print_buf_lines 2016-06-03 05:30:06 +02:00
twinaphex
34ad3bd103 Cleanups 2016-06-03 05:24:21 +02:00
Twinaphex
75ad88e171 Cleanups 2016-06-03 05:09:54 +02:00
twinaphex
a5dbae0505 Cleanups 2016-06-03 04:59:12 +02:00
twinaphex
48987918e4 Cleanups 2016-06-03 04:37:10 +02:00
twinaphex
7625a790ba Cleanups 2016-06-03 04:35:07 +02:00
twinaphex
2f133a6835 Cleanups 2016-06-03 04:32:18 +02:00
twinaphex
f83dfb0621 (platform_linux.c) Prevent uninitialized scalar variable warnings 2016-06-03 04:27:42 +02:00
twinaphex
36e33bde90 Cleanup 2016-06-03 04:21:19 +02:00
twinaphex
c2dd8b884e Cleanups 2016-06-03 04:18:28 +02:00
twinaphex
3b83b6d030 Fix uninitialized scalar variable warnings 2016-06-03 04:12:18 +02:00
twinaphex
21bc56aa04 Fix uninitialized scalar variable warnings 2016-06-03 04:02:27 +02:00
twinaphex
ff8d00e12b Use RETRO_BEGIN_DECLS/RETRO_END_DECLS in more files 2016-06-03 03:22:35 +02:00
twinaphex
2b33c731d0 Create RFILE_MODE_READ_TEXT 2016-06-03 03:14:42 +02:00
twinaphex
d9ba04e470 Fix CXX_BUILD 2016-06-03 02:43:30 +02:00
twinaphex
b34786171e Use RETRO_BEGIN_DECLS/RETRO_END_DECLS 2016-06-03 02:39:35 +02:00
Twinaphex
5f843d30a0 Merge pull request #3055 from mudlord/master
added missing guards.
2016-06-03 02:33:50 +02:00
mudlord
6e1e8b3785 added missing guards. 2016-06-03 10:08:27 +10:00
Twinaphex
98278cc5cc Merge pull request #3054 from mudlord/master
add basic drag and drop to win32 gui
2016-06-03 01:23:25 +02:00
mudlord
4c53bdf4f9 add drag and drop 2016-06-03 09:14:53 +10:00
twinaphex
9c8f29c1ec (features_cpu.c) Use filestream 2016-06-03 00:17:09 +02:00
twinaphex
ac6a319a9d playlist.c - use filestream 2016-06-03 00:12:58 +02:00
twinaphex
294777166f video_shader_parse.c - use filestream 2016-06-03 00:11:41 +02:00
twinaphex
4dc3fe9f8c Create filestream_getc 2016-06-03 00:07:00 +02:00
twinaphex
97427b343b (libretro-common) Create filestream_gets 2016-06-03 00:03:58 +02:00
twinaphex
858aae10cb Fix unchecked return value warnings 2016-06-02 23:00:11 +02:00
twinaphex
29ca5b8c34 Fix some unchecked return value issues 2016-06-02 22:49:26 +02:00
Alcaro
9b2f6522a2 Fix use-after-free (thanks, Coverity) 2016-06-02 21:31:08 +02:00
Alcaro
9ab4e79503 Simplify these checks a little. 2016-06-02 21:02:28 +02:00
twinaphex
1156406dfc Null-check core_info variable before using it 2016-06-02 20:58:42 +02:00
twinaphex
79c94513ec Fix 'dereference before null check' 2016-06-02 20:56:13 +02:00
twinaphex
307361e12c Prevent 'explicit null dereferenced' warning 2016-06-02 20:53:26 +02:00
twinaphex
7b04375c9b Fix 'dereference after null check' 2016-06-02 20:52:30 +02:00
twinaphex
d8b3597455 menu_cbs_deferred_push.c - Fix 'array compared against 0' 2016-06-02 20:51:27 +02:00