Twinaphex
|
0f1cb9863e
|
Merge pull request #1287 from CautiousAlbino/master
Fix nasty breakage when joypad index >= MAX_PLAYERS.
|
2014-12-15 15:52:44 +01:00 |
|
CautiousAlbino
|
cead63c83d
|
Fix nasty breakage when joypad index >= MAX_PLAYERS.
No bounds checking and joypad index is apparently now unsigned so old
"disabled" values in config will now overflow instead ...
|
2014-12-15 14:10:07 +01:00 |
|
twinaphex
|
c899d3d7ef
|
Runloop - early return if g_extern.cheat is NULL
|
2014-12-15 06:57:38 +01:00 |
|
twinaphex
|
6c338352d2
|
We're not going to use 'cheat database' from bsnes XML cheats,
but for our more general-purpose cheats in cores
|
2014-12-15 06:42:24 +01:00 |
|
twinaphex
|
3a81c23d01
|
Remove unused/stub 'Cheat Settings' setting
|
2014-12-15 06:37:14 +01:00 |
|
twinaphex
|
969fc38c42
|
Core Information - add Core Name / System Manufacturer
|
2014-12-15 01:59:32 +01:00 |
|
twinaphex
|
f2dd126948
|
Add Categories and System info to 'Core Information'
|
2014-12-14 20:51:53 +01:00 |
|
twinaphex
|
7686704a5f
|
Move SHA1 text to proper place
|
2014-12-14 17:56:45 +01:00 |
|
twinaphex
|
19304cf56a
|
Add sha1_calculate (takes a filename path)
|
2014-12-14 17:55:13 +01:00 |
|
Twinaphex
|
7bfa01e2bc
|
Merge pull request #1286 from CautiousAlbino/master
Log when context driver fails to bind API.
|
2014-12-14 15:26:53 +01:00 |
|
CautiousAlbino
|
b1c6a2bfd8
|
Log when context driver fails to bind API.
Some generic cleanups to context init as well.
|
2014-12-14 14:37:25 +01:00 |
|
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 |
|