You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
duckstation/src/common
Connor McLaughlin 5d097da160 CDImageCHD: Implement precaching 4 years ago
..
d3d11 GPU/D3D11: Fix possible buffer overwrite when reading back 4 years ago
d3d12 D3D12/Builders: Fix incorrect depth write mask 4 years ago
gl GL/Texture: Don't set max level on GLES2 4 years ago
thirdparty Cheevos: Linux support 5 years ago
vulkan Misc: Purge unused definitions 4 years ago
CMakeLists.txt HTTPDownloader: Move to common 4 years ago
align.h GPU/HW: Don't allow adaptive downsampling at non-pow2 scales 4 years ago
assert.cpp Common: Add UWP support for helper classes 4 years ago
assert.h
audio_stream.cpp AudioStream: Prevent buffering more frames than size 4 years ago
audio_stream.h AudioStream: Make fields protected instead of private 4 years ago
bitfield.h GPU: Fix incorrect sign extension of positions 5 years ago
bitfield.natvis
bitutils.h BitUtils: Make Count{Leading,Trailing}Zeros UB for value==0 6 years ago
byte_stream.cpp ByteStream: Fix atomic updates on external storage with UWP 4 years ago
byte_stream.h Common/GrowableMemoryByteStream: Add helper methods 5 years ago
cd_image.cpp CDImage: Add Precache() method 4 years ago
cd_image.h CDImage: Add Precache() method 4 years ago
cd_image_bin.cpp Android: Allow opening/getting files relative to downloads directory 5 years ago
cd_image_chd.cpp CDImageCHD: Implement precaching 4 years ago
cd_image_cue.cpp CDImageCueSheet: Fix cuesheets with absolute paths 4 years ago
cd_image_device.cpp CDImageDevice: Don't add out-of-file pregaps to audio tracks 4 years ago
cd_image_ecm.cpp Warning fixes 4 years ago
cd_image_hasher.cpp Add image verification 4 years ago
cd_image_hasher.h Add image verification 4 years ago
cd_image_m3u.cpp CDImageM3u: Fix crash when error pointer is null 5 years ago
cd_image_mds.cpp CDImageMDS: Possible fix for multi-track images 4 years ago
cd_image_memory.cpp CDImageCue: Replace libcue with in-house cue parser 5 years ago
cd_image_pbp.cpp pbp: pstitleimg sections are allowed also for single disc games 4 years ago
cd_image_ppf.cpp CDImagePPF: Fix incorrect filename saved to state 4 years ago
cd_subchannel_replacement.cpp Android: Allow opening/getting files relative to downloads directory 5 years ago
cd_subchannel_replacement.h Android: Allow opening/getting files relative to downloads directory 5 years ago
cd_xa.cpp
cd_xa.h
common.props dep/libchdr: Remove libFLAC dependency 4 years ago
common.vcxproj HTTPDownloader: Move to common 4 years ago
common.vcxproj.filters HTTPDownloader: Move to common 4 years ago
crash_handler.cpp Common: Add UWP support for helper classes 4 years ago
crash_handler.h Common: Add crash handler functions for Windows 5 years ago
cue_parser.cpp Common/CueParser: Remove redundant check for CATALOG 4 years ago
cue_parser.h CDImageCue: Replace libcue with in-house cue parser 5 years ago
dimensional_array.h Common/DimensionalArray: Re-revert the workaround 5 years ago
drm_display.cpp DRMDisplay: Restore previous framebuffer on shutdown 4 years ago
drm_display.h DRMDisplay: Should include common types not core types 4 years ago
easing.h Cheevos: Linux support 5 years ago
error.cpp Common: Add Error helper class 5 years ago
error.h Update error.h 5 years ago
event.cpp WIN32 macro -> _WIN32 4 years ago
event.h WIN32 macro -> _WIN32 4 years ago
fifo_queue.h FIFOQueue: Fix contiguous space with full buffer 4 years ago
file_system.cpp FileSystem: Get rid of trailing nulls in GetWorkingDirectory() 4 years ago
file_system.h FileSystem: Add RenamePath() 4 years ago
hash_combine.h
heap_array.h
http_downloader.cpp HTTPDownloader: Move to common 4 years ago
http_downloader.h HTTPDownloader: Move to common 4 years ago
http_downloader_curl.cpp HTTPDownloader: Move to common 4 years ago
http_downloader_curl.h HTTPDownloader: Move to common 4 years ago
http_downloader_uwp.cpp HTTPDownloader: Move to common 4 years ago
http_downloader_uwp.h HTTPDownloader: Move to common 4 years ago
http_downloader_winhttp.cpp HTTPDownloader: Move to common 4 years ago
http_downloader_winhttp.h HTTPDownloader: Move to common 4 years ago
image.cpp Common/Image: Add helper for loading from stream 5 years ago
image.h Common/Image: Add helper for loading from stream 5 years ago
iso_reader.cpp ISOReader: Fix recursing into subdirectories 5 years ago
iso_reader.h ISOReader: Make fields public/accessible 4 years ago
jit_code_buffer.cpp Common/JitCodeBuffer: Add ability to reserve non-code space 4 years ago
jit_code_buffer.h Common/JitCodeBuffer: Add ability to reserve non-code space 4 years ago
log.cpp Fix usage of `free` for stack variable 4 years ago
log.h Add printf-like macro. 5 years ago
lru_cache.h Common: Add LRUCache class 5 years ago
make_array.h libretro: Re-enable hw context switch, add auto option 5 years ago
md5_digest.cpp
md5_digest.h
memory_arena.cpp Misc: Purge unused definitions 4 years ago
memory_arena.h WIN32 macro -> _WIN32 4 years ago
minizip_helpers.cpp Common: Add MinizipHelpers (RAM and UTF-8 compatible fopen) 5 years ago
minizip_helpers.h Common: Add MinizipHelpers (RAM and UTF-8 compatible fopen) 5 years ago
null_audio_stream.cpp AudioStream: Don't call FramesAvailable() while locked 5 years ago
null_audio_stream.h AudioStream: Replace buffer queue with ring buffer 5 years ago
page_fault_handler.cpp Common/PageFaultHandler: Support for unwind exceptions 4 years ago
page_fault_handler.h Common/PageFaultHandler: Support for unwind exceptions 4 years ago
pbp_types.h CDImage: Add support for loading PBP images 5 years ago
platform.h Rename cpu_detect.h to platform.h and add OS 5 years ago
progress_callback.cpp Common/ProgressCallback: Elide some redundant updates 4 years ago
progress_callback.h Add more printflike macros. 5 years ago
rectangle.h Common/Rectangle: Use memcpy for operator= 5 years ago
scope_guard.h Common: Add scope_guard.h from Dolphin 5 years ago
shiftjis.cpp Fix a bunch of compiler warnings 4 years ago
shiftjis.h Common: Add Shift-JIS helpers 5 years ago
state_wrapper.cpp StateWrapper: Track save state version 5 years ago
state_wrapper.h System: Include cheevos state in save states 4 years ago
string.cpp String: Add a new constructor 5 years ago
string.h Add more printflike macros. 5 years ago
string_util.cpp WIN32 macro -> _WIN32 4 years ago
string_util.h WIN32 macro -> _WIN32 4 years ago
timer.cpp Common: Add UWP support for helper classes 4 years ago
timer.h Common/Timer: Add SleepUntil() method 5 years ago
timestamp.cpp Fix a Y2038 bug in UnixTimeToFileTime 4 years ago
timestamp.h WIN32 macro -> _WIN32 4 years ago
types.h Add printf-like macro. 5 years ago
wav_writer.cpp Fix possible log formatting errors. 5 years ago
wav_writer.h Common/WAVWriter: Add accessors 6 years ago
win32_progress_callback.cpp Common: Add Win32ProgressCallback 5 years ago
win32_progress_callback.h Common: Add Win32ProgressCallback 5 years ago
window_info.cpp Common: Add UWP support for helper classes 4 years ago
window_info.h Misc: Purge unused definitions 4 years ago
windows_headers.h Common: Add UWP support for helper classes 4 years ago