2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-25 16:05:34 +00:00
metaforce/Runtime/MP1/CNESEmulator.cpp
2016-12-29 20:37:01 -10:00

15 lines
140 B
C++

#include "CNESEmulator.hpp"
namespace urde
{
namespace MP1
{
void CNESEmulator::ProcessUserInput(const CFinalInput& input, int)
{
}
}
}