interface: Move Vector typedef to config.h

This commit is contained in:
MerryMage 2018-01-24 15:52:49 +00:00
parent 33bba6028c
commit 1749780929
5 changed files with 11 additions and 10 deletions

View file

@ -17,7 +17,6 @@
#include "unicorn_emu/unicorn.h"
using namespace Dynarmic;
using Vector = Dynarmic::A64::Jit::Vector;
static Vector RandomVector() {
return {RandInt<u64>(0, ~u64(0)), RandInt<u64>(0, ~u64(0))};