Commit Graph

19553 Commits

Author SHA1 Message Date
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
Twinaphex
9733d2b1ac Merge pull request #1721 from heuripedes/master
Reset hw render callback on core deinit
2015-05-23 21:33:26 +02:00
Higor Eurípedes
c3e35dd4b1 Reset hw render callback on core deinit 2015-05-23 16:28:04 -03:00
twinaphex
62de3336f5 (task_database.c) Call snprintf just once 2015-05-23 21:18:59 +02:00
twinaphex
9102ae125b Call rarch_main_msg_queue_push just once 2015-05-23 21:17:32 +02:00
twinaphex
938edba8b3 Add 'Scanning' message to ZIP file 2015-05-23 21:07:45 +02:00
twinaphex
74bea2c6e2 Add DATABASE_STATUS_ITERATE_NEXT 2015-05-23 20:53:43 +02:00
twinaphex
7696d55047 (Database) cleanup 2015-05-23 19:18:56 +02:00
twinaphex
e5e9e80cfb Reimplement MENU_ACTION_TESTx 2015-05-23 18:45:58 +02:00
twinaphex
e8691eb4d6 Move db.handle to runloop_data.h 2015-05-23 18:13:23 +02:00
twinaphex
ba6c563b83 (task_database) Small cleanup 2015-05-23 18:08:42 +02:00
twinaphex
c4d72672a2 Add DATA_TYPE_DB to main_message_queue_push 2015-05-23 18:03:30 +02:00
twinaphex
a2e15cb4f5 Create DATA_TYPE_DB 2015-05-23 17:59:48 +02:00
twinaphex
849cf352f3 Reimplement EVENT_CMD_UNLOAD_CORE 2015-05-23 17:38:14 +02:00
twinaphex
fe52e14a4c (Libretro test GL) Make max width/height 2048x2048 2015-05-23 17:23:24 +02:00
twinaphex
5bdbe5a3b0 (Data runloop) Cleanups 2015-05-23 17:16:19 +02:00
twinaphex
1535f7d1c2 (Database) Cleanups 2015-05-23 16:41:33 +02:00
twinaphex
16c0fef2af (GX) Buildfix 2015-05-23 01:17:17 +02:00
twinaphex
1fd8220f61 Works correctly now with core collection 2015-05-23 00:44:58 +02:00
twinaphex
30aaa265e0 Create filt_list_{set/get}_alt2_at_offset 2015-05-22 23:57:48 +02:00
twinaphex
4599fa26dc Rename parse_historylist to parse_playlist 2015-05-22 18:54:52 +02:00
twinaphex
74e806feaa Rename to 'Load Content (Collection)' 2015-05-22 18:19:01 +02:00