15441 Commits

Author SHA1 Message Date
twinaphex
1b28a4a498 Cleanups 2015-01-12 21:16:17 +01:00
twinaphex
8b95cfe6e3 Get rid of RARCH_INTERNAL-specific code in resampler.c 2015-01-12 21:12:48 +01:00
twinaphex
e59dace9e1 (audio/resampler) Some changes 2015-01-12 21:02:13 +01:00
twinaphex
d4b2c47d73 driver.c- remove some header includes 2015-01-12 20:34:48 +01:00
twinaphex
4e5314b6bb Rename input_context.c to input_joypad_driver.c 2015-01-12 20:29:01 +01:00
twinaphex
63281f8ca1 Move some code from driver.c to input_context.c 2015-01-12 20:25:07 +01:00
twinaphex
6b3a67d5ea Move driver_video_resolve to gfx/video_driver.c 2015-01-12 20:20:58 +01:00
twinaphex
72a7f43736 Cleanup in driver.h 2015-01-12 20:09:36 +01:00
twinaphex
cc1bbac89c Move menu_driver.c to menu/ 2015-01-12 20:02:39 +01:00
twinaphex
6b2fced631 Split up menu code into separate file menu_driver.c 2015-01-12 20:00:43 +01:00
twinaphex
c4bf097d7f Move location_driver.c to location/ 2015-01-12 19:53:10 +01:00
twinaphex
a71b143dad Move location driver code to separate file location_driver.c 2015-01-12 19:51:33 +01:00
twinaphex
f45d9efb37 Move camera_driver.c to camera/ 2015-01-12 19:44:29 +01:00
twinaphex
4b0bd67d8d Split up camera driver code into separate file camera_driver.c 2015-01-12 19:42:43 +01:00
twinaphex
36d68b98b2 Move osk_driver.c to osk/ 2015-01-12 19:29:55 +01:00
twinaphex
2029e13e23 Split up OSK driver code into separate file osk_driver.c 2015-01-12 19:28:40 +01:00
twinaphex
f1196733b1 Move definitions to menu_driver.h 2015-01-12 19:13:45 +01:00
twinaphex
0d9ba863dc Remove menu/disp/menu_display.h and menu/backend/menu_backend.h
and merge into menu/menu_driver.h
2015-01-12 19:11:51 +01:00
twinaphex
6a9d24b10a Move location drivers to location/drivers/ 2015-01-12 19:05:33 +01:00
twinaphex
444adb622f Move camera drivers to camera/drivers/ 2015-01-12 19:04:12 +01:00
twinaphex
33cdd16c22 Move input/osk to osk/ 2015-01-12 19:02:30 +01:00
twinaphex
d2449f07f7 Move header include to gfx/video_driver.h 2015-01-12 18:57:37 +01:00
twinaphex
f3dc94818e driver.h - cleanups 2015-01-12 18:56:23 +01:00
twinaphex
71cc6515d2 Remove more header includes 2015-01-12 18:53:47 +01:00
twinaphex
32eb748057 Remove some header includes 2015-01-12 18:50:25 +01:00
twinaphex
bd0f0c3f63 Rename gfx_context.c to video_context.c 2015-01-12 18:47:39 +01:00
twinaphex
487c5f58de Move input_driver.c to input/ 2015-01-12 18:39:27 +01:00
twinaphex
07a7386c9d Split up input_driver code to separate file - input_driver.c 2015-01-12 18:37:50 +01:00
twinaphex
7f484edc98 Move video_driver.c to gfx/ 2015-01-12 18:28:32 +01:00
twinaphex
0e5a9f03fe Split up video_driver code to separate file 2015-01-12 18:26:46 +01:00
twinaphex
7283ce17bc Move audio_driver.c to audio/ 2015-01-12 18:09:31 +01:00
twinaphex
0fbf48e451 Split up audio_driver code into audio_driver.c 2015-01-12 18:06:38 +01:00
twinaphex
a3dc6203b2 Rename option_k local variables 2015-01-12 17:16:14 +01:00
twinaphex
63e2eab86b Add joypad_driver_find_handle/joypad_driver_find_ident 2015-01-12 17:14:06 +01:00
twinaphex
c7acbc8469 Rename local variable option_k 2015-01-12 17:10:00 +01:00
twinaphex
483b8bec10 Add menu_driver_find_handle/menu_driver_find_ident 2015-01-12 17:08:22 +01:00
twinaphex
af08a3f617 Add location_driver_find_handle/location_driver_find_ident 2015-01-12 17:05:54 +01:00
twinaphex
710d52ecc8 Add camera_driver_find_handle/camera_driver_find_ident 2015-01-12 17:03:01 +01:00
twinaphex
1194111951 Add osk_driver_find_handle/osk_driver_find_ident 2015-01-12 17:00:35 +01:00
twinaphex
5aca1d385b Add input_driver_find_handle/input_driver_find_ident 2015-01-12 16:56:11 +01:00
twinaphex
017c0398f3 Add audio_driver_find_handle/audio_driver_find_ident 2015-01-12 16:52:10 +01:00
twinaphex
d04121037d Add video_driver_find_handle/video_driver_find_ident 2015-01-12 16:49:37 +01:00
twinaphex
fc806d2914 Rename state tracker files 2015-01-12 16:00:13 +01:00
twinaphex
bf4dd752de Update SDK 2015-01-12 15:06:29 +01:00
twinaphex
d905d77ef7 Cleanups in gl_common.h 2015-01-12 07:02:55 +01:00
twinaphex
f4284ced57 Remove unused gfx/context/null_ctx.c 2015-01-12 06:57:53 +01:00
twinaphex
b9ab7a545d Move psp and gx drivers to gfx/drivers 2015-01-12 06:55:31 +01:00
twinaphex
98f35db95c (PSP) Build fixes and rename sdk_defines.h 2015-01-12 06:51:57 +01:00
twinaphex
1fe99148b5 (Griffin) Update 2015-01-12 06:45:49 +01:00
twinaphex
a002208f59 Start moving graphics driver to gfx/drivers 2015-01-12 06:45:12 +01:00