1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00
Commit Graph

29589 Commits

Author SHA1 Message Date
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
twinaphex
f1160f19b3 Fix uninitialized scalar variable warnings 2016-06-02 20:49:25 +02:00
twinaphex
d6430b2f5e Attempt to fix wrong sizeof argument 2016-06-02 20:45:32 +02:00
twinaphex
65d5ebc2bb Fix some dereference after null check warnings 2016-06-02 20:40:51 +02:00
Jean-André Santoni
3d338446f8 Merge pull request #3052 from Alexandre-Garcia/improve_translation_pt
Improve translation PT
2016-06-02 18:13:29 +02:00
Alexandre Garcia
9f4a6bbae2 Improve translation PT 2016-06-02 11:16:10 -03:00
twinaphex
04c30c77e0 Try to always build with HAVE_VULKAN for Windows 2016-06-01 07:16:06 +02:00
twinaphex
1f3790fafa Fix statement is unreachable warning 2016-06-01 05:59:17 +02:00
twinaphex
36106dd90a C89_BUILD fix 2016-06-01 05:58:22 +02:00
twinaphex
43f06aecd9 (playlist.c) Prevent warnings 2016-06-01 05:34:15 +02:00
twinaphex
280eb95b9a Prevent logically dead code warning 2016-06-01 05:31:05 +02:00
twinaphex
c7acb4658b Fix 'pointer to local outside scope' 2016-06-01 05:26:45 +02:00
twinaphex
da7f6a2a3b Prevent more warnings 2016-06-01 05:18:59 +02:00
twinaphex
5eb43846da Prevent explicit NULL dereferenced warnings 2016-06-01 04:14:48 +02:00
twinaphex
bc3eb34da5 Remove unused variables 2016-06-01 04:09:59 +02:00
twinaphex
da6ac4aae7 Fix explicit NULL dereferenced warnings 2016-06-01 04:05:14 +02:00
twinaphex
9bb8c41ff6 Fix uninitialized scalar variables warnings 2016-06-01 03:23:38 +02:00
twinaphex
ffdad57318 Fix double frees and resource leaks 2016-06-01 02:40:58 +02:00
twinaphex
2e42778f1e (task_queue.c) Prevent resource leak 2016-06-01 02:37:26 +02:00
twinaphex
bedd67a8b8 (QNX/BB10) Use HAVE_MATERIALUI 2016-05-31 05:17:57 +02:00
twinaphex
cf91d006b3 BB10 starts again 2016-05-31 05:16:35 +02:00
twinaphex
0c686e15db (QNX) Enable logging by default 2016-05-31 05:06:24 +02:00
twinaphex
5097240aef Add OFN_NOCHANGEDIR in hopes Win32 file dialogs won't change
current working dir
2016-05-31 04:48:00 +02:00
twinaphex
5b52098c54 Reimplement verbosity 2016-05-31 04:42:04 +02:00
twinaphex
0b47d98169 (BB) Update paths 2016-05-31 03:41:14 +02:00
Twinaphex
ccf80cbaa9 (BB) Update 2016-05-31 03:36:52 +02:00
twinaphex
b23784ddc5 Update modern_alpha_blend.gls.vert.h 2016-05-30 08:55:31 +02:00
twinaphex
632cc599d6 Change modern_alpha_blend.glsl.frag.h 2016-05-30 08:53:49 +02:00
twinaphex
0f12336737 Take this out too 2016-05-30 08:51:41 +02:00
twinaphex
d93d8e7a8f Update stock_fragment_modern 2016-05-30 08:44:13 +02:00