Merge branch 'master' into feature/savestates-2

This commit is contained in:
Hamish Milne
2020-04-16 19:03:49 +01:00
14 changed files with 130 additions and 106 deletions

View File

@@ -15,6 +15,10 @@
#include "core/core_timing.h"
#include "core/memory.h"
namespace Memory {
struct PageTable;
};
/// Generic ARM11 CPU interface
class ARM_Interface : NonCopyable {
public: