libretroadmin
|
1ab6028b00
|
Combine driver.c into retroarch.c
|
2023-01-09 03:20:25 +01:00 |
|
twinaphex
|
2d5e090eb3
|
Move driver code to driver.c file - move code outside of retroarch.c
|
2021-11-12 04:45:09 +01:00 |
|
twinaphex
|
88c771fc66
|
Cleanups
|
2021-11-07 01:44:45 +01:00 |
|
twinaphex
|
3c69a941da
|
Move code over to input_driver.c
|
2021-09-13 18:33:53 +02:00 |
|
twinaphex
|
6234036d5d
|
Get rid of RARCH_DRIVER_CTL_FIND_INDEX
|
2020-09-16 18:41:45 +02:00 |
|
parport0
|
23c08ad9b0
|
Add bluetoothctl bluetooth driver
|
2020-06-24 12:53:27 +03:00 |
|
twinaphex
|
e0fdd8d39e
|
Add back HAVE_CONFIGFILE ifdef - will strip out remaps and overrides
support as well
|
2020-02-02 21:27:38 +01:00 |
|
twinaphex
|
5eb5930838
|
Cleanups
|
2019-07-22 20:31:53 +02:00 |
|
twinaphex
|
abcfcca1d2
|
Merge dynamic.c into retroarch.c
|
2019-07-10 09:54:25 +02:00 |
|
twinaphex
|
e709fd1ac6
|
Merge driver.c and retroarch.c
|
2019-02-27 16:47:39 +01:00 |
|
Zoran Vuckovic
|
b487c3cace
|
Add MIDI support
|
2018-06-16 21:17:32 +02:00 |
|
Ian House
|
aa7c289708
|
Added an LED interface and a Raspberry Pi GPIO implementation
|
2017-12-27 11:11:08 -05:00 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
Joseph Montgomery
|
28ef2d6487
|
Fix driver menu left wrap
Driver options in Settings/Driver should wrap left now.
|
2017-07-11 21:00:44 -04:00 |
|
twinaphex
|
d0b0246ee4
|
Add DRIVERS_CMD_ALL_BUT_MENU
|
2017-05-28 15:26:47 +02:00 |
|
twinaphex
|
dbbcba41a5
|
Clean this mess up
|
2017-05-28 15:03:03 +02:00 |
|
twinaphex
|
8c89ec158c
|
Update copyrights
|
2017-03-22 03:09:18 +01:00 |
|
twinaphex
|
768ce0854c
|
Make driver_set_nonblock_state a public function
|
2017-01-22 12:47:17 +01:00 |
|
twinaphex
|
cb64f28950
|
Create drivers_init
|
2017-01-16 22:04:57 +01:00 |
|
twinaphex
|
9e2717e927
|
Revert "Create drivers_data array and no longer use recording_data"
This reverts commit e049b7e1f0 .
|
2016-12-05 02:02:59 +01:00 |
|
twinaphex
|
e049b7e1f0
|
Create drivers_data array and no longer use recording_data
|
2016-12-05 01:56:06 +01:00 |
|
twinaphex
|
f751199860
|
Create driver mask enums
|
2016-12-05 01:47:56 +01:00 |
|
Jean-André Santoni
|
c45058d3ae
|
Start adding a WiFi driver
|
2016-09-22 02:02:43 +02:00 |
|
twinaphex
|
f735e96dfb
|
Cleanup
|
2016-09-12 16:31:40 +02:00 |
|
twinaphex
|
a73a0e9b75
|
header include cleanups
|
2016-09-05 18:15:31 +02:00 |
|
twinaphex
|
79b1651b4c
|
Cleanups
|
2016-09-05 18:13:50 +02:00 |
|
twinaphex
|
4571dc33fc
|
header include cleanups
|
2016-09-05 17:29:19 +02:00 |
|
twinaphex
|
ff8d00e12b
|
Use RETRO_BEGIN_DECLS/RETRO_END_DECLS in more files
|
2016-06-03 03:22:35 +02:00 |
|
twinaphex
|
811a2d1419
|
Create input_defines.h
|
2016-04-17 07:32:08 +02:00 |
|
twinaphex
|
94c042f686
|
(driver.c) Cleanups
|
2016-04-10 16:40:36 +02:00 |
|
twinaphex
|
7fa6b946ce
|
Move defines to audio_driver.h
|
2016-03-22 04:00:18 +01:00 |
|
twinaphex
|
a6c2e2981d
|
Move comment to driver.c
|
2016-02-11 02:29:49 +01:00 |
|
twinaphex
|
33f0f72adc
|
Cleanups
|
2016-02-10 04:30:33 +01:00 |
|
Twinaphex
|
da34967857
|
(OSX) Include <sys/types.h> - provide prototype for ssize_t
|
2016-02-04 20:36:00 +01:00 |
|
twinaphex
|
2cbb18b4e4
|
Create RARCH_DRIVER_CTL_FIND_INDEX
|
2016-02-01 13:15:53 +01:00 |
|
twinaphex
|
668373f9f8
|
Refactor away some functions
|
2016-02-01 12:56:17 +01:00 |
|
twinaphex
|
7a55ae3765
|
Start updating headers for 2016
|
2016-01-10 04:06:50 +01:00 |
|
twinaphex
|
c491207b78
|
Create RARCH_DRIVER_CTL_UNINIT
|
2015-12-11 11:23:32 +01:00 |
|
twinaphex
|
ab36e92595
|
Create RARCH_DRIVER_CTL_INIT
|
2015-12-11 11:21:17 +01:00 |
|
twinaphex
|
60f606fc65
|
Create RARCH_DRIVER_CTL_UPDATE_SYSTEM_AV_INFO
|
2015-12-11 11:12:20 +01:00 |
|
twinaphex
|
45de6fe3b5
|
Create RARCH_DRIVER_CTL_SET_NONBLOCK_STATE
|
2015-12-11 11:04:16 +01:00 |
|
twinaphex
|
1b768f7dcd
|
Create RARCH_DRIVER_CTL_SET_REFRESH_RATE
|
2015-12-11 11:00:12 +01:00 |
|
twinaphex
|
0a01eab115
|
Create RARCH_DRIVER_CTL_INIT_PRE
|
2015-12-11 10:52:15 +01:00 |
|
twinaphex
|
f2911269d5
|
Create driver_ctl
|
2015-12-11 10:43:53 +01:00 |
|
twinaphex
|
b0fb4f2b6d
|
Get rid of sys/types.h include in driver.h
|
2015-12-06 13:09:59 +01:00 |
|
twinaphex
|
e87c38bbed
|
Remove driver_clear_state
|
2015-12-05 21:14:44 +01:00 |
|
twinaphex
|
5ba14b45ce
|
Change some header includes
|
2015-12-05 20:05:32 +01:00 |
|
twinaphex
|
3866c639f7
|
Cleanup headers
|
2015-12-05 18:49:41 +01:00 |
|
twinaphex
|
d61b491d47
|
Don't include retro_miscellaneous.h as part of driver.h
|
2015-12-05 18:47:05 +01:00 |
|
twinaphex
|
90ad89cdf1
|
Header cleanups
|
2015-12-05 17:19:37 +01:00 |
|