twinaphex
|
880391d0c5
|
(libnx) Try to silence warnings
|
2020-02-10 12:36:11 +01:00 |
|
twinaphex
|
ee7051891b
|
(Audio) Update audio drivers to make them more uniform
|
2020-01-04 10:32:03 +01:00 |
|
twinaphex
|
127bf556c7
|
Merge audio_driver.c into retroarch.c
|
2019-06-17 12:49:21 +02:00 |
|
orbea
|
28ff4b391a
|
Clean up white space.
|
2019-02-03 16:00:50 -08: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 |
|
twinaphex
|
13223c2225
|
Update switch_thread_audio.c
|
2018-09-15 17:44:27 +02:00 |
|
twinaphex
|
6ff2c96d03
|
- Rename switch_nx_thread_audio.c to switch_thread_audio.c
- Change code to C89-comformant
- Some small formatting/style nits
- Cleanup Makefile.common object listings
|
2018-09-15 17:31:56 +02:00 |
|