15077 Commits

Author SHA1 Message Date
twinaphex
f640562db2 Get rid of some useless casts pt. 3 2014-12-15 18:50:04 +01:00
twinaphex
ae77642e94 Check if block_extract is false 2014-12-15 18:36:49 +01:00
twinaphex
6965774c69 read_content - Not sure why Timo S Trunks did this. If need_fullpath is true
and the file passed is a 7z/zip archive, pass it straight-as is
2014-12-15 18:33:12 +01:00
twinaphex
33168a627e Cleanup warning/error strings in decompress somewhat 2014-12-15 17:46:06 +01:00
twinaphex
b22d58fd10 rarch_defer_core - put another codeblock around an ifdef 2014-12-15 17:29:29 +01:00
twinaphex
c30ddccd3e set_basename - move comments inside ifdef 2014-12-15 17:21:25 +01:00
Twinaphex
e98749e2a0 Get rid of 'declaration shadows local variable' warning in Xcode/Clang 2014-12-15 17:15:22 +01:00
twinaphex
63fe97c0a5 Cleanup some useless casts pt. 2 2014-12-15 17:13:08 +01:00
twinaphex
f0dc41757f Cleanup some useless casts 2014-12-15 17:09:40 +01:00
twinaphex
9f11543ce2 content.c - Add HAVE_COMPRESSION ifdef around code block 2014-12-15 17:06:40 +01:00
twinaphex
6a9913c744 Fixup fill_pathname_basedir in load_content 2014-12-15 17:04:57 +01:00
twinaphex
e871d27d7d Set new pathname basedir in case extraction_directory has not
been set
2014-12-15 16:57:22 +01:00
twinaphex
f9d819f971 Cleanup load_content a bit 2014-12-15 16:53:25 +01:00
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 d8d6984cd22bc32abd254f0434959833e44c4c72.
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