moved some core functions over to system module
This commit is contained in:
parent
9d79fc7aa6
commit
e0cb54ea35
5 changed files with 13 additions and 15 deletions
|
@ -27,12 +27,6 @@
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "common.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
class EmuWindow;
|
||||
|
||||
namespace Core {
|
||||
|
||||
/// Start the core
|
||||
|
@ -51,7 +45,7 @@ void Halt(const char *msg);
|
|||
void Stop();
|
||||
|
||||
/// Initialize the core
|
||||
int Init(EmuWindow* emu_window);
|
||||
int Init();
|
||||
|
||||
} // namespace
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue