mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 09:26:09 +00:00
GuiSys and FrontEnd work
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#include "CNESEmulator.hpp"
|
||||
#include "CGameState.hpp"
|
||||
#include <string.h>
|
||||
|
||||
namespace urde
|
||||
{
|
||||
@@ -10,5 +12,21 @@ void CNESEmulator::ProcessUserInput(const CFinalInput& input, int)
|
||||
|
||||
}
|
||||
|
||||
void CNESEmulator::Update()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CNESEmulator::Draw(const zeus::CColor& mulColor, bool filtering)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CNESEmulator::LoadState(const u8* state)
|
||||
{
|
||||
memmove(x39_loadState, state, 18);
|
||||
x38_stateLoaded = true;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user