twinaphex
|
88d1e455e3
|
Add code that allows for debug D3D
|
2018-01-07 10:46:53 +01: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 |
|
twinaphex
|
edb70936ae
|
Silence warning
|
2017-08-10 21:27:05 +02:00 |
|
twinaphex
|
805c2ad529
|
Buildfixes
|
2017-08-10 21:22:30 +02:00 |
|
twinaphex
|
b11620e1eb
|
Add retro_timers.h/retro_math.h
|
2017-06-28 04:41:38 +02:00 |
|
twinaphex
|
3fb630c571
|
Get rid of is_perfcnt_enable for audio_driver_write function
|
2017-04-20 10:15:11 +02:00 |
|
twinaphex
|
e74853750b
|
(audio driver) Pass is_perfcnt_enable boolean variable to audio
driver write function
|
2017-01-25 17:30:50 +01:00 |
|
twinaphex
|
90bc170829
|
Get rid of runloop_ctl calls inside audio drivers
|
2017-01-22 18:05:07 +01:00 |
|
twinaphex
|
96c8ca5a09
|
Header update #1
|
2017-01-22 13:40:32 +01:00 |
|
twinaphex
|
952f5e8d6e
|
Remove some more configuration.h header includes
|
2017-01-13 16:39:43 +01:00 |
|
twinaphex
|
b20c9d870b
|
Add block_frames member to audio driver init function;
be more prudent with strdup
|
2017-01-11 07:25:42 +01:00 |
|
twinaphex
|
83e8aec3d4
|
Refactor audio driver code - add new_rate variable
|
2017-01-09 13:09:14 +01:00 |
|
Brad Parker
|
f725b48555
|
starting to revert unicode changes
|
2016-12-03 00:15:29 -05:00 |
|
Brad Parker
|
3846ce1837
|
build fixes for MSVC, start moving back to TCHAR usage so we can switch unicode on and off
|
2016-12-02 12:54:39 -05:00 |
|
twinaphex
|
60cdd730b1
|
(audio/drivers) Cosmetic cleanups
|
2016-09-08 11:41:58 +02:00 |
|
sergiobenrocha2
|
7ba35a9929
|
Fix some spelling errors (pendantic info lintian warnings).
|
2016-07-20 23:28:29 -03:00 |
|
twinaphex
|
f4b40cd108
|
(Audio) Add device_list_new/device_list_free to audio drivers
|
2016-04-26 17:55:20 +02:00 |
|
twinaphex
|
ef4a1a3c0f
|
(libretro-common) Rename fifo_buffer to fifo_queue
|
2016-03-20 14:06:21 +01:00 |
|
twinaphex
|
7a55ae3765
|
Start updating headers for 2016
|
2016-01-10 04:06:50 +01:00 |
|
twinaphex
|
ca5184f8df
|
(Dsound) Buildfix
|
2015-11-23 20:26:02 +01:00 |
|
twinaphex
|
e0f0590269
|
Rearrange header includes
|
2015-11-23 19:40:09 +01:00 |
|
twinaphex
|
b434689d39
|
(Win32) Buildfixes
|
2015-11-23 12:14:53 +01:00 |
|
twinaphex
|
5465da0139
|
Rename rarch_sleep to retro_sleep
|
2015-09-22 18:55:14 +02:00 |
|
twinaphex
|
4ccbee5d8d
|
Update headers
|
2015-09-14 03:44:06 +02:00 |
|
twinaphex
|
07de6af33e
|
dsound.c - Include windows.h header too
|
2015-09-06 16:03:30 +02:00 |
|
twinaphex
|
120d4a00b2
|
(MSVC) Buildfix
|
2015-09-06 16:00:53 +02:00 |
|
Alcaro
|
3072f556f2
|
Buildfix - MinGW mmreg.h is buggy, work around that.
|
2015-09-06 15:47:43 +02:00 |
|
twinaphex
|
040cd0c438
|
dsound.c - buildfix
|
2015-09-06 15:40:31 +02:00 |
|
twinaphex
|
3067cfa602
|
(dsound.c) Only include mmreg.h if MSC_VER is not defined
|
2015-09-06 15:34:13 +02:00 |
|
Alcaro
|
fcbaca9b66
|
Fix a dozen CXX_BUILD errors under Windows.
|
2015-09-06 15:29:48 +02:00 |
|
twinaphex
|
12376cd611
|
dsound.c - Refactor grab_region
|
2015-09-06 15:23:30 +02:00 |
|
twinaphex
|
b2f022ae30
|
(Win32) Some build fixes
|
2015-09-05 14:01:40 +02:00 |
|
twinaphex
|
474ef82274
|
(dsound.c) Xbox cleanups
|
2015-04-09 06:54:12 +02:00 |
|
twinaphex
|
0d13e7a68d
|
(DirectSound) simplify dsound_thread
|
2015-04-09 06:50:47 +02:00 |
|
twinaphex
|
35ef9a4393
|
(DirectSound) Don't use scond_t
|
2015-04-09 06:41:28 +02:00 |
|
twinaphex
|
96f6af7053
|
(DirectSound) Change 'event' to scond_t
|
2015-04-09 06:38:05 +02:00 |
|
twinaphex
|
5d8e5ae624
|
(DirectSound) Use slock_new instead of scond_new
|
2015-04-09 06:37:06 +02:00 |
|
twinaphex
|
9e10e20b69
|
(DirectSound) rewrite to use rthreads
|
2015-04-09 06:34:29 +02:00 |
|
twinaphex
|
08f59ddbff
|
Use retro_inline.h
|
2015-03-15 04:41:11 +01:00 |
|
twinaphex
|
1753430d68
|
MOve audio drivers to audio/drivers
|
2015-01-12 05:05:56 +01:00 |
|