Duckstation/src/common
Connor McLaughlin a6a3590722
Merge pull request #1840 from stenzek/map-jit
CPU/Recompiler: Use MAP_JIT for code space on Apple Silicon
2021-03-21 02:51:45 +10:00
..
d3d11
gl
thirdparty
vulkan
align.h Common/Align: Make constexpr 2020-10-11 20:34:56 +10:00
assert.cpp
assert.h
audio_stream.cpp
audio_stream.h AudioStream: Fix a crash when opening device fails 2021-02-22 12:21:44 +10:00
bitfield.h GPU: Fix incorrect sign extension of positions 2020-10-11 12:21:08 +10:00
bitfield.natvis
bitutils.h
byte_stream.cpp
byte_stream.h
cd_image.cpp
cd_image.h
cd_image_bin.cpp
cd_image_chd.cpp
cd_image_cue.cpp
cd_image_ecm.cpp
cd_image_hasher.cpp
cd_image_hasher.h Common: Add a CD image hasher class 2020-06-08 01:19:35 +10:00
cd_image_mds.cpp
cd_image_memory.cpp
cd_image_pbp.cpp
cd_subchannel_replacement.cpp
cd_subchannel_replacement.h CDSubChannelReplacement: Use subq union directly 2020-07-22 00:02:44 +10:00
cd_xa.cpp
cd_xa.h Common: Add helper functions for decoding CD-XA ADPCM 2019-10-15 17:24:11 +10:00
CMakeLists.txt
common.vcxproj
common.vcxproj.filters
cpu_detect.h Common/CPUDetect: Use consistant naming for ARM targets 2020-11-21 18:39:03 +10:00
crash_handler.cpp
crash_handler.h
dimensional_array.h Common/DimensionalArray: Work around regression from MSVC 16.9 2021-03-04 00:28:34 +10:00
drm_display.cpp
drm_display.h DRMDisplay: Add mode queries 2021-02-14 18:36:21 +10:00
easing.h Cheevos: Linux support 2021-02-28 19:01:16 +10:00
error.cpp
error.h Common: Add Error helper class 2021-03-19 01:52:50 +10:00
event.cpp
event.h Common/Event: Replace poll event with lock/condvar 2020-11-21 18:39:04 +10:00
fifo_queue.h Common/FIFOQueue: Fix incorrect assertion failure in debug builds 2021-01-16 02:56:04 +10:00
file_system.cpp
file_system.h
hash_combine.h D3D11: Add a shader bytecode cache class 2020-01-24 14:52:00 +10:00
heap_array.h
image.cpp
image.h
iso_reader.cpp
iso_reader.h
jit_code_buffer.cpp
jit_code_buffer.h CPU/Recompiler: Use MAP_JIT for code space on Apple Silicon 2021-03-19 18:47:31 +10:00
log.cpp
log.h
lru_cache.h
make_array.h libretro: Re-enable hw context switch, add auto option 2020-08-23 14:51:23 +10:00
md5_digest.cpp
md5_digest.h Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
memory_arena.cpp
memory_arena.h
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
page_fault_handler.h
pbp_types.h CDImage: Add support for loading PBP images 2021-03-15 20:06:39 -07:00
progress_callback.cpp
progress_callback.h
rectangle.h
scope_guard.h Common: Add scope_guard.h from Dolphin 2020-06-19 00:16:59 +10:00
shiftjis.cpp
shiftjis.h Common: Add Shift-JIS helpers 2020-09-19 00:28:47 +10:00
state_wrapper.cpp
state_wrapper.h
string.cpp
string.h String: Add a new constructor 2021-03-12 19:59:39 +01:00
string_util.cpp
string_util.h
timer.cpp
timer.h Common/Timer: Add SleepUntil() method 2021-01-28 21:04:23 +10:00
timestamp.cpp
timestamp.h Remove YBaseLib dependency 2020-01-10 13:40:53 +10:00
types.h
wav_writer.cpp
wav_writer.h Common/WAVWriter: Add accessors 2020-04-11 00:24:30 +10:00
win32_progress_callback.cpp
win32_progress_callback.h
window_info.h
windows_headers.h