- disabled assembly entirely to make the MT drawer submission compile.

This still requires a review of the two non-drawer functions that get 'lost'.
This commit is contained in:
Christoph Oelckers 2016-12-07 12:31:43 +01:00
commit 42346c58d3
4 changed files with 0 additions and 196 deletions

View file

@ -812,9 +812,6 @@ void R_SetupBuffer ()
{
dc_pitch = pitch;
R_InitFuzzTable (pitch);
#if defined(X86_ASM) || defined(X64_ASM)
ASM_PatchPitch ();
#endif
}
dc_destorg = lineptr;
for (int i = 0; i < RenderTarget->GetHeight(); i++)