Duckstation/src/common
Connor McLaughlin 98e67616ec JitCodeBuffer: Flush cache after committing code on ARM CPUs
ARM's instruction and data caches are not coherent, so we need to flush
before executing to ensure there's no stale data left over.
2019-12-03 20:21:32 +10:00
..
d3d11 Common: Fix issues in utility classes for readbacks 2019-11-14 16:57:58 +10:00
gl Common: Persistent-mapped stream buffer implementation 2019-11-07 00:08:13 +10:00
audio_stream.cpp SPU: Save state support 2019-10-11 16:54:21 +10:00
audio_stream.h common: Add sync-to-audio support 2019-10-11 13:24:41 +10:00
bitfield.h Fix compile errors on GCC 2019-11-03 00:15:42 +10:00
bitfield.natvis Initial commit 2019-09-11 14:00:42 +10:00
cd_image.cpp Common: Add a basic ISO reader class 2019-11-29 23:36:25 +10:00
cd_image.h Common: Add a basic ISO reader class 2019-11-29 23:36:25 +10:00
cd_image_bin.cpp CDImage: Set data bit in Q subchannel for bin images 2019-11-13 16:28:43 +10:00
cd_image_cue.cpp CDImage: Support generating Q Sub-Channel 2019-11-10 22:44:53 +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 a basic ISO reader class 2019-11-29 23:36:25 +10:00
common.vcxproj Common: Add a basic ISO reader class 2019-11-29 23:36:25 +10:00
common.vcxproj.filters Common: Add a basic ISO reader class 2019-11-29 23:36:25 +10:00
fifo_queue.h Fix compile errors on GCC 2019-11-03 00:15:42 +10:00
heap_array.h Compile fixes for Android 2019-11-28 01:55:33 +10:00
iso_reader.cpp Common: Add a basic ISO reader class 2019-11-29 23:36:25 +10:00
iso_reader.h Common: Add a basic ISO reader class 2019-11-29 23:36:25 +10:00
jit_code_buffer.cpp JitCodeBuffer: Flush cache after committing code on ARM CPUs 2019-12-03 20:21:32 +10:00
jit_code_buffer.h JitCodeBuffer: Flush cache after committing code on ARM CPUs 2019-12-03 20:21:32 +10:00
rectangle.h Common: Fix issues in utility classes for readbacks 2019-11-14 16:57:58 +10:00
state_wrapper.cpp Initial commit 2019-09-11 14:00:42 +10:00
state_wrapper.h Common: Add HeapArray class 2019-10-27 13:34:13 +10:00
types.h Compile fixes for Android 2019-11-28 01:55:33 +10:00