mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 22:55:40 +12:00
Fix derp
This commit is contained in:
parent
7345e2e255
commit
f48359f630
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ void HydraCore::resetContext() {
|
||||||
emulator->initGraphicsContext(nullptr);
|
emulator->initGraphicsContext(nullptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
void HydraCore::destroyContext() { emulator.deinitGraphicsContext(); }
|
void HydraCore::destroyContext() { emulator->deinitGraphicsContext(); }
|
||||||
void HydraCore::setFbo(unsigned handle) { renderer->setFBO(handle); }
|
void HydraCore::setFbo(unsigned handle) { renderer->setFBO(handle); }
|
||||||
void HydraCore::setGetProcAddress(void* function) { getProcAddress = function; }
|
void HydraCore::setGetProcAddress(void* function) { getProcAddress = function; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue