mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 15:08:22 +01:00
interface: Move Vector typedef to config.h
This commit is contained in:
parent
33bba6028c
commit
1749780929
5 changed files with 11 additions and 10 deletions
|
|
@ -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))};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue