mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-06 11:01:38 +12:00
Bonk
This commit is contained in:
parent
31d1c6ff3f
commit
c339c7d1c5
3 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
|||
#pragma once
|
||||
#include <array>
|
||||
#include <span>
|
||||
#include <string>
|
||||
#include <optional>
|
||||
|
||||
#include "PICA/pica_vertex.hpp"
|
||||
|
@ -38,7 +37,7 @@ class Renderer {
|
|||
|
||||
static constexpr u32 vertexBufferSize = 0x10000;
|
||||
static std::optional<RendererType> typeFromString(std::string inString);
|
||||
static std::string typeToString(RendererType rendererType);
|
||||
static const char* typeToString(RendererType rendererType);
|
||||
|
||||
virtual void reset() = 0;
|
||||
virtual void display() = 0; // Display the 3DS screen contents to the window
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue