1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 20:25:47 +00:00
RetroArch/audio
aliaspider 1575b7e87f (CTR/3DS) audio driver: use cpu tick count instead of csndGetState to
determine the playback position.
fixes a random lockup that can happen when calling csndGetState, and
also removes the need to rely on samplePAddr since it doesn't seem to
available on all systems.
2015-04-17 19:50:36 +01:00
..
audio_filters Use retro_inline.h for remaining 'inline' instances 2015-03-29 16:43:02 +02:00
drivers (CTR/3DS) audio driver: use cpu tick count instead of csndGetState to 2015-04-17 19:50:36 +01:00
drivers_resampler (audio resamplers) use INLINE keyword 2015-02-19 04:00:58 +01:00
test Renamed libretro-sdk to libretro-common 2015-02-19 00:04:03 +01:00
audio_driver.c Rename rarch_main_command to event_command 2015-04-13 11:26:02 +02:00
audio_driver.h preliminary 3DS port. 2015-04-01 22:14:13 +01:00
audio_dsp_filter.c Rename dsp_filter.c to audio_dsp_filter.c 2015-01-13 00:13:28 +01:00
audio_dsp_filter.h Rename dsp_filter.c to audio_dsp_filter.c 2015-01-13 00:13:28 +01:00
audio_monitor.c Go through global_get_ptr 2015-03-21 04:43:18 +01:00
audio_monitor.h Add audio_monitor.c files 2015-01-18 18:47:53 +01:00
audio_resampler_driver.c Apply static to some local-only functions 2015-02-13 09:54:45 -05:00
audio_resampler_driver.h Update audio_resampler_driver.c 2015-02-05 19:22:37 +01:00
audio_thread_wrapper.c (audio/video_thread_wrapper) Style nits 2015-03-23 01:44:36 +01:00
audio_thread_wrapper.h Start documenting audio_thread_wrapper.c 2015-01-09 22:47:53 +01:00
audio_utils_neon.S Rename audio/utils.c to audio/audio_utils.c 2015-01-13 00:19:46 +01:00
audio_utils.c (audio_utils.c) Buildfix 2015-02-11 22:41:08 +01:00
audio_utils.h Rename audio/utils.c to audio/audio_utils.c 2015-01-13 00:19:46 +01:00
librsound.c (rsound) Cleanups 2015-04-03 16:06:57 +02:00