Autechre
|
e7f182811a
|
Split up audio code into new file audio/audio_driver.c (#13097)
* Split up audio code into new file audio/audio_driver.c
* Fix build issues #1
* Small cleanup
* Fix typo
|
2021-10-11 18:01:37 +02:00 |
|
Francisco Javier Trujillo Mata
|
082fa22b05
|
Clean all the warnings in PS2
|
2021-01-30 15:47:52 +01:00 |
|
twinaphex
|
783bcb7a61
|
Avoid printf/puts
|
2020-09-28 03:17:21 +02:00 |
|
twinaphex
|
13604b047f
|
(Audio) reorder structs/alignment (don't touch Switch audio drivers
for now)
|
2020-08-26 15:24:33 +02:00 |
|
twinaphex
|
ee7051891b
|
(Audio) Update audio drivers to make them more uniform
|
2020-01-04 10:32:03 +01:00 |
|
twinaphex
|
de4f3dc6af
|
(PS2 audio) Cleanups
|
2019-07-31 14:41:50 +02:00 |
|
twinaphex
|
127bf556c7
|
Merge audio_driver.c into retroarch.c
|
2019-06-17 12:49:21 +02:00 |
|
Francisco Javier Trujillo Mata
|
27ab4ac78b
|
[PS2] Some audio improvements
|
2019-03-06 20:11:15 +01:00 |
|
Francisco Javier Trujillo Mata
|
7ec160f860
|
Remove the specific audio thread
|
2019-02-22 00:01:36 +01:00 |
|
Francisco Javier Trujillo Mata
|
6507b86973
|
Fix freeze audio after restart core
|
2019-02-20 23:45:30 +01:00 |
|
orbea
|
28ff4b391a
|
Clean up white space.
|
2019-02-03 16:00:50 -08:00 |
|
twinaphex
|
4b0b4e727b
|
Cleanups
|
2019-01-31 15:24:21 +01:00 |
|
orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
|
Francisco Javier Trujillo Mata
|
f48ffb9aac
|
Open RetroArch Menu Long Pressing Start button
|
2019-01-07 01:38:48 +01:00 |
|
twinaphex
|
24ef966ca3
|
(PS2 audio) Style nit changes
|
2019-01-03 13:26:45 +01:00 |
|
Francisco Javier Trujillo Mata
|
56207bd08e
|
Improvement in:
* Makefile.ps2
* ps2_gfx
* ps2_platform
* ps2_audio
|
2019-01-03 13:16:28 +01:00 |
|
Francisco Javier Trujillo Mata
|
e2ca8aa1b5
|
Apply NTCS mode
|
2019-01-03 13:16:28 +01:00 |
|
Francisco Javier Trujillo Mata
|
1591bc2db2
|
Create Audio Driver from PS2
|
2019-01-03 13:16:27 +01:00 |
|