Twinaphex
|
0c1c05cda8
|
Merge pull request #1292 from lioncash/android
Android: Add the ability to check a downloadable core's wiki page.
|
2014-12-18 19:47:23 +01:00 |
|
Lioncash
|
9e3587c96f
|
Android: Handle case where core list could not be retrieved better
|
2014-12-18 13:44:17 -05:00 |
|
Lioncash
|
8b14bbc6e2
|
Android: Add context menu in the downloader for going to a core's wiki page
|
2014-12-18 13:44:08 -05:00 |
|
twinaphex
|
608b1f53c8
|
Enable autoconfig descriptor show by default
|
2014-12-18 18:59:03 +01:00 |
|
twinaphex
|
4f2909e3b5
|
(Android) Remove GPL waiver
|
2014-12-18 03:15:35 +01:00 |
|
twinaphex
|
82f6c57966
|
Add new option 'Show Autoconfig Descriptor Labels' for more
comprehensible button labels per joypad - needs to be added per
autoconfig file
|
2014-12-16 06:21:18 +01:00 |
|
twinaphex
|
bd40703fa3
|
Modify cheat_manager_update - pass in correct cheat index
|
2014-12-16 05:14:22 +01:00 |
|
twinaphex
|
21b99c3ac5
|
Press left/right on a cheat entry now to turn it ON/OFF
|
2014-12-16 02:20:06 +01:00 |
|
twinaphex
|
03f2421154
|
Add description to cheat code if available
|
2014-12-16 00:08:50 +01:00 |
|
twinaphex
|
fdc1cf5422
|
Can now load cht files from 'Load Cheat File'
|
2014-12-16 00:02:46 +01:00 |
|
twinaphex
|
be5a76cb91
|
Start using g_extern.cheat instead of having a separate cheat
manager in the menu struct
|
2014-12-15 23:57:14 +01:00 |
|
twinaphex
|
61c98d8893
|
Start adding stub 'Cheat File Load'
|
2014-12-15 23:51:11 +01:00 |
|
twinaphex
|
cf66692b21
|
Start adding cheat_manager_load function
|
2014-12-15 22:40:23 +01:00 |
|
twinaphex
|
ecb5b08432
|
Set cheatfile_name in set_paths
|
2014-12-15 21:55:51 +01:00 |
|
twinaphex
|
62d3e9784d
|
Don't compile in xml_compat code
|
2014-12-15 21:34:22 +01:00 |
|
twinaphex
|
18f9e4e296
|
Remove sha256 variable - cheats should no longer be dependent
on need_fullpath false and having a SHA256 hash
|
2014-12-15 21:29:09 +01:00 |
|
twinaphex
|
79f977bc2b
|
Remove unused cheat_manager_new_from_xml
|
2014-12-15 21:08:16 +01:00 |
|
twinaphex
|
46f8713165
|
Remove bsnes XML cheat code - rework this into something more generic
|
2014-12-15 21:03:00 +01:00 |
|
Twinaphex
|
199cbda252
|
Merge pull request #1288 from heuripedes/master
Revert "(cheats.c) Fix buffer reallocation"
|
2014-12-15 20:54:56 +01:00 |
|
Higor Eurípedes
|
5a0498b859
|
Revert "(cheats.c) Fix buffer reallocation"
This reverts commit 947baa6b60 .
|
2014-12-15 16:53:23 -03:00 |
|
twinaphex
|
db304a7e2f
|
Get rid of some useless casts pt. 2
|
2014-12-15 19:31:17 +01:00 |
|
twinaphex
|
2003d2ec12
|
menu_entries_cbs.c - some cleanups
|
2014-12-15 19:26:24 +01:00 |
|
twinaphex
|
b79af72de1
|
Split up cheats checks into separate function
|
2014-12-15 19:16:54 +01:00 |
|
twinaphex
|
205dd9d71f
|
(GLUI/RGUI display drivers) Implement ascend_alphabet/descend_alphabet
|
2014-12-15 19:03:47 +01:00 |
|
twinaphex
|
c06648b47f
|
(RGUI) Implement navigation_set_last in display driver
|
2014-12-15 18:56:49 +01:00 |
|
twinaphex
|
d6e9ac31f4
|
menu/menu_list.c - Cleanups
|
2014-12-15 18:52:46 +01:00 |
|
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 |
|