Skip to content

Commit 1929c0b

Browse files
committedJan 7, 2024
Move R_DrawPlanes to ROM
1 parent 4ba1997 commit 1929c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎r_phase7.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static void R_LockPln(void) ATTR_DATA_CACHE_ALIGN;
4444
static void R_UnlockPln(void) ATTR_DATA_CACHE_ALIGN;
4545
static visplane_t* R_GetNextPlane(uint16_t *sortedvisplanes) ATTR_DATA_CACHE_ALIGN;
4646

47-
void R_DrawPlanes(void) ATTR_DATA_CACHE_ALIGN __attribute__((noinline));
47+
void R_DrawPlanes(void) __attribute__((noinline));
4848

4949
static char pl_lock = 0;
5050
#ifdef MARS

0 commit comments

Comments
 (0)
Please sign in to comment.