mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
Fix RendererSW initGraphicsContext
prototype
This commit is contained in:
parent
f715cb9478
commit
8ace959d72
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ class RendererSw final : public Renderer {
|
|||
|
||||
void reset() override;
|
||||
void display() override;
|
||||
void initGraphicsContext() override;
|
||||
void initGraphicsContext(SDL_Window* window) override;
|
||||
void clearBuffer(u32 startAddress, u32 endAddress, u32 value, u32 control) override;
|
||||
void displayTransfer(u32 inputAddr, u32 outputAddr, u32 inputSize, u32 outputSize, u32 flags) override;
|
||||
void drawVertices(PICA::PrimType primType, std::span<const PICA::Vertex> vertices) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue