mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
- Removal of the ASM functions resulted in failed compile when NO_ASM is set.
This commit is contained in:
parent
4196a4d055
commit
c59925085c
1 changed files with 2 additions and 2 deletions
|
@ -247,6 +247,8 @@ extern void (*R_DrawFogBoundary)(int x1, int x2, short *uclip, short *dclip);
|
|||
void R_DrawFogBoundary_C (int x1, int x2, short *uclip, short *dclip);
|
||||
|
||||
|
||||
void R_DrawColumnHorizP_C(void);
|
||||
|
||||
#ifdef X86_ASM
|
||||
|
||||
extern "C" void R_DrawColumnP_Unrolled (void);
|
||||
|
@ -258,8 +260,6 @@ extern "C" void R_DrawFuzzColumnP_ASM (void);
|
|||
extern "C" void R_DrawSpanP_ASM (void);
|
||||
extern "C" void R_DrawSpanMaskedP_ASM (void);
|
||||
|
||||
void R_DrawColumnHorizP_C(void);
|
||||
|
||||
#else
|
||||
|
||||
void R_DrawColumnP_C (void);
|
||||
|
|
Loading…
Reference in a new issue