#include <3ds.h> #include #include namespace amy { void app::run() { while (aptMainLoop()) { ull c = ctru::getTime(); m_delta = static_cast(c) - static_cast(m_last); m_last = c; main(); } } } // namespace amy