mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-21 23:39:55 +00:00
Add Core::GetState() for debugger
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
#ifndef CORE_CORE_H_
|
||||
#define CORE_CORE_H_
|
||||
|
||||
#include "arm/armdefs.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
namespace Core {
|
||||
@@ -47,6 +49,8 @@ void Stop();
|
||||
/// Initialize the core
|
||||
int Init();
|
||||
|
||||
ARMul_State* GetState();
|
||||
|
||||
} // namespace
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user