mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 21:17:56 -05:00
arm_dynarmic: More cleanup.
This commit is contained in:
@ -4,15 +4,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include "common/common_types.h"
|
||||
#include "core/arm/arm_interface.h"
|
||||
|
||||
namespace Memory {
|
||||
struct PageTable;
|
||||
} // namespace Memory
|
||||
|
||||
class ARM_Dynarmic final : public ARM_Interface {
|
||||
public:
|
||||
ARM_Dynarmic();
|
||||
|
Reference in New Issue
Block a user