Skip to content

Commit

Permalink
Fixed more compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritoDv committed Nov 25, 2024
1 parent a63469b commit 339f9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/factories/DisplayListOverrides.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ typedef union {

namespace GFXDOverride {
#ifdef STANDALONE
void Quadrangle(const Gfx* gfx);
void Triangle2(const Gfx* gfx);
void Quadrangle(const N64Gfx* gfx);
void Triangle2(const N64Gfx* gfx);
int Vtx(uint32_t vtx, int32_t num);
int Texture(uint32_t timg, int32_t fmt, int32_t siz, int32_t width, int32_t height, int32_t pal);
int Palette(uint32_t tlut, int32_t idx, int32_t count);
Expand Down

0 comments on commit 339f9c4

Please sign in to comment.