twinaphex
|
3334e83361
|
Move Xaudio C interface to audio/drivers
|
2015-01-13 00:25:01 +01:00 |
|
twinaphex
|
2679c3d5c2
|
Rename audio/utils.c to audio/audio_utils.c
|
2015-01-13 00:19:46 +01:00 |
|
twinaphex
|
ef79bb7242
|
Rename dsp_filter.c to audio_dsp_filter.c
|
2015-01-13 00:13:28 +01:00 |
|
twinaphex
|
e82c439d81
|
Rename menu/disp to menu/drivers_display and menu/backend to
menu/drivers_backend
|
2015-01-12 23:52:45 +01:00 |
|
twinaphex
|
058900ac9f
|
Rename shader_parse.c to video_shader_parse.c
|
2015-01-12 23:42:50 +01:00 |
|
twinaphex
|
ba5a31e33b
|
Build fixes
|
2015-01-12 23:38:21 +01:00 |
|
twinaphex
|
8111567d3e
|
Move some files around
|
2015-01-12 23:34:10 +01:00 |
|
twinaphex
|
09b25e54c5
|
Rename gl_font.c and d3d_font.c
|
2015-01-12 23:19:21 +01:00 |
|
twinaphex
|
64411558eb
|
Rename gfx/shader/ to gfx/drivers_shader
|
2015-01-12 22:23:48 +01:00 |
|
twinaphex
|
069fb556f0
|
Rename graphics context drivers
|
2015-01-12 22:19:31 +01:00 |
|
twinaphex
|
11bcc24c58
|
Rename some more files
|
2015-01-12 22:11:13 +01:00 |
|
twinaphex
|
73a1f5afbb
|
Rename input/overlay.c to input/input_overlay.c
|
2015-01-12 21:59:32 +01:00 |
|
twinaphex
|
24e1699fed
|
Create record/drivers and move record/ffmpeg.c to it
|
2015-01-12 21:57:07 +01:00 |
|
twinaphex
|
2eee9d294e
|
Rename ffemu.c to record_driver.c
|
2015-01-12 21:55:41 +01:00 |
|
twinaphex
|
0b2d518531
|
Rename video_context.c to video_context_driver.c
|
2015-01-12 21:53:04 +01:00 |
|
twinaphex
|
ca67f9c317
|
Rename frontend/platform/ to frontend/drivers/
|
2015-01-12 21:47:01 +01:00 |
|
twinaphex
|
cec3af8e4a
|
Rename shader_context.c to video_shader_driver.c
|
2015-01-12 21:41:27 +01:00 |
|
twinaphex
|
64903de465
|
Rename frontend_context.c to frontend_driver.c
|
2015-01-12 21:21:08 +01:00 |
|
twinaphex
|
4e5314b6bb
|
Rename input_context.c to input_joypad_driver.c
|
2015-01-12 20:29:01 +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
|
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
|
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
|
fc806d2914
|
Rename state tracker files
|
2015-01-12 16:00:13 +01:00 |
|
twinaphex
|
a002208f59
|
Start moving graphics driver to gfx/drivers
|
2015-01-12 06:45:12 +01:00 |
|
twinaphex
|
2d66cdc3e7
|
Move joypad drivers to input/drivers_joypad
|
2015-01-12 06:28:39 +01:00 |
|
twinaphex
|
76ad6cc344
|
Move input drivers to input/drivers
|
2015-01-12 06:16:52 +01:00 |
|
twinaphex
|
1753430d68
|
MOve audio drivers to audio/drivers
|
2015-01-12 05:05:56 +01:00 |
|
twinaphex
|
140130dc37
|
Merge rarch_compr_file_path.c into file_extract.c
|
2015-01-11 15:53:31 +01:00 |
|
twinaphex
|
7f0ccae0d7
|
Rename menu_input_line_cb.c to menu_input.c
|
2015-01-11 06:24:44 +01:00 |
|
twinaphex
|
751f2b7403
|
(SDK) Move fifo_buffer.c to libretro SDK
|
2015-01-11 05:43:10 +01:00 |
|
twinaphex
|
1463d5e7dc
|
Move message queue to libretro-sdk
|
2015-01-11 05:35:47 +01:00 |
|
twinaphex
|
b4b81bd740
|
Split up input_common.c into two files - input_joypad.c and
input_common.c
|
2015-01-10 20:10:45 +01:00 |
|
twinaphex
|
b95cdd2215
|
Rename menu_common.c to menu.c
|
2015-01-10 04:53:37 +01:00 |
|
twinaphex
|
f1ede10717
|
Split up menu_common_list functions into separate functions
|
2015-01-10 04:44:18 +01:00 |
|
twinaphex
|
a10435a476
|
Remove general.c and move functions to retroarch.c
|
2015-01-09 18:48:03 +01:00 |
|