bsnes/target-tomoko/tomoko.cpp

10 lines
202 B
C++

#include "tomoko.hpp"
Emulator::Interface* emulator = nullptr;
#include <nall/main.hpp>
auto nall::main(lstring args) -> void {
Application::setName("tomoko");
new Program;
Application::run();
}