mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-30 19:24:42 +01:00
In MSVC, having files with identical filenames will result into massive slowdowns when compiling. The approach I have taken to resolve this is renaming the identically named files in frontend/(A32, A64) to (a32, a64)_filename.cpp/h |
||
|---|---|---|
| .. | ||
| fuzz_arm.cpp | ||
| fuzz_thumb.cpp | ||
| test_arm_disassembler.cpp | ||
| test_arm_instructions.cpp | ||
| test_thumb_instructions.cpp | ||
| testenv.h | ||
| vfp_vadd_f32.inc | ||
| vfp_vsub_f32.inc | ||