mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-29 02:35:22 +01:00
ir: Reorganize to new top level folder
This commit is contained in:
parent
5bec200c36
commit
e19f898aa2
69 changed files with 168 additions and 168 deletions
|
|
@ -10,9 +10,9 @@
|
|||
#include "backend/x64/emit_x64.h"
|
||||
#include "common/assert.h"
|
||||
#include "common/common_types.h"
|
||||
#include "frontend/ir/basic_block.h"
|
||||
#include "frontend/ir/microinstruction.h"
|
||||
#include "frontend/ir/opcodes.h"
|
||||
#include "ir/basic_block.h"
|
||||
#include "ir/microinstruction.h"
|
||||
#include "ir/opcodes.h"
|
||||
|
||||
namespace Dynarmic::Backend::X64 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue