Duckstation/src/common
2020-09-26 15:42:13 -07:00
..
d3d11 D3D11/Texture: Fix dimensions not getting reset on destroy 2020-09-13 01:23:43 +10:00
gl GL/Context: Don't choke on X11+Wayland 2020-09-23 19:46:39 +10:00
vulkan Vulkan: Support Wayland 2020-09-23 20:19:50 +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 Common/ByteStream: Use wide paths for committing updates 2020-08-17 13:10:36 +10:00
byte_stream.h Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
cd_image.cpp CDImage: Add memory CD image class 2020-07-22 00:03:07 +10:00
cd_image.h CDImage: Add memory CD image class 2020-07-22 00:03:07 +10:00
cd_image_bin.cpp CDImageBin: Remove use of duplicated ReplaceExtension function 2020-09-26 15:38:46 -07:00
cd_image_chd.cpp CDImage/CHD: Handle UTF-8 strings when opening 2020-08-01 14:01:23 +10:00
cd_image_cue.cpp CDImageCue: Work around broken (old) dumps with missing pregap 2020-09-21 01:20:17 +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_image_memory.cpp CDImageMemory: Fix SBI loading 2020-09-26 15:42:13 -07:00
cd_subchannel_replacement.cpp CDSubChannelReplacement: Use subq union directly 2020-07-22 00:02:44 +10:00
cd_subchannel_replacement.h CDSubChannelReplacement: Use subq union directly 2020-07-22 00:02:44 +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 Shift-JIS helpers 2020-09-19 00:28:47 +10:00
common.vcxproj Common: Add Shift-JIS helpers 2020-09-19 00:28:47 +10:00
common.vcxproj.filters Common: Add Shift-JIS helpers 2020-09-19 00:28:47 +10:00
cpu_detect.h Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
cubeb_audio_stream.cpp CubebAudioStream: Continue even without minimum latency 2020-07-29 02:38:04 +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/DimensionalArray: Don't break clang 2020-07-08 15:40:08 +10:00
event.cpp Haiku port of duckstation libretro core (#716) 2020-08-22 13:20:37 +10:00
event.h Haiku port of duckstation libretro core (#716) 2020-08-22 13:20:37 +10:00
fifo_queue.h AudioStream: Replace buffer queue with ring buffer 2020-06-07 01:22:03 +10:00
file_system.cpp FileSystem: Remove heap allocations from FileExists/DirectoryExists 2020-09-24 00:31:44 +10:00
file_system.h Make path separators in UI more consistent 2020-09-20 00:08:17 +02: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
image.cpp STBI: Handle UTF-8 paths correctly 2020-09-14 21:27:22 +02:00
image.h Common: Add an image helper class 2020-07-01 00:56:46 +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 Haiku port of duckstation libretro core (#716) 2020-08-22 13:20:37 +10:00
jit_code_buffer.h JIT optimizations and refactoring (#675) 2020-07-31 17:09:18 +10:00
log.cpp CommonHostInterface: Fix command line help not printing on Windows 2020-07-21 20:09:54 +10:00
log.h CommonHostInterface: Fix command line help not printing on Windows 2020-07-21 20:09:54 +10:00
make_array.h libretro: Re-enable hw context switch, add auto option 2020-08-23 14:51:23 +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
minizip_helpers.cpp Common: Add MinizipHelpers (RAM and UTF-8 compatible fopen) 2020-08-06 19:33:02 +10:00
minizip_helpers.h Common: Add MinizipHelpers (RAM and UTF-8 compatible fopen) 2020-08-06 19:33:02 +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 title, modal information to ProgressCallback 2020-08-06 19:32:53 +10:00
progress_callback.h Common: Add title, modal information to ProgressCallback 2020-08-06 19:32:53 +10:00
rectangle.h Common/Rectangle: Make it work with float types 2020-09-13 01:23:43 +10:00
scope_guard.h Common: Add scope_guard.h from Dolphin 2020-06-19 00:16:59 +10:00
shiftjis.cpp Common: Add Shift-JIS helpers 2020-09-19 00:28:47 +10:00
shiftjis.h Common: Add Shift-JIS helpers 2020-09-19 00:28:47 +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: Support constructing from string_view 2020-09-13 01:23:43 +10:00
string.h Common/String: Support constructing from string_view 2020-09-13 01:23:43 +10:00
string_util.cpp FileSystem: Use wide strings for FindFiles and StatFile on Windows 2020-08-01 14:00:58 +10:00
string_util.h FileSystem: Use wide strings for FindFiles and StatFile on Windows 2020-08-01 14:00:58 +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 Make ALWAYS_INLINE_RELEASE specify inline in debug too 2020-08-29 21:22:41 +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
win32_progress_callback.cpp Common: Add Win32ProgressCallback 2020-08-06 19:33:08 +10:00
win32_progress_callback.h Common: Add Win32ProgressCallback 2020-08-06 19:33:08 +10:00
window_info.h WindowInfo: Add surface_scale field 2020-07-01 01:57:25 +10:00
windows_headers.h Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00