Duckstation/src/common
Connor McLaughlin 3a31282fe6 CDROM: GetTN should return first_track, last_track
Fixes CDDA playback in Street Sk8er, Jellyfish - The Healing Friend,
probably others.
2020-03-30 00:13:42 +10:00
..
d3d11 D3D11/StagingTexture: Add auto-resizing staging texture 2020-03-16 00:03:16 +10:00
gl GL/Texture: Add a GetTextureSubImage fallback/helper 2020-03-16 00:03:25 +10:00
align.h Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
assert.cpp Common/Assert: Fix incorrect windows platform detection 2020-01-17 21:36:31 +10:00
assert.h Common/Assert: Fix incorrect windows platform detection 2020-01-17 21:36:31 +10:00
audio_stream.cpp Implement event-based scheduler instead of lock-step components 2020-01-24 16:23:39 +10:00
audio_stream.h Implement event-based scheduler instead of lock-step components 2020-01-24 16:23:39 +10:00
bitfield.h Fix compile errors on GCC 2019-11-03 00:15:42 +10:00
bitfield.natvis Initial commit 2019-09-11 14:00:42 +10:00
byte_stream.cpp Add macOS to some Linux/Android-only-isms 2020-02-14 22:58:18 +09:00
byte_stream.h Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
cd_image.cpp Common/CDImage: Changes to support CHD interfaces 2020-01-30 20:06:15 +10:00
cd_image.h CDROM: GetTN should return first_track, last_track 2020-03-30 00:13:42 +10:00
cd_image_bin.cpp Common/CDImage: Changes to support CHD interfaces 2020-01-30 20:06:15 +10:00
cd_image_chd.cpp CDImage: Use track's control instead of last track's control for pregap 2020-03-30 00:13:26 +10:00
cd_image_cue.cpp CDImage: Use track's control instead of last track's control for pregap 2020-03-30 00:13:26 +10:00
cd_subchannel_replacement.cpp Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
cd_subchannel_replacement.h CDImage: Support SBI replacement subchannel Q for cue/bin images 2019-12-06 21:14:58 +10:00
cd_xa.cpp Compile fixes for GCC 2019-10-22 23:07:51 +10:00
cd_xa.h Common: Add helper functions for decoding CD-XA ADPCM 2019-10-15 17:24:11 +10:00
CMakeLists.txt CMake: Linux build fix 2020-03-16 00:02:55 +10:00
common.vcxproj Common: Add WAVWriter class 2020-03-15 22:03:22 +10:00
common.vcxproj.filters Common: Add WAVWriter class 2020-03-15 22:03:22 +10:00
cpu_detect.h Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
cubeb_audio_stream.cpp CubebAudioStream: Initialize COM on Windows if it isn't already initialized 2020-01-11 14:20:51 +10:00
cubeb_audio_stream.h CubebAudioStream: Initialize COM on Windows if it isn't already initialized 2020-01-11 14:20:51 +10:00
fifo_queue.h Common/FIFOQueue: Use posix_memalign instead of memalign 2020-02-15 00:08:56 +09:00
file_system.cpp Common/FileSystem: Fix recursive directory creation 2020-02-15 23:19:27 +09:00
file_system.h FileSystem: Add ReplaceExtension() helper 2020-01-30 16:22:05 +10:00
hash_combine.h D3D11: Add a shader bytecode cache class 2020-01-24 14:52:00 +10:00
heap_array.h Common/HeapArray: Fix move construction/assignment 2020-03-29 01:13:14 +10:00
iso_reader.cpp Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
iso_reader.h Common: Add a basic ISO reader class 2019-11-29 23:36:25 +10:00
jit_code_buffer.cpp Add macOS to some Linux/Android-only-isms 2020-02-14 22:58:18 +09:00
jit_code_buffer.h JitCodeBuffer: Expose FlushInstructionCache() to callers 2019-12-20 21:55:25 +10:00
log.cpp Common/Log: Fix corrupted output/UB with va_copy 2020-02-01 11:04:46 +10:00
log.h Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
md5_digest.cpp Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
md5_digest.h Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
null_audio_stream.cpp AudioStream: Add cubeb implementation 2020-01-11 13:51:41 +10:00
null_audio_stream.h AudioStream: Add cubeb implementation 2020-01-11 13:51:41 +10:00
progress_callback.cpp Common: Add ProgressCallback class 2020-03-12 13:54:27 +10:00
progress_callback.h Common: Add ProgressCallback class 2020-03-12 13:54:27 +10:00
rectangle.h Common/Rectangle: Fix off-by-one error in Intersects() 2020-03-22 13:20:08 +10:00
state_wrapper.cpp Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
state_wrapper.h Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
string.cpp Common/String: Don't copy StaticStrings when not writing 2020-02-28 17:00:02 +10:00
string.h Common/String: Don't copy StaticStrings when not writing 2020-02-28 17:00:02 +10:00
string_util.cpp Common/StringUtil: Fix more incorrect usage of va_list 2020-02-03 13:53:17 +10:00
string_util.h CommonHostInterface: Fix controller inputs not binding 2020-03-06 21:55:27 +10:00
timer.cpp Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
timer.h Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
timestamp.cpp Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
timestamp.h Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
types.h Common: Remove unused type declarations 2020-01-13 12:01:39 +10:00
wav_writer.cpp Common: Add WAVWriter class 2020-03-15 22:03:22 +10:00
wav_writer.h Common: Add WAVWriter class 2020-03-15 22:03:22 +10:00
windows_headers.h Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00