Duckstation/src/common
Connor McLaughlin 2cfb811569
Merge pull request #565 from lioncash/stamp
timestamp: Correct duplicate conditionals
2020-06-24 01:32:52 +10:00
..
d3d11 GPU/HW: Mask bit handling in hardware renderers 2020-05-03 17:11:31 +10:00
gl GL/Context: Print GL_SHADING_LANGUAGE_VERSION on creation 2020-05-25 18:36:52 +10:00
vulkan Vulkan/ShaderCache: Skip writing pipeline cache when size matches 2020-06-22 15:58:10 +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 AudioStream: Don't call FramesAvailable() while locked 2020-06-09 02:05:49 +10:00
audio_stream.h AudioStream: Replace buffer queue with ring buffer 2020-06-07 01:22:03 +10:00
bitfield.h bitfield: Make interface fully constexpr 2020-06-23 05:27:40 -04: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 cd_image: Make use of std::array where applicable 2020-06-23 05:35:26 -04:00
cd_image.h cd_image: Make use of std::array where applicable 2020-06-23 05:35:26 -04:00
cd_image_bin.cpp CDROM: Synthesize lead-out area and stop reading when reached 2020-05-08 10:51:49 +10:00
cd_image_chd.cpp CDROM: Synthesize lead-out area and stop reading when reached 2020-05-08 10:51:49 +10:00
cd_image_cue.cpp CDROM: Synthesize lead-out area and stop reading when reached 2020-05-08 10:51:49 +10:00
cd_image_hasher.cpp Common: Add a CD image hasher class 2020-06-08 01:19:35 +10:00
cd_image_hasher.h Common: Add a CD image hasher class 2020-06-08 01:19:35 +10:00
cd_subchannel_replacement.cpp cd_image: Make use of std::array where applicable 2020-06-23 05:35:26 -04:00
cd_subchannel_replacement.h cd_image: Make use of std::array where applicable 2020-06-23 05:35:26 -04: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 a range of Vulkan helper/wrapper classes 2020-06-19 00:18:07 +10:00
common.vcxproj Common: Add a range of Vulkan helper/wrapper classes 2020-06-19 00:18:07 +10:00
common.vcxproj.filters Common: Add a range of Vulkan helper/wrapper classes 2020-06-19 00:18:07 +10:00
cpu_detect.h Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
cubeb_audio_stream.cpp CubebAudioStream: Fix crash in PulseAudio on Linux 2020-06-09 03:03:53 +10:00
cubeb_audio_stream.h CubebAudioStream: Fix crash in PulseAudio on Linux 2020-06-09 03:03:53 +10:00
dimensional_array.h Common: Add dimensional_array.h 2020-06-18 03:10:33 +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 AudioStream: Replace buffer queue with ring buffer 2020-06-07 01:22:03 +10:00
file_system.cpp Merge pull request #564 from lioncash/leak 2020-06-24 01:31:52 +10:00
file_system.h Common/FileSystem: Add {Read,Write}BinaryFile helpers 2020-06-19 00:16:59 +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: Properly release console when disabling 2020-05-01 00:58:24 +10:00
log.h Common/Log: Add file output 2020-05-01 00:58:02 +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: Don't call FramesAvailable() while locked 2020-06-09 02:05:49 +10:00
null_audio_stream.h AudioStream: Replace buffer queue with ring buffer 2020-06-07 01:22:03 +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 rectangle: Correct assignment of right within SetExtents 2020-06-23 05:50:43 -04:00
scope_guard.h Common: Add scope_guard.h from Dolphin 2020-06-19 00:16:59 +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 timestamp: Correct duplicate conditionals 2020-06-23 06:24:06 -04: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
window_info.h GPU/Vulkan: Use Metal layer instead NSView on macOS. 2020-06-22 15:58:07 +10:00
windows_headers.h Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00