ir: Reorganize to new top level folder

This commit is contained in:
MerryMage 2021-04-21 22:21:36 +01:00
parent 5bec200c36
commit e19f898aa2
69 changed files with 168 additions and 168 deletions

View file

@ -13,7 +13,7 @@
#include "common/assert.h"
#include "frontend/A32/decoder/asimd.h"
#include "frontend/A32/translate/impl/translate_arm.h"
#include "frontend/ir/opcodes.h"
#include "ir/opcodes.h"
using namespace Dynarmic;