Commit Graph

26587 Commits

Author SHA1 Message Date
twinaphex
5cf576e2da Remove duplicate line 2016-01-26 09:30:51 +01:00
twinaphex
d7e75c9192 Simplify strcmp lines 2016-01-26 09:29:17 +01:00
twinaphex
ffec5bf83d (libretro-db) Simplify bintree.c 2016-01-26 09:26:34 +01:00
twinaphex
7baa166adc Change this back 2016-01-26 08:41:07 +01:00
twinaphex
767822bb46 Get rid of leiradel's db converter files 2016-01-26 08:36:44 +01:00
twinaphex
beb985dbaa Make this code more robust 2016-01-26 08:21:44 +01:00
twinaphex
158a520edb Cut down on some code duplication 2016-01-26 07:31:48 +01:00
twinaphex
b73832ce2e Revert "Cleanup code duplication in zip_file_decompressed"
This reverts commit 173c9fd5ca.
2016-01-26 07:16:44 +01:00
twinaphex
173c9fd5ca Cleanup code duplication in zip_file_decompressed 2016-01-26 07:06:38 +01:00
twinaphex
fbc3667f86 zip_file_decompressed - fix need_fullpath codepath 2016-01-26 07:01:26 +01:00
twinaphex
754bf4043d Load_content_from_compressed_archive sets new_path - attempt
to pass it to retro_load_game
2016-01-26 06:49:59 +01:00
Twinaphex
b333775611 Merge pull request #2674 from aliaspider/master
(libretro_db) update c_converter:
2016-01-26 06:44:58 +01:00
twinaphex
e05f04824c Log calls to retro_load_game and also document some other parts of the code 2016-01-26 06:30:28 +01:00
aliaspider
77e22e9a79 (libretro-db) c_converter: merge list entries sharing the same key
instead of overwriting the old ones.
2016-01-26 06:28:34 +01:00
twinaphex
b4f2ff0c42 Another C89_BUILD bugfix 2016-01-26 06:02:08 +01:00
twinaphex
a4cb739fc7 Fix C89_BUILD 2016-01-26 06:01:00 +01:00
twinaphex
c5597d3c9d Cleanups 2016-01-26 05:59:52 +01:00
twinaphex
d1d127728d Style nit 2016-01-26 05:56:53 +01:00
twinaphex
41deaa4af8 Style nits 2016-01-26 05:52:43 +01:00
twinaphex
9c4b927b17 Style nits 2016-01-26 05:48:31 +01:00
twinaphex
d8fef4df6e Style nits 2016-01-26 05:44:21 +01:00
twinaphex
317dda00ea Respect 80-char width limit 2016-01-26 05:38:40 +01:00
twinaphex
f6ca836e25 Cleanups - respect 80-char width 2016-01-26 05:07:37 +01:00
twinaphex
77a21ba283 Cleanups 2016-01-26 05:06:11 +01:00
twinaphex
302e7d0944 Style nits - respect 80-char width 2016-01-26 05:03:41 +01:00
twinaphex
d4d6788381 Use sizeof(variable) instead of hardcoded PATH_MAX_LENGTH 2016-01-26 04:58:40 +01:00
twinaphex
425406537c Fix Android crash 2016-01-26 04:29:19 +01:00
aliaspider
35e54b9777 (libretro-db) c_converter: simplify value_provider:
- use hash-key based lookups.
- allow direct editing of the the dat<->rdb mappings.
2016-01-26 03:17:22 +01:00
twinaphex
6cba7d8d91 Cleanups 2016-01-26 02:42:23 +01:00
twinaphex
2716d9da3e Cleanups 2016-01-26 02:39:54 +01:00
twinaphex
24e577750b Cleanups 2016-01-26 02:38:09 +01:00
twinaphex
390b209cba Cleanups 2016-01-26 02:31:10 +01:00
twinaphex
657565f430 Don't use hardcoded PATH_MAX_LENGTH for length 2016-01-26 02:30:33 +01:00
twinaphex
2a9b2d7759 Cut down on duplicated code surrounding game options files 2016-01-26 02:24:59 +01:00
twinaphex
04616522b9 Cleanup action_ok_option_create 2016-01-26 02:21:03 +01:00
twinaphex
8d1aaa4905 Use fill_string_join 2016-01-26 02:07:39 +01:00
aliaspider
46dc864258 (libretro-db) c_converter: refactor creation/deletion of match_key
objects.
2016-01-26 02:02:37 +01:00
twinaphex
ec16640e55 (menu_cbs_ok.c) Use sizeof(variable) for fill_pathname_join and friends 2016-01-26 01:47:35 +01:00
twinaphex
f89467ccbf Create fill_string_join 2016-01-26 01:46:15 +01:00
twinaphex
e386bc4963 Cleanup 2016-01-26 01:27:23 +01:00
twinaphex
5aca126ffe Fix crash when loading from playlist 2016-01-26 01:24:26 +01:00
twinaphex
d8f0df794d Prevent strlcpy if menu_path is NULL 2016-01-26 01:20:08 +01:00
twinaphex
07d65c34ad Simplify menu_content.c 2016-01-25 18:28:19 +01:00
twinaphex
0c235f336b Nits 2016-01-25 18:21:48 +01:00
twinaphex
c78d3e0fd7 Cleanups 2016-01-25 18:19:19 +01:00
twinaphex
e141b17bf4 Nits 2016-01-25 18:18:00 +01:00
twinaphex
e5c1d0d8b5 Respect 80-char width length 2016-01-25 18:14:14 +01:00
twinaphex
f31a6a76bd Cleanup action_ok_playlist_entry 2016-01-25 18:11:26 +01:00
twinaphex
5f3b583452 Create CONTENT_CTL_LOAD_RAM_FILE and CONTENT_CTL_SAVE_RAM_FILE 2016-01-25 07:15:05 +01:00
twinaphex
bb36ad2772 Take out playlist.h header include from database_info.h 2016-01-25 07:06:58 +01:00