Duckstation/src/common
2021-07-11 13:33:26 +10:00
..
d3d11 GPU/D3D11: Fix possible buffer overwrite when reading back 2021-07-04 21:40:44 +10:00
d3d12 D3D12/Texture: Force 16MB uploads down temp texture path 2021-07-11 13:33:26 +10:00
gl WIN32 macro -> _WIN32 2021-06-30 14:38:07 +10:00
thirdparty Cheevos: Linux support 2021-02-28 19:01:16 +10:00
vulkan GPU/Vulkan: Update VK_EXT_debug_report to VK_EXT_debug_utils 2021-06-28 13:57:49 -07:00
align.h GPU/HW: Don't allow adaptive downsampling at non-pow2 scales 2021-06-25 00:19:14 +10:00
assert.cpp WIN32 macro -> _WIN32 2021-06-30 14:38:07 +10:00
assert.h Common/Assert: Fix incorrect windows platform detection 2020-01-17 21:36:31 +10:00
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 GPU: Fix incorrect sign extension of positions 2020-10-11 12:21:08 +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 Common/ByteStream: Add explicit include for alloca 2021-07-10 21:45:10 +10:00
byte_stream.h Common/GrowableMemoryByteStream: Add helper methods 2020-11-28 00:14:45 +10:00
cd_image.cpp Warning fixes 2021-06-27 13:51:22 +10:00
cd_image.h CDImage: Fix compilation on Linux 2021-06-01 22:04:25 +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 Fix a bunch of compiler warnings 2021-06-04 13:14:30 +10:00
cd_image_ecm.cpp Warning fixes 2021-06-27 13:51:22 +10:00
cd_image_hasher.cpp Warning fixes 2021-06-27 13:51:22 +10:00
cd_image_hasher.h Common: Add a CD image hasher class 2020-06-08 01:19:35 +10: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 Android: Allow opening/getting files relative to downloads directory 2021-04-24 16:19:13 +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 Fix a bunch of compiler warnings 2021-06-04 13:14:30 +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 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 GPU: Add D3D12 renderer 2021-07-10 21:45:10 +10:00
common.props Build: Unify MSBuild options in props files 2021-07-10 21:45:10 +10:00
common.vcxproj GPU: Add D3D12 renderer 2021-07-10 21:45:10 +10:00
common.vcxproj.filters GPU: Add D3D12 renderer 2021-07-10 21:45:10 +10:00
crash_handler.cpp CPU/Recompiler: Prevent using fastmem when cache is isolated 2021-04-12 02:08:56 +10:00
crash_handler.h Common: Add crash handler functions for Windows 2021-01-31 17:00:57 +10:00
cue_parser.cpp CueParser: Fix crash on invalid mode string 2021-06-09 19:44: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: Restore previous framebuffer on shutdown 2021-06-21 22:04:59 +10:00
easing.h Cheevos: Linux support 2021-02-28 19:01:16 +10:00
error.cpp Common: Add Error helper class 2021-03-19 01:52:50 +10:00
error.h Update error.h 2021-03-28 14:37:50 -06:00
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: Add RenamePath() 2021-07-03 16:50:51 +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 Common/HeapArray: Fix move construction/assignment 2020-03-29 01:13:14 +10:00
image.cpp Common/Image: Add helper for loading from stream 2021-01-31 17:10:27 +10:00
image.h Common/Image: Add helper for loading from stream 2021-01-31 17:10:27 +10:00
iso_reader.cpp ISOReader: Fix recursing into subdirectories 2021-03-02 01:48:31 +10:00
iso_reader.h Common: Add a basic ISO reader class 2019-11-29 23:36:25 +10:00
jit_code_buffer.cpp WIN32 macro -> _WIN32 2021-06-30 14:38:07 +10:00
jit_code_buffer.h Qt: Add game list exclude path UI 2021-07-02 12:49:32 +10:00
log.cpp WIN32 macro -> _WIN32 2021-06-30 14:38:07 +10:00
log.h Add printf-like macro. 2021-02-04 17:15:28 -07:00
lru_cache.h Common: Add LRUCache class 2021-02-22 12:22:28 +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
memory_arena.cpp WIN32 macro -> _WIN32 2021-06-30 14:38:07 +10:00
memory_arena.h WIN32 macro -> _WIN32 2021-06-30 14:38:07 +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
page_fault_handler.cpp WIN32 macro -> _WIN32 2021-06-30 14:38:07 +10:00
page_fault_handler.h CPU/Recompiler: Implement fastmem 2020-10-18 14:54:38 +10:00
pbp_types.h CDImage: Add support for loading PBP images 2021-03-15 20:06:39 -07:00
platform.h Rename cpu_detect.h to platform.h and add OS 2021-04-04 13:01:43 +10:00
progress_callback.cpp Common: Add title, modal information to ProgressCallback 2020-08-06 19:32:53 +10:00
progress_callback.h Add more printflike macros. 2021-03-29 13:56:19 -06:00
rectangle.h Common/Rectangle: Use memcpy for operator= 2020-11-21 18:39:04 +10:00
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 Common: Add Shift-JIS helpers 2020-09-19 00:28:47 +10:00
state_wrapper.cpp StateWrapper: Track save state version 2020-10-18 14:54:38 +10:00
state_wrapper.h StateWrapper: Track save state version 2020-10-18 14:54:38 +10:00
string.cpp String: Add a new constructor 2021-03-12 19:59:39 +01:00
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 WIN32 macro -> _WIN32 2021-06-30 14:38:07 +10:00
timer.h Common/Timer: Add SleepUntil() method 2021-01-28 21:04:23 +10:00
timestamp.cpp WIN32 macro -> _WIN32 2021-06-30 14:38:07 +10:00
timestamp.h WIN32 macro -> _WIN32 2021-06-30 14:38:07 +10:00
types.h Add printf-like macro. 2021-02-04 17:15:28 -07:00
wav_writer.cpp Fix possible log formatting errors. 2021-02-04 17:54:51 -07: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.cpp WindowInfo: Fix macOS build 2021-04-03 03:03:42 +10:00
window_info.h Re-add libretro core 2021-05-20 12:18:54 +10:00
windows_headers.h WindowsHeaders: Undef GetObject 2021-02-22 12:22:28 +10:00