Duckstation/src/common
2020-04-27 16:14:38 +10:00
..
d3d11 Common: Add GL Shader Cache class 2020-04-04 00:11:09 +10:00
gl GL/Texture: Add internal format as parameter 2020-04-24 03:21:44 +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 Common/BitField: Fix off-by-one error for signed types 2020-04-27 00:13:24 +10:00
bitfield.natvis Initial commit 2019-09-11 14:00:42 +10:00
bitutils.h BitUtils: Make Count{Leading,Trailing}Zeros UB for value==0 2020-04-26 18:32:26 +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: Linux build fix 2020-04-08 21:26:51 +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 Common: Add bitutils.h 2020-04-26 17:21:33 +10:00
common.vcxproj Common: Add bitutils.h 2020-04-26 17:21:33 +10:00
common.vcxproj.filters Common: Add bitutils.h 2020-04-26 17:21:33 +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
event.cpp Common/Event: Add unit tests 2020-04-05 23:25:45 +10:00
event.h Common/Event: Add unit tests 2020-04-05 23:25:45 +10:00
fifo_queue.h Common/FIFOQueue: Make bounds checks debug only 2020-04-18 15:30:32 +10:00
file_system.cpp HostInterface: Drop std::filesystem requirement 2020-04-12 21:06:33 +10:00
file_system.h HostInterface: Drop std::filesystem requirement 2020-04-12 21:06:33 +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 GPU/HW: Slight refactor to vertex culling 2020-04-16 00:22:19 +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: Support casting to std::string_View 2020-04-27 16:14:38 +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/WAVWriter: Add accessors 2020-04-11 00:24:30 +10:00
windows_headers.h Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00