Duckstation/src/common
2022-04-03 21:09:36 +10:00
..
d3d11 GPU/D3D11: Fix possible buffer overwrite when reading back 2021-07-04 21:40:44 +10:00
d3d12 D3D12/Builders: Fix incorrect depth write mask 2022-03-27 17:38:48 +10:00
gl GL/Texture: Don't set max level on GLES2 2021-08-12 21:31:40 +10:00
thirdparty
vulkan Misc: Purge unused definitions 2022-03-27 16:59:02 +10:00
align.h GPU/HW: Don't allow adaptive downsampling at non-pow2 scales 2021-06-25 00:19:14 +10:00
assert.cpp Common: Add UWP support for helper classes 2021-07-11 15:20:38 +10:00
assert.h
audio_stream.cpp AudioStream: Prevent buffering more frames than size 2021-07-03 14:29:08 +10:00
audio_stream.h AudioStream: Make fields protected instead of private 2021-06-04 13:37:23 +10:00
bitfield.h
bitfield.natvis
bitutils.h
byte_stream.cpp ByteStream: Fix atomic updates on external storage with UWP 2021-07-11 19:05:30 +10:00
byte_stream.h
cd_image.cpp CDImage: Add Precache() method 2022-04-03 21:09:36 +10:00
cd_image.h CDImage: Add Precache() method 2022-04-03 21:09:36 +10:00
cd_image_bin.cpp Android: Allow opening/getting files relative to downloads directory 2021-04-24 16:19:13 +10:00
cd_image_chd.cpp Warning fixes 2021-06-27 13:51:22 +10:00
cd_image_cue.cpp CDImageCueSheet: Fix cuesheets with absolute paths 2021-10-30 11:17:41 +02:00
cd_image_device.cpp CDImageDevice: Don't add out-of-file pregaps to audio tracks 2021-11-26 11:31:59 +10:00
cd_image_ecm.cpp Warning fixes 2021-06-27 13:51:22 +10:00
cd_image_hasher.cpp Add image verification 2021-10-23 22:19:39 +02:00
cd_image_hasher.h Add image verification 2021-10-23 22:19:39 +02:00
cd_image_m3u.cpp CDImageM3u: Fix crash when error pointer is null 2021-05-20 12:19:26 +10:00
cd_image_mds.cpp CDImageMDS: Possible fix for multi-track images 2021-12-25 14:28:33 +10:00
cd_image_memory.cpp CDImageCue: Replace libcue with in-house cue parser 2021-05-21 14:52:55 +10:00
cd_image_pbp.cpp pbp: pstitleimg sections are allowed also for single disc games 2022-03-29 21:36:39 +10:00
cd_image_ppf.cpp CDImagePPF: Fix incorrect filename saved to state 2021-06-05 18:12:59 +10:00
cd_subchannel_replacement.cpp Android: Allow opening/getting files relative to downloads directory 2021-04-24 16:19:13 +10:00
cd_subchannel_replacement.h Android: Allow opening/getting files relative to downloads directory 2021-04-24 16:19:13 +10:00
cd_xa.cpp
cd_xa.h
CMakeLists.txt HTTPDownloader: Move to common 2022-03-27 16:59:02 +10:00
common.props dep/libchdr: Remove libFLAC dependency 2022-04-03 21:09:36 +10:00
common.vcxproj HTTPDownloader: Move to common 2022-03-27 16:59:02 +10:00
common.vcxproj.filters HTTPDownloader: Move to common 2022-03-27 16:59:02 +10:00
crash_handler.cpp Common: Add UWP support for helper classes 2021-07-11 15:20:38 +10:00
crash_handler.h
cue_parser.cpp Common/CueParser: Remove redundant check for CATALOG 2021-11-10 13:38:06 +10:00
cue_parser.h CDImageCue: Replace libcue with in-house cue parser 2021-05-21 14:52:55 +10:00
dimensional_array.h Common/DimensionalArray: Re-revert the workaround 2021-05-25 19:00:40 +02:00
drm_display.cpp DRMDisplay: Restore previous framebuffer on shutdown 2021-06-21 22:04:59 +10:00
drm_display.h DRMDisplay: Should include common types not core types 2021-10-25 17:27:41 +10:00
easing.h
error.cpp
error.h
event.cpp WIN32 macro -> _WIN32 2021-06-30 14:38:07 +10:00
event.h WIN32 macro -> _WIN32 2021-06-30 14:38:07 +10:00
fifo_queue.h FIFOQueue: Fix contiguous space with full buffer 2021-07-03 14:29:25 +10:00
file_system.cpp FileSystem: Get rid of trailing nulls in GetWorkingDirectory() 2021-12-25 14:28:33 +10:00
file_system.h FileSystem: Add RenamePath() 2021-07-03 16:50:51 +10:00
hash_combine.h D3D11: Add a shader bytecode cache class 2020-01-24 14:52:00 +10:00
heap_array.h
http_downloader.cpp HTTPDownloader: Move to common 2022-03-27 16:59:02 +10:00
http_downloader.h HTTPDownloader: Move to common 2022-03-27 16:59:02 +10:00
http_downloader_curl.cpp HTTPDownloader: Move to common 2022-03-27 16:59:02 +10:00
http_downloader_curl.h HTTPDownloader: Move to common 2022-03-27 16:59:02 +10:00
http_downloader_uwp.cpp HTTPDownloader: Move to common 2022-03-27 16:59:02 +10:00
http_downloader_uwp.h HTTPDownloader: Move to common 2022-03-27 16:59:02 +10:00
http_downloader_winhttp.cpp HTTPDownloader: Move to common 2022-03-27 16:59:02 +10:00
http_downloader_winhttp.h HTTPDownloader: Move to common 2022-03-27 16:59:02 +10:00
image.cpp
image.h
iso_reader.cpp
iso_reader.h ISOReader: Make fields public/accessible 2021-11-09 12:54:07 +10:00
jit_code_buffer.cpp Common/JitCodeBuffer: Add ability to reserve non-code space 2021-07-11 15:20:38 +10:00
jit_code_buffer.h Common/JitCodeBuffer: Add ability to reserve non-code space 2021-07-11 15:20:38 +10:00
log.cpp Fix usage of free for stack variable 2021-11-07 20:43:41 +03:00
log.h
lru_cache.h
make_array.h
md5_digest.cpp
md5_digest.h
memory_arena.cpp Misc: Purge unused definitions 2022-03-27 16:59:02 +10:00
memory_arena.h WIN32 macro -> _WIN32 2021-06-30 14:38:07 +10:00
minizip_helpers.cpp
minizip_helpers.h
null_audio_stream.cpp
null_audio_stream.h AudioStream: Replace buffer queue with ring buffer 2020-06-07 01:22:03 +10:00
page_fault_handler.cpp Common/PageFaultHandler: Support for unwind exceptions 2021-07-11 15:20:38 +10:00
page_fault_handler.h Common/PageFaultHandler: Support for unwind exceptions 2021-07-11 15:20:38 +10:00
pbp_types.h
platform.h Rename cpu_detect.h to platform.h and add OS 2021-04-04 13:01:43 +10:00
progress_callback.cpp Common/ProgressCallback: Elide some redundant updates 2021-10-29 13:16:42 +10:00
progress_callback.h Add more printflike macros. 2021-03-29 13:56:19 -06:00
rectangle.h
scope_guard.h Common: Add scope_guard.h from Dolphin 2020-06-19 00:16:59 +10:00
shiftjis.cpp Fix a bunch of compiler warnings 2021-06-04 13:14:30 +10:00
shiftjis.h
state_wrapper.cpp
state_wrapper.h System: Include cheevos state in save states 2022-03-27 16:59:02 +10:00
string.cpp
string.h Add more printflike macros. 2021-03-29 13:56:19 -06:00
string_util.cpp WIN32 macro -> _WIN32 2021-06-30 14:38:07 +10:00
string_util.h WIN32 macro -> _WIN32 2021-06-30 14:38:07 +10:00
timer.cpp Common: Add UWP support for helper classes 2021-07-11 15:20:38 +10:00
timer.h
timestamp.cpp Fix a Y2038 bug in UnixTimeToFileTime 2022-03-26 16:49:02 +01:00
timestamp.h WIN32 macro -> _WIN32 2021-06-30 14:38:07 +10:00
types.h
wav_writer.cpp
wav_writer.h
win32_progress_callback.cpp
win32_progress_callback.h
window_info.cpp Common: Add UWP support for helper classes 2021-07-11 15:20:38 +10:00
window_info.h Misc: Purge unused definitions 2022-03-27 16:59:02 +10:00
windows_headers.h Common: Add UWP support for helper classes 2021-07-11 15:20:38 +10:00