mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-10 04:06:26 +00:00
ir: Reorganize to new top level folder
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
#include "common/bit_util.h"
|
||||
#include "common/common_types.h"
|
||||
#include "common/math_util.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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user