Skip to content

Commit

Permalink
All opcodes changed to use constexpr
Browse files Browse the repository at this point in the history
  • Loading branch information
louist103 committed Apr 21, 2024
1 parent b570a75 commit 2fd3bd2
Show file tree
Hide file tree
Showing 7 changed files with 436 additions and 205 deletions.
1 change: 0 additions & 1 deletion src/graphic/Fast3D/gfx_gx2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#ifndef _LANGUAGE_C
#define _LANGUAGE_C
#endif
#include "libultraship/libultra/gbi.h"
#include <public/bridge/consolevariablebridge.h>

#include "gfx_cc.h"
Expand Down
1 change: 0 additions & 1 deletion src/graphic/Fast3D/gfx_metal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include "gfx_pc.h"
#include "gfx_metal_shader.h"

#include "libultraship/libultra/gbi.h"
#include "libultraship/libultra/abi.h"
#include "public/bridge/consolevariablebridge.h"

Expand Down
209 changes: 105 additions & 104 deletions src/graphic/Fast3D/gfx_pc.cpp

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/graphic/Fast3D/gfx_pc.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <vector>
#include <stack>

//#include "libultraship/libultra/gbi.h"
#include "graphic/Fast3D/lus_gbi.h"
#include "libultraship/libultra/types.h"

Expand Down
Loading

0 comments on commit 2fd3bd2

Please sign in to comment.