shithub: qk1

ref: d62733faff1367e247d387ca41ae27f3b6674c49
dir: /qw/nonintel.c/

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

#include "quakedef.h"

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


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


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