Erase duplicate line

This commit is contained in:
izzy2lost
2025-07-28 08:14:23 -04:00
committed by GitHub
parent f862b8d8ee
commit 1c940a898b
-1
View File
@@ -62,7 +62,6 @@ void AudioThread_CreateNextAudioBuffer(int16_t* samples, uint32_t num_samples);
std::vector<uint8_t*> MemoryPool;
GameEngine* GameEngine::Instance;
GameEngine::GameEngine() {
GameEngine::GameEngine() {
#ifdef __SWITCH__
Ship::Switch::Init(Ship::PreInitPhase);