This commit is contained in:
wheremyfoodat 2023-10-25 23:23:31 +03:00 committed by GitHub
parent 7345e2e255
commit f48359f630
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; }