Migrate to mcl

This commit is contained in:
Merry 2022-04-19 15:36:26 +01:00
parent ed9955891f
commit 78b4ba10c9
181 changed files with 987 additions and 1807 deletions

View file

@ -8,7 +8,7 @@
#include <array>
#include <iosfwd>
#include "dynarmic/common/common_types.h"
#include <mcl/stdint.hpp>
using Vector = std::array<u64, 2>;