333 Commits

Author SHA1 Message Date
twinaphex
1cb9f651ab zlib_extract_core_callback - compile it in only when HAVE_ZLIB
is defined
2015-04-19 18:45:29 +02:00
twinaphex
7f17f340c0 (Menu) Cleanup 2015-04-15 09:35:48 +02:00
twinaphex
c2f659fb68 Add 'Recording Settings' to menu_entries_common_is_settings_entry 2015-04-15 09:25:09 +02:00
twinaphex
0818b178f9 Rename rarch_main_command to event_command 2015-04-13 11:26:02 +02:00
Twinaphex
de2eb5f972 Rename RARCH_CMD_* to EVENT_CMD_* 2015-04-13 10:29:15 +02:00
twinaphex
43bb5c81cc Start creating input HID driver interface, etc. 2015-04-01 22:31:43 +02:00
twinaphex
dd30be4da4 (menu_entries_cbs.c) Use write_file wrapper 2015-04-01 18:40:49 +02:00
twinaphex
caf4d457d6 (Menu) Use zlib_perform_mode 2015-03-28 21:13:10 +01:00
twinaphex
c26804335b (libretro-common) Move file_extract.c to libretro-common 2015-03-28 20:14:19 +01:00
twinaphex
a532742b96 Refactor zlib_inflate_data_to_file so that it is nonblocking 2015-03-28 19:18:42 +01:00
twinaphex
508ade73f9 Rename menu_driver_resolve to menu_driver_get_ptr 2015-03-21 23:56:42 +01:00
twinaphex
e996d5d51f Updates 2015-03-20 21:22:38 +01:00
twinaphex
d2c97de070 Move net_compat/net_http to libretro-common 2015-03-20 17:56:00 +01:00
twinaphex
00239a30d6 Create wrapper functions for passing a message to the runloop's
message queue
2015-03-15 02:47:23 +01:00
twinaphex
795ef467ac Move msg_queue and nbio/http to runloop struct 2015-03-07 13:01:41 +01:00
twinaphex
622321f3fc Get rid of some header dependencies 2015-02-27 05:04:50 +01:00
twinaphex
ab05a6af5b Split up contentlist_switch into new file 2015-02-27 03:28:50 +01:00
twinaphex
85c6bb503d Seperate fiel for cbs_refresh 2015-02-27 03:25:28 +01:00
twinaphex
ee0253fbad Split up up_or_down code to new file 2015-02-27 03:21:49 +01:00
twinaphex
e678abdd75 Take out duplicate inline function 2015-02-27 03:15:20 +01:00
twinaphex
1df54e4410 Split up cbs_select code to new file 2015-02-27 03:08:30 +01:00
twinaphex
33d5b4f779 Split up cbs_iterate to new file 2015-02-27 03:05:19 +01:00
twinaphex
37306bcdc6 Split up representation cbs into separate file 2015-02-27 02:50:19 +01:00
twinaphex
51071a3e46 (Menu) Split up cbs_toggle to new file 2015-02-27 02:44:10 +01:00
twinaphex
4d9eb3f8d8 (Menu) Split off cbs start to separate file 2015-02-26 18:28:48 +01:00
twinaphex
5a0f41c338 Create menu_entries_cbs_deferred_push.c 2015-02-26 17:33:00 +01:00
twinaphex
b4a8ee4006 Split up action cancel callbacks to new file 2015-02-26 17:22:00 +01:00
twinaphex
39b318c5ab Start splitting up menu_entries_cbs.c across several files 2015-02-26 16:50:30 +01:00
twinaphex
f80e3740aa Implement set_video_mode in video poke interface 2015-02-24 21:57:51 +01:00
twinaphex
88137521c4 Reimplement action_ok_video_resolution 2015-02-24 21:37:58 +01:00
twinaphex
d46f240679 Ifdef two functions with HAVE_LIBRETRODB 2015-02-24 20:23:35 +01:00
twinaphex
7e9aeee05d (GX) Implement get_video_output_size for Wii/Gamecube 2015-02-24 20:22:45 +01:00
twinaphex
55a2209e8e (PS3) Go through get_video_output_size interface now - build fixes 2015-02-24 20:16:03 +01:00
twinaphex
c5c9fbfbd8 Cleanup deferred_push_rdb_entry_detail 2015-02-24 19:08:53 +01:00
twinaphex
234c24c3b3 Move struct image to nbio 2015-02-24 08:40:20 +01:00
Toad King
f4a40c5218 [GX] more build fixes 2015-02-23 22:15:36 -06:00
twinaphex
58a25ef419 Implement nonblocking wallpaper image loading 2015-02-24 03:01:59 +01:00
twinaphex
6ce7e5b571 Refactor menu driver's 'load wallpaper' function 2015-02-23 23:32:59 +01:00
twinaphex
1a1d6a0889 Change returntype of file_cb for zlib_parse_file 2015-02-23 01:23:21 +01:00
twinaphex
37a541e8a0 Restructure some settings in g_extern 2015-02-16 17:52:58 +01:00
twinaphex
41d3657b5d Start creating directory content scanning - nonblocking I/O not
yet implemented
2015-02-16 07:53:27 +01:00
twinaphex
939b78753a Get rid of messy 'pending cb' code - instead use
string lists
2015-02-16 05:44:43 +01:00
twinaphex
01359b14c6 Add label representation for video filter 2015-02-15 20:37:15 +01:00
twinaphex
a68886cf5d Add 'action_start' for video filter 2015-02-15 18:41:58 +01:00
twinaphex
be5f3254ba Start implementing video softfilters - move it to Video Options 2015-02-15 18:26:59 +01:00
twinaphex
5fca7c5e9d Create 'Video Options' 2015-02-15 17:40:25 +01:00
twinaphex
3a2336275d Take out 'Default Filter' option 2015-02-15 17:32:23 +01:00
twinaphex
20b87ad3d5 Reimplement get_string_representation for ST_ACTION 2015-02-15 04:49:57 +01:00
twinaphex
f271b05712 MENU_SETTING_ACTION gets '...' label 2015-02-15 04:43:26 +01:00
twinaphex
7232a6a56b Add edge_magazine_review entry 2015-02-15 00:10:32 +01:00