Commit Graph

15305 Commits

Author SHA1 Message Date
Twinaphex
aa9b4a9aa3 Merge pull request #1285 from lioncash/android
Android: Very early initial core downloader implementation
2014-12-13 23:16:43 +01:00
Lioncash
a0072efa60 Android: Initial early core downloader implementation 2014-12-13 17:11:32 -05:00
twinaphex
1a1c9aaeb3 Revert "Sort cores directly in core_info_list_new, so Lakka and XMB get a sorted core list"
This reverts commit d8d6984cd2.
2014-12-12 20:25:57 +01:00
Twinaphex
b5e19ec6d7 Merge pull request #1281 from amechtley/patch-1
Corrected path where modules should be copied.
2014-12-12 06:17:01 +01:00
amechtley
446459b318 Corrected path where modules should be copied. 2014-12-11 23:06:13 -06:00
twinaphex
a9a3bbcce5 Place content_is_init assignment in better spot 2014-12-10 22:26:37 +01:00
twinaphex
a8629c62bd (libretro-sdk/libco) Silence warnings 2014-12-10 17:59:24 +01:00
Twinaphex
78850cbc02 Merge pull request #1280 from lakkatv/xmb
Sort cores directly in core_info_list_new, so Lakka and XMB get a sorted...
2014-12-09 12:13:19 +01:00
Jean-André Santoni
d8d6984cd2 Sort cores directly in core_info_list_new, so Lakka and XMB get a sorted core list 2014-12-09 17:31:11 +07:00
twinaphex
008dfe4460 Non-HAVE_DYNAMIC codepath needs generic 'else' define 2014-12-09 04:27:40 +01:00
Alcaro
8137c4c9f2 (Cg) Clean this up a little. 2014-12-08 17:05:21 +01:00
Alcaro
e19078e2b5 Don't rely on implicit nulling of this stack array. 2014-12-08 17:02:45 +01:00
Twinaphex
551ad28fca Clean up unused variable 2014-12-08 12:17:34 +01:00
Twinaphex
e5a9bc7b1f Merge pull request #1279 from heuripedes/master
(cheats.c) Fix buffer reallocation
2014-12-07 22:03:01 +01:00
Higor Eurípedes
947baa6b60 (cheats.c) Fix buffer reallocation 2014-12-07 16:07:36 -03:00
twinaphex
fe0ece3124 Add preliminary Core Cheat Options support - should work with
cores like SNES9x/bSNES right now
2014-12-06 15:47:25 +01:00
Twinaphex
2808fbcd52 (Camera) Change back to BGRA 2014-12-05 14:30:44 +01:00
Twinaphex
cf5fac136a Fix variable shadowing 2014-12-05 14:29:40 +01:00
twinaphex
738d180816 Change some more instances of 'player' to 'user' 2014-12-05 14:21:04 +01:00
twinaphex
23569044ff Add 'Hide Unbound Input Descriptor' 2014-12-05 14:13:29 +01:00
twinaphex
9374136a9b Update player to user in skeleton config file 2014-12-05 13:59:09 +01:00
twinaphex
57918c0c24 Fix more 'player' variables to 'user' 2014-12-05 13:53:49 +01:00
twinaphex
181d163b36 Rename 'player' to 'user' 2014-12-05 13:48:54 +01:00
twinaphex
6615f26749 Can set RETRO_DEVICE_ANALOG with input descriptors now too 2014-12-04 14:53:29 +01:00
twinaphex
1e1457c45c Improvements to input descriptors being shown 2014-12-04 13:45:56 +01:00
twinaphex
e3e5f5f8a8 Implement input descriptor labels 2014-12-04 13:26:43 +01:00
Twinaphex
7aff514f94 Merge pull request #1278 from lioncash/ws
rmenu_xui: Fix indentation
2014-12-03 22:35:27 +01:00
Lioncash
a716ea0849 rmenu_xui: Fix indentation 2014-12-03 16:26:35 -05:00
twinaphex
f2292aaa91 Refactor gl/libretro-test.c a bit 2014-12-03 21:43:41 +01:00
twinaphex
d3977690f2 (gl.c) Cleanup 2014-12-03 21:21:55 +01:00
twinaphex
7c33b76818 Improve some log messages 2014-12-03 18:36:25 +01:00
twinaphex
c5cb86a47e Get rid of unneeded HAVE_OPENGLES3 ifdef 2014-12-03 18:31:43 +01:00
Twinaphex
b8992333b8 Merge pull request #1277 from jeapostrophe/master
Fix typo
2014-12-01 16:21:35 +01:00
Jay McCarthy
e306260302 Fix typo 2014-12-01 10:09:29 -05:00
Alcaro
6326e47fee Fix typo. 2014-11-30 15:43:58 +01:00
twinaphex
9b71273e72 Bind action OK callback for shader parameters to NULL 2014-11-30 02:35:08 +01:00
Alcaro
0e26f0ea2d (SDL) Fix some creepy misuse of temporaries. 2014-11-29 22:11:40 +01:00
twinaphex
c6cc3b8d90 CXX_BUILD - Fix some undefined reference linker errors 2014-11-29 21:18:45 +01:00
twinaphex
9ed2ba8412 [PATCH] Fix some C++ build issues. 2014-11-29 21:07:12 +01:00
twinaphex
3c9e97842e [PATCH 1/2] Fix RGUI shader parameters. 2014-11-29 21:03:31 +01:00
twinaphex
bb48597723 CXX_BUILD: buildfix #1 2014-11-29 21:01:21 +01:00
twinaphex
af0d416323 Fix bug in history_playlist_push 2014-11-29 16:53:26 +01:00
twinaphex
791ba7ba04 Should fix history list not being saved when launching from CLI 2014-11-29 16:40:33 +01:00
twinaphex
307e636e86 Show history list when g_settings.history_list_enable is true 2014-11-29 16:37:00 +01:00
twinaphex
9d25947694 Take out fclose on early return since it was only there for when
playlist is NULL
2014-11-29 16:07:05 +01:00
twinaphex
c6c20ae9b5 Change how content_playlist_read_file works 2014-11-29 16:05:52 +01:00
twinaphex
91efc6c68b Add log to RARCH_CMD_HISTORY_INIT 2014-11-29 15:37:53 +01:00
Twinaphex
07e2f24039 Merge pull request #1275 from lakkatv/xmb
(XMB) Move all caching stuff to the display driver
2014-11-27 19:06:23 +01:00
Jean-André Santoni
01838efaa8 (XMB) Move all file_list caching variables to the xmb display driver 2014-11-27 23:03:27 +07:00
Jean-André Santoni
9fe3f9409e (XMB) Move all file_list caching actions inside the xmb display driver 2014-11-27 22:28:45 +07:00