Commit Graph

19574 Commits

Author SHA1 Message Date
Twinaphex
fd59696f8f Merge pull request #1723 from fr500/master
fix per-core savedirs for content that needs_fullpath
2015-05-26 02:11:42 +02:00
twinaphex
87b501efa7 Remove database_playlist_free 2015-05-26 02:08:18 +02:00
twinaphex
6294d7a360 Remove database_playlist_realloc 2015-05-26 02:06:38 +02:00
radius
15815caf36 try to fix per-core savedirs for content that needs_fullpath 2015-05-25 19:03:39 -05:00
Twinaphex
79cb3abd32 Build fix in menu_action_ok_playlist_entry 2015-05-26 02:00:50 +02:00
twinaphex
9abe3ec6e8 Remove menu->db_playlist, refactor code 2015-05-26 01:58:52 +02:00
twinaphex
23a861ad1f Rename MENU_ACTION_TEST to MENU_ACTION_SCAN 2015-05-26 01:10:27 +02:00
twinaphex
5d1e7a7aec (menu_displaylist.c) Cleanup 2015-05-26 00:31:03 +02:00
twinaphex
d275f8dd8f Database dir scanning now creates 'rpl' (retroarch playlist) files 2015-05-26 00:25:07 +02:00
twinaphex
8fb8887c34 Create new playlist format 2015-05-26 00:12:49 +02:00
twinaphex
e05c0ab4f4 Set 'display name' to crc 2015-05-25 21:39:50 +02:00
twinaphex
350a33a4ae Start implementing database_info_list_iterate_found_match 2015-05-25 18:46:36 +02:00
Twinaphex
1a85dfe60a (Database) Remove some unused variables 2015-05-25 10:04:54 +02:00
twinaphex
0242b38c12 (task_database.c) Cleanups 2015-05-25 07:54:44 +02:00
twinaphex
14c46fb1ad (Menu) Add HAVE_LIBRETRODB ifdef 2015-05-25 07:46:56 +02:00
twinaphex
23299eb74d (task_database.c) Do string compare of CRC 2015-05-25 07:34:42 +02:00
twinaphex
0f58ad0e4e (Task database) Experimental database scanning 2015-05-25 07:05:00 +02:00
twinaphex
76e1c2d965 database_info_iterate_crc_lookup - cleanup 2015-05-25 05:36:23 +02:00
twinaphex
da2489ad72 (database_info.c) Make functions static 2015-05-25 05:24:47 +02:00
twinaphex
b6883f43fc Refactor menu_database_parse_query 2015-05-25 05:20:10 +02:00
twinaphex
3037dd8685 Refactor database_cursor_open 2015-05-25 05:09:18 +02:00
twinaphex
2f0b2460e7 Move code to database_info.c 2015-05-25 04:50:07 +02:00
twinaphex
32412ab918 Simplify rarch_main_data_db_cleanup_state 2015-05-25 03:46:03 +02:00
twinaphex
befa2f111c Create database_info_iterate_crc_lookup 2015-05-25 03:20:43 +02:00
twinaphex
ddc0fad327 Fix database_cursor_close 2015-05-25 02:04:29 +02:00
twinaphex
57724f884c Create database_cursor_close 2015-05-25 01:56:33 +02:00
twinaphex
7322b01eb2 database_info_list_new - properly close cursor at end 2015-05-24 20:54:08 +02:00
twinaphex
39528bc74e Refactor database_cursor_iterate 2015-05-24 20:48:49 +02:00
twinaphex
bcf389edab database_info_list_new - use memset 2015-05-24 20:30:05 +02:00
twinaphex
ed65caba26 Rename database_open_cursor to database_cursor_open 2015-05-24 20:21:39 +02:00
twinaphex
47a2c1f3c3 Move database_cursor_iterate to database_info.c 2015-05-24 20:19:34 +02:00
twinaphex
1f4c04de6a Refactor menu_database_push_query into database_cursor_iterate 2015-05-24 20:18:00 +02:00
twinaphex
c267503c9e Refactor menu_database_push_query 2015-05-24 20:15:30 +02:00
twinaphex
f7f538b60c Rename menu_database_populate_query to menu_database_parse_query 2015-05-24 20:06:15 +02:00
twinaphex
fd8c202edd Create database_info_build_query, move it to database_info.c 2015-05-24 19:36:28 +02:00
twinaphex
3c6dd65208 Pass db_state to zlib_parse_file 2015-05-24 08:06:29 +02:00
twinaphex
566eb771ba Refactor db_state code 2015-05-24 08:04:13 +02:00
twinaphex
07019909f3 (task_database.c) Start creating directory list of database entries
to browse over
2015-05-24 07:36:30 +02:00
twinaphex
25b4442580 Add some members to db_handle 2015-05-24 06:56:35 +02:00
twinaphex
a7c124e68f Add DATABASE_STATUS_ITERATE_BEGIN 2015-05-24 06:14:44 +02:00
twinaphex
be6ce5fb34 Get rid of some more useless casts 2015-05-24 05:10:09 +02:00
twinaphex
9326d9c27c (DRM EGL) Don't do useless cast 2015-05-24 05:07:01 +02:00
twinaphex
5bfd28c4a9 (database_info.c) Use dir_list_new_special 2015-05-24 05:04:58 +02:00
twinaphex
095683b2e0 Start using dir_list_new_special at more places 2015-05-24 04:39:16 +02:00
twinaphex
37a7749a73 Create dir_list_special.c 2015-05-24 04:19:32 +02:00
twinaphex
5e9a3631c5 menu_displaylist_parse_database_entry - use menu_database_build_query 2015-05-24 03:23:28 +02:00
twinaphex
344fe41c53 Create static function rarch_main_data_db_cleanup 2015-05-23 22:52:22 +02:00
twinaphex
c4becceb96 Refactor database_info_iterate 2015-05-23 22:46:23 +02:00
twinaphex
0f4d71477e Dehardcode database_info_poll 2015-05-23 22:07:59 +02:00
twinaphex
3de904cb78 Create DATABASE_STATUS_ITERATE_START 2015-05-23 21:56:29 +02:00