Commit Graph

15725 Commits

Author SHA1 Message Date
twinaphex f4d0b12288 (menu_entries_cbs.c) Cut down on code duplication 2015-01-22 23:17:17 +01:00
twinaphex 9a2b520854 Cleanup menu_action_setting_set 2015-01-22 23:09:58 +01:00
twinaphex 05baa82fe3 Refactor action_ok_load_state/action_ok_save_state 2015-01-22 22:57:15 +01:00
twinaphex c293d7db57 (LibretroDB) Close cursor and db when done 2015-01-22 04:57:33 +01:00
twinaphex 36224f029b Left/right scrolling for MENU_FILE_RDB / MENU_FILE_RDB_ENTRY 2015-01-22 04:48:15 +01:00
twinaphex 9e7bfb7520 (LibretroDB) Start being able to list database entries 2015-01-22 04:41:34 +01:00
twinaphex 058ba4ceaa Get rid of debug log 2015-01-22 04:06:26 +01:00
twinaphex 9bb2c00c1c Add 'Core Manager Options' 2015-01-22 04:05:10 +01:00
twinaphex ff570dcdf4 Ifdef LibretroDB code 2015-01-22 03:58:04 +01:00
twinaphex dfd8d55f7a Start adding Database Manager (stub for now). Also add some more
libretrodb documentation
2015-01-22 03:45:48 +01:00
twinaphex 1db3789090 (SDL2) Cleanup driver 2015-01-22 01:08:20 +01:00
twinaphex 9c7f3c30a0 (sdl_gfx.c) cleanups 2015-01-22 00:32:24 +01:00
twinaphex f1eee5554f Add performance.h header to sdl_gfx.c 2015-01-22 00:26:50 +01:00
Alcaro eb25b91e26 Add a half-finished HTTP lib here. 2015-01-21 23:23:36 +01:00
twinaphex f790216a41 Add RARCH_CMD_NETWORK_INIT and RARCH_CMD_NETWORK_DEINIT.
Run RARCH_CMD_NETWORK_INIT before entering Core Manager option.
Needed on Windows where we need to call WSAStartup to initialize Winsocks
first before we can do any network stuff
2015-01-21 20:44:40 +01:00
twinaphex de0b087666 (Android) Buildfix 2015-01-21 06:51:45 +01:00
twinaphex 3f5851048e (MSVC) Buildfix 2015-01-21 06:43:49 +01:00
twinaphex 74b6a5c21a (iOS) Add HAVE_NETPLAY to iOS 2015-01-21 06:40:00 +01:00
Twinaphex f011924355 (OSX) Fix some warnings 2015-01-21 06:36:39 +01:00
twinaphex b2c8254c06 (Wii) Fix some warnings 2015-01-21 06:34:37 +01:00
twinaphex a1f12dd570 (PSP) Buildfix 2015-01-21 06:33:31 +01:00
twinaphex bcdbde05f1 Cleanup 'Buildbot not Configured' usecase 2015-01-21 06:32:28 +01:00
twinaphex 201285ec1b Correct two buildbot server URLs 2015-01-21 06:29:36 +01:00
twinaphex 3bdb736ac7 Set up some default buildbot URL paths per platform 2015-01-21 06:28:40 +01:00
twinaphex c056428694 Set up default fallback message for when buildbot URL is
not configured.
2015-01-21 06:20:36 +01:00
twinaphex f916bef5f0 Add rudimentary Core Manager - pulls index listing from the buildbot
and lets you download cores to the core directory.

Current limitations and what still needs to be addressed:
* Core is downloaded to core directory still packaged in a zip
file. Will need manual unzipping by the user. We should have
a setting for automating this.
* We should have some sane defaults for the buildbot URL on
specific platforms. For instance, Android, Windows, etc.
* We should present a fancier name listing than what we have
now eventually where it gets the names from the core info files
* Should we do comparisons between the currently installed core
and the one we're about to download now? A CRC check or some
different means?  Problem I can see is that there's right now
no good way to determine if a core actually needs to be updated
without first downloading it.
2015-01-21 05:47:52 +01:00
twinaphex 5044128d92 http_download_file - free buffer at the end 2015-01-21 02:19:48 +01:00
twinaphex 5e920393ac Fix http_get_file 2015-01-21 02:02:11 +01:00
twinaphex 8d6e5811f2 Refactors 2015-01-21 01:56:59 +01:00
twinaphex 68a0f98096 Cleanups 2015-01-21 01:42:06 +01:00
Twinaphex 13ba0f0c52 Merge pull request #1354 from heuripedes/linuxraw
linuxraw fixes
2015-01-21 01:26:22 +01:00
Higor Eurípedes c756a643dd linuxraw_joypad.c - Fix button polling 2015-01-20 21:15:43 -03:00
Higor Eurípedes c3c734c159 linuxraw_joypad.c - Use C89 comments 2015-01-20 21:15:43 -03:00
twinaphex 181d0849c1 Add function http_file_download 2015-01-21 01:12:26 +01:00
twinaphex 0e9e0aa48c Use snprintf in http_lib.c 2015-01-21 00:43:46 +01:00
twinaphex 300e5ebd0d (http_lib.c) Cleanups 2015-01-21 00:39:10 +01:00
twinaphex 9e64ff2a86 (http_lib) Cleanups 2015-01-21 00:33:58 +01:00
twinaphex c27021e90f http_lib.c - Add documentation 2015-01-21 00:01:01 +01:00
twinaphex 6afd5684ec menu_entries_cbs.c - cleanups 2015-01-20 23:39:13 +01:00
twinaphex a3093919c7 menu_entries_cbs.c - Code deduplication 2015-01-20 23:30:59 +01:00
Twinaphex 0bbed0eed3 Merge pull request #1353 from lakkatv/xmb
Add background support in lakka, like it's already the case in xmb
2015-01-20 22:55:19 +01:00
Jean-André Santoni 7c0d1b6e74 Add background support in lakka, like it's already the case in xmb 2015-01-20 22:46:37 +01:00
Twinaphex 550807b46a Merge pull request #1352 from maddox/ignore-ios-modules-dir
Ignore `apple/iOS/modules/`
2015-01-20 22:41:14 +01:00
Jon Maddox d66c6038d4 add apple/iOS/modules to the ignore list 2015-01-20 16:37:02 -05:00
twinaphex 72e1890ba7 Get rid of warning in query.c 2015-01-20 22:36:51 +01:00
Twinaphex 789ee4f370 Merge pull request #1351 from lakkatv/xmb
Fix FPS drop due to suppress_screensaver being called on each frame
2015-01-20 22:34:14 +01:00
Jean-André Santoni ee533909dc Fix FPS drop due to suppress_screensaver being called on each frame 2015-01-20 22:31:59 +01:00
Twinaphex eab73a68a0 Merge pull request #1350 from maddox/fix-xcode-build
Remove Reference to Removed Overlays Dir
2015-01-20 22:12:21 +01:00
twinaphex bf16defeb3 Update libretroDB 2015-01-20 22:11:00 +01:00
Jon Maddox 1914190d4f remove reference to overlays dir so we can build again 2015-01-20 16:08:09 -05:00