15134 Commits

Author SHA1 Message Date
twinaphex
88c8c3b81e (SDK) Simplify dir_list_new 2014-12-31 19:17:43 +01:00
twinaphex
3ed8702a1f content.c - declare variables at the top 2014-12-31 18:51:29 +01:00
twinaphex
c340060731 (MSVC) Fix warning 2014-12-31 16:42:14 +01:00
twinaphex
d9632d4d34 (MSVC) Build fixes 2014-12-31 16:39:12 +01:00
Alcaro
fcc7da1270 Fix a bunch of aliasing warnings. 2014-12-31 16:36:56 +01:00
Alcaro
85fb0b784c Clear out a warning. Drop a random 7. 2014-12-31 16:34:32 +01:00
twinaphex
97dbcd709d (RarchDB) Build fixes 2014-12-31 14:39:21 +01:00
twinaphex
950a5489ec (RarchDB) Some build fixes for XDK 360 2014-12-31 14:37:28 +01:00
Twinaphex
f2e1641ace Fix 'no previous prototype for function' warning 2014-12-31 14:06:16 +01:00
Twinaphex
a1df3ef4a0 (iOS) Check if g_view is not NULL before trying to perform this
function
2014-12-31 13:52:59 +01:00
twinaphex
8aaa13dc6c (iOS) Add /var/mobile/Documents to default browser screen 2014-12-31 13:32:09 +01:00
Twinaphex
95c09844ab Call main_exit_save_config from applicationWillResignActive 2014-12-31 13:27:53 +01:00
twinaphex
c76a293a2e Add main_exit_save_config 2014-12-31 13:22:08 +01:00
twinaphex
dd713037b0 (Libretro SDK) Build fix for Wii 2014-12-31 11:07:45 +01:00
twinaphex
475273a4d4 (rarchdb) Fix some 'statement is unreachable' warnings 2014-12-31 11:04:23 +01:00
twinaphex
8d1bfa20db (rarchdb) Fix printf warnings 2014-12-31 10:56:57 +01:00
Twinaphex
fd74816e81 (rarchdb) Use %llu for unsigned 64bit, %lld for signed 64bit 2014-12-31 10:46:39 +01:00
Twinaphex
16b86e10fd (rarchdb.h) Fix 'no previous prototype for function' warning 2014-12-31 10:42:58 +01:00
twinaphex
21b8898884 (RarchDB) No longer need C99 2014-12-30 23:14:40 +01:00
twinaphex
a9438452a1 Add Content Database Directory Path option 2014-12-30 22:58:08 +01:00
twinaphex
e1691a8d92 Move SWAP16 to retro_endianness.h 2014-12-30 21:49:45 +01:00
twinaphex
4a7dd62cd3 (RarchDB) Cleanups 2014-12-30 21:45:03 +01:00
twinaphex
8d929854af (rarchDB) Fix some warnings 2014-12-30 21:17:34 +01:00
twinaphex
11318eb669 Add rarchdb code to Makefile.common and griffin 2014-12-30 21:12:43 +01:00
twinaphex
789168510f (rarchdb) Update 2014-12-30 21:04:00 +01:00
twinaphex
c16278f027 Add rarchdb 2014-12-30 21:02:15 +01:00
twinaphex
ce57697629 Add more HAVE_OVERLAY ifdefs to driver.h 2014-12-29 10:47:30 +01:00
twinaphex
494be5ee07 Move more overlay struct definitions to overlay header 2014-12-29 10:44:35 +01:00
twinaphex
343a0ed8cf Add explanation for input_overlay_enable 2014-12-29 10:22:38 +01:00
twinaphex
49ad98e543 Add input_overlay_enable option 2014-12-29 10:16:44 +01:00
twinaphex
f1f9096e91 Add license header text to http_intf.h 2014-12-28 15:28:47 +01:00
twinaphex
7cafaf0662 Add license header text to http_intf.c 2014-12-28 15:28:09 +01:00
twinaphex
477a2f3b55 Refactor some code in input_state - plus only accept overlay
input when driver.block_libretro_input is false
2014-12-28 15:20:01 +01:00
twinaphex
1ec8099789 Cleanups 2014-12-28 05:57:17 +01:00
twinaphex
70abd3ea9b Add SD_FLAG_* to remaining 'dir' settings 2014-12-28 05:05:26 +01:00
Twinaphex
c40a623d8f Update README.md 2014-12-26 00:15:01 +01:00
Twinaphex
fe44e06df1 Update README.md 2014-12-26 00:13:30 +01:00
Alcaro
e880f9ff66 Fix missing include. 2014-12-24 22:58:28 +01:00
twinaphex
8b41762639 (360) Define HAVE_FILTERS_BUILTIN 2014-12-23 23:06:51 +01:00
twinaphex
1500302e13 (XUI) Build fixes 2014-12-23 21:25:02 +01:00
twinaphex
94f5884a45 (XDK) Some stub build fixes 2014-12-23 21:21:49 +01:00
twinaphex
218b3dbda5 (XDK/MSVC) Fix some build errors (not completle yet) 2014-12-23 21:06:36 +01:00
twinaphex
048181e4af (Windows) Fix build 2014-12-23 03:01:23 +01:00
Twinaphex
b6b3090dd1 Merge pull request #1300 from jeapostrophe/master
Fixing audio/sync problems when gameplay is interrupted by call/etc
2014-12-22 19:26:24 +01:00
Jay McCarthy
47588a08f5 Fixing audio/sync problems when gameplay is interrupted by call/etc 2014-12-22 13:24:28 -05:00
twinaphex
344ae2575a Fix 'load content' - upon loading ZIP files, should no longer show
'deferred core list'
2014-12-22 18:56:58 +01:00
twinaphex
03aa4dd20c Cleanup menu_entries_parse_list 2014-12-21 23:44:33 +01:00
twinaphex
77bc9b5e0d Add stub Core Manager 2014-12-21 23:41:17 +01:00
twinaphex
d39a6ef45f shader_parse.h - fix C++ comments to C 2014-12-21 20:41:26 +01:00
Alcaro
be07fec2da Switch to downloading a binary file. 2014-12-21 20:25:35 +01:00