This commit is contained in:
wheremyfoodat
2023-10-25 23:23:31 +03:00
committed by GitHub
parent 7345e2e255
commit f48359f630

View File

@@ -115,7 +115,7 @@ void HydraCore::resetContext() {
emulator->initGraphicsContext(nullptr);
}
void HydraCore::destroyContext() { emulator.deinitGraphicsContext(); }
void HydraCore::destroyContext() { emulator->deinitGraphicsContext(); }
void HydraCore::setFbo(unsigned handle) { renderer->setFBO(handle); }
void HydraCore::setGetProcAddress(void* function) { getProcAddress = function; }