mirror of
https://github.com/yuzu-mirror/dynarmic.git
synced 2026-04-21 06:03:42 +00:00
Migrate to mcl
This commit is contained in:
parent
ed9955891f
commit
78b4ba10c9
181 changed files with 987 additions and 1807 deletions
|
|
@ -4,9 +4,9 @@
|
|||
*/
|
||||
|
||||
#include <catch2/catch.hpp>
|
||||
#include <mcl/stdint.hpp>
|
||||
|
||||
#include "./testenv.h"
|
||||
#include "dynarmic/common/common_types.h"
|
||||
#include "dynarmic/interface/A32/a32.h"
|
||||
|
||||
static Dynarmic::A32::UserConfig GetUserConfig(ThumbTestEnv* testenv) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue