shithub: qk1

ref: 06eb848b99587ef882c121a5a65d2082e3b88aeb
dir: qk1/nonintel.c

View raw version
//
// nonintel.c: code for non-Intel processors only
//

#include <u.h>
#include <libc.h>
#include "quakedef.h"
#include "r_local.h"
#include "d_local.h"

#ifndef	id386

/*
================
R_Surf8Patch
================
*/
void R_Surf8Patch ()
{
	// we only patch code on Intel
}


/*
================
R_Surf16Patch
================
*/
void R_Surf16Patch ()
{
	// we only patch code on Intel
}


/*
================
R_SurfacePatch
================
*/
void R_SurfacePatch (void)
{
	// we only patch code on Intel
}


#endif	// !id386