mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-04 21:00:31 +12:00
Add Renderer::deinitGraphicsContext
This commit is contained in:
parent
1313f46ba4
commit
e900e9d614
11 changed files with 31 additions and 1 deletions
|
@ -88,6 +88,7 @@ class GPU {
|
|||
GPU(Memory& mem, EmulatorConfig& config);
|
||||
void display() { renderer->display(); }
|
||||
void screenshot(const std::string& name) { renderer->screenshot(name); }
|
||||
void deinitGraphicsContext() { renderer->deinitGraphicsContext(); }
|
||||
|
||||
#if defined(PANDA3DS_FRONTEND_SDL)
|
||||
void initGraphicsContext(SDL_Window* window) { renderer->initGraphicsContext(window); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue