mirror of
https://github.com/InoriRus/Kyty.git
synced 2026-08-28 13:16:40 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#include "Emulator/Emulator.h"
|
||||
|
||||
#include "Kyty/Core/Subsystems.h"
|
||||
|
||||
#include "Emulator/Common.h"
|
||||
|
||||
#ifdef KYTY_EMU_ENABLED
|
||||
|
||||
namespace Kyty::Emulator {
|
||||
|
||||
void kyty_reg();
|
||||
|
||||
KYTY_SUBSYSTEM_INIT(Emulator)
|
||||
{
|
||||
kyty_reg();
|
||||
}
|
||||
|
||||
KYTY_SUBSYSTEM_UNEXPECTED_SHUTDOWN(Emulator) {}
|
||||
|
||||
KYTY_SUBSYSTEM_DESTROY(Emulator) {}
|
||||
|
||||
} // namespace Kyty::Emulator
|
||||
|
||||
#endif // KYTY_EMU_ENABLED
|
||||
Reference in New Issue
Block a user