shithub: qk1

ref: 3ba533fb9d5e013768813983fc0a4464f4ba13ac
dir: qk1/qw/nonintel.c

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

#include <u.h>
#include <libc.h>
#include <stdio.h>
#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
}