Commit Graph

15296 Commits

Author SHA1 Message Date
Twinaphex
a3f4c07078 (iOS) Extensions list argument for dir_list_new should only be passed
when extension filtering is enabled
2015-01-01 18:47:39 +01:00
twinaphex
6ca7e0561e Add menu_navigation_browser_filter_supported_extensions_enable option 2015-01-01 16:40:47 +01:00
Toad King
3830dbebaf fix emscripten build 2014-12-31 20:26:49 -06:00
twinaphex
6bfe532d66 (iOS) Update 'black images' with libretro logo 2015-01-01 00:47:35 +01:00
Twinaphex
8e00408516 Merge pull request #1303 from jeapostrophe/master
Fix a variety of iOS issues:
2014-12-31 22:29:28 +01:00
Jay McCarthy
589e6ccde1 Ensuring that overlays... and maybe other things... have their settings take place immediately 2014-12-31 15:50:09 -05:00
Jay McCarthy
ace60b5827 Include auto save state in main_exit_save_config so that iOS users actually get auto saving 2014-12-31 15:30:28 -05:00
Jay McCarthy
c7cc2827a0 Go from load content directly into game 2014-12-31 15:24:50 -05:00
Jay McCarthy
73b4fe2f12 Add asset catalog and thus fixing iPhone 6 resolution 2014-12-31 14:52:08 -05:00
twinaphex
1e3686df40 Change audio_resampler_driver to 'OPTIONS' 2014-12-31 20:17:53 +01:00
twinaphex
3ee3e5a1a5 menu_list_destroy - check if 'list' is non-NULL before calling file_list_free 2014-12-31 20:07:42 +01:00
twinaphex
e0a364786c Further cleanups to dir_list_new 2014-12-31 19:25:45 +01:00
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