Commit Graph

17664 Commits

Author SHA1 Message Date
twinaphex
bc749d1c3c Move rarch_cmd_state_t definition to retroarch.h 2015-03-24 10:10:14 +01:00
twinaphex
d573093f0b Create rarch_main_cmd_get_state 2015-03-24 10:01:17 +01:00
twinaphex
053fb20efa (runloop.c) Cleanups 2015-03-24 09:44:18 +01:00
twinaphex
289085b248 (driver.c) Cleanups 2015-03-24 09:04:06 +01:00
twinaphex
cda414b27d (Android) Go through input_driver_key_pressed 2015-03-24 08:53:49 +01:00
twinaphex
6f0eef0c86 Cleanup video_driver_set_rotation 2015-03-24 08:48:03 +01:00
twinaphex
91b03d914d (input_driver.c) Cleanups 2015-03-24 08:35:55 +01:00
twinaphex
adf076cc3d Cleanups 2015-03-24 08:31:35 +01:00
twinaphex
8e3bb9fc28 (video_driver) Cleanups 2015-03-24 08:24:33 +01:00
twinaphex
3a78276418 (Audio) Implement write_avail always, even if just as a stub 2015-03-24 08:05:19 +01:00
twinaphex
30a0e99972 (Input) Implement function pointers 'set_rumble' and 'grab_mouse'
always to prevent conditional checks
2015-03-24 07:51:50 +01:00
twinaphex
3b87f5bb69 Fix input_driver_state 2015-03-24 05:59:01 +01:00
twinaphex
13789a7233 (MSVC) Fix redefinition warning 2015-03-23 23:58:23 +01:00
twinaphex
01e100f6df Include <sys/types.h> in net_compat.c 2015-03-23 23:55:43 +01:00
twinaphex
ba938da348 Fixes segfault with environ SHUTDOWN with prboom 2015-03-23 23:40:36 +01:00
Twinaphex
189458f661 Merge pull request #1531 from aliaspider/master
(windows) build fix: change video_driver_resolve to video_driver_get_ptr
2015-03-23 22:00:24 +01:00
aliaspider
4494146179 (windows) build fix: change video_driver_resolve to video_driver_get_ptr 2015-03-23 21:36:27 +01:00
Twinaphex
93ad945e15 Merge pull request #1530 from aliaspider/master
(windows) add a shader parameters popup window.
2015-03-23 21:23:29 +01:00
aliaspider
d8fc17307d (windows) shader parameters dialog: silence a warning. 2015-03-23 18:13:52 +01:00
aliaspider
a43af8622d (windows) add a shader parameters popup windows. 2015-03-23 17:36:37 +01:00
twinaphex
8a6cce1964 (net_http) Prevent NULL pointer dereferences 2015-03-23 10:13:15 +01:00
twinaphex
015367b741 (PS3) Buildfix 2015-03-23 07:44:20 +01:00
twinaphex
d6981c3aad Cleanups 2015-03-23 07:34:18 +01:00
twinaphex
7f6c71dabc gfx/video_driver.c - cleanups 2015-03-23 07:31:01 +01:00
twinaphex
2611466a57 gfx/video_driver.c - cleanups 2015-03-23 07:25:18 +01:00
twinaphex
f5b2b8fdf7 Create input_driver_free 2015-03-23 07:15:41 +01:00
twinaphex
95664b038e Create input_driver_init 2015-03-23 07:07:28 +01:00
twinaphex
b21c3c460a Move rarch_main_data_free to RARCH_CMD_PREPARE_DUMMY 2015-03-23 06:54:39 +01:00
twinaphex
42b054771a (Wii) Buildfix 2015-03-23 04:32:12 +01:00
twinaphex
0d164162fc Create input_driver_grab_mouse 2015-03-23 04:31:11 +01:00
twinaphex
5f8407e16c Use input_driver_get_capabilities 2015-03-23 04:18:27 +01:00
twinaphex
d9ba52e018 Create input_driver_get_joypad_driver 2015-03-23 03:40:09 +01:00
twinaphex
c274ab94a0 Create input_driver_key_pressed 2015-03-23 03:22:57 +01:00
twinaphex
71e927020c Create input_driver_poll 2015-03-23 03:17:43 +01:00
Twinaphex
47fae5542d Cleanups 2015-03-23 03:09:30 +01:00
twinaphex
db1087ad33 Create input_driver_state 2015-03-23 03:04:05 +01:00
twinaphex
c033546303 Create audio_driver_write 2015-03-23 02:51:46 +01:00
twinaphex
dc46785c14 Create more audio wrapper functions 2015-03-23 02:44:49 +01:00
twinaphex
4a3507adc1 Create audio_driver_alive 2015-03-23 02:36:13 +01:00
twinaphex
4371a1dcdf Cleanup audio_driver_readjust_input_rate 2015-03-23 02:31:16 +01:00
twinaphex
b98d8a47cf (audio/video_thread_wrapper) Style nits 2015-03-23 01:44:36 +01:00
Twinaphex
96a39ec234 Remove unused variable 2015-03-23 00:52:08 +01:00
twinaphex
2392a433d8 Create video_driver_get_video_output_next/video_driver_get_video_output_prev 2015-03-23 00:50:33 +01:00
Twinaphex
efdbd03433 Remove unused variables 2015-03-23 00:43:38 +01:00
twinaphex
724c809ca5 Create video_driver_apply_state_changes 2015-03-23 00:42:55 +01:00
twinaphex
d71de75c56 Create video_driver_set_filtering 2015-03-23 00:39:42 +01:00
Twinaphex
71b443f8c0 Merge pull request #1529 from vanfanel/master
Sunxi driver simplifying, round 1: rewrote buffering code for stability ...
2015-03-22 23:53:38 +01:00
vanfanel
429948cae3 Sunxi driver simplifying, round 1: rewrote buffering code for stability and simplicity. 2015-03-22 23:44:25 +00:00
twinaphex
aff28c9d93 Create video_driver_read_frame_raw 2015-03-22 23:52:01 +01:00
twinaphex
da53a4c683 Create video_driver_overlay_interface 2015-03-22 23:44:58 +01:00