Commit Graph

15305 Commits

Author SHA1 Message Date
twinaphex
e44092e589 (XDK) Fix d3d_get_video_size 2015-01-03 20:54:49 +01:00
twinaphex
abe7afbee1 (Android UI) Another fix for Android 2.3x devices 2015-01-03 18:59:52 +01:00
Twinaphex
e327eb4696 Merge pull request #1309 from lioncash/crap_devices
Android: Fix the core manager on outdated devices we still support
2015-01-03 18:45:06 +01:00
Lioncash
04cc4b3725 Android: Fix the core manager on outdated devices we still support 2015-01-03 12:25:20 -05:00
gizmo98
e699f7e46e videocore: enable upscaling...
...if retroarch.cfg contains custom resolution.
2015-01-03 09:54:56 +01:00
Twinaphex
141cd55112 Merge pull request #1305 from jeapostrophe/master
Fix dumb asset names and duplication
2015-01-01 21:16:25 +01:00
Jay McCarthy
3b1f1df272 Fix dumb asset names and duplication 2015-01-01 15:13:44 -05:00
twinaphex
ef947b3bf8 action_ok_directory_push - no longer crashes on pressing 'A' on an
empty entry
2015-01-01 19:04:12 +01:00
Twinaphex
343f0c40dd (iOS) Fix crash in fill_rect upon closing RetroArch iOS 2015-01-01 18:53:04 +01:00
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