dynarmic/src
Lioncash f01dc9192a CMakeLists: Add a namespace to the export
Avoids potentially dumping boost, fmt, and xbyak targets into a
top-level namespace without any qualification, which can lead to build
errors in projects that already make use of them.
2020-04-22 21:02:46 +01:00
..
backend/x64 A32: Implement barrier instructions introduced in ARMv7 2020-04-22 21:02:46 +01:00
common common/fp/op/FPConvert: Remove unnecessary casts in FPConvert() 2020-04-22 21:02:46 +01:00
frontend frontend/A32/ir_emitter: Mark locals as const where applicable 2020-04-22 21:02:46 +01:00
ir_opt ir_opt/verification_pass: Mark locals as const where applicable 2020-04-22 21:01:40 +01:00
CMakeLists.txt CMakeLists: Add a namespace to the export 2020-04-22 21:02:46 +01:00