added initial support for hw.cpp module
This commit is contained in:
parent
670ac5643a
commit
31abc42d3d
8 changed files with 69 additions and 52 deletions
|
@ -55,6 +55,9 @@ void Stop();
|
|||
/// Initialize the core
|
||||
int Init();
|
||||
|
||||
/// Shutdown the core
|
||||
void Shutdown();
|
||||
|
||||
ARMul_State* GetState();
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue