Skip to content

Commit

Permalink
format indent
Browse files Browse the repository at this point in the history
  • Loading branch information
bismurphy committed Jan 11, 2025
1 parent 11f9755 commit 52b450c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion include/psxsdk/libgpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ typedef struct {
unsigned addr : 24;
unsigned len : 8;
#ifdef VERSION_PSP
s32 dummy;
s32 dummy;
#endif
u_char r0, g0, b0, code;
} P_TAG;
Expand Down
4 changes: 2 additions & 2 deletions src/dra/4A538.c
Original file line number Diff line number Diff line change
Expand Up @@ -1670,9 +1670,9 @@ DR_ENV* func_800EDB08(Primitive* prim) {

for (i = 0; i < LEN(D_800974AC); i++, dr++) {
if (dr->tag == 0) {
#ifdef VERSION_PSP
#ifdef VERSION_PSP
SetDrawEnv(dr, 0);
#endif
#endif
dr->tag = 1;
setcode(prim, 7);
*(DR_ENV**)&prim->r1 = dr;
Expand Down
4 changes: 2 additions & 2 deletions src/dra_psp/33F0.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ DR_ENV* func_800EDB08(Primitive* prim) {

for (i = 0; i < LEN(D_800974AC); i++, dr++) {
if (dr->tag == 0) {
#ifdef VERSION_PSP
#ifdef VERSION_PSP
SetDrawEnv(dr, 0);
#endif
#endif
dr->tag = 1;
setcode(prim, 7);
*(DR_ENV**)&prim->r1 = dr;
Expand Down

0 comments on commit 52b450c

Please sign in to comment.