15 lines
378 B
C
15 lines
378 B
C
#include <ultra64.h>
|
|
|
|
#include "common.h"
|
|
|
|
/* 65C10 8018FD10 */
|
|
Gfx DISPLAY_LIST_8018FD10[] = {
|
|
gsDPPipeSync(),
|
|
gsDPSetTextureFilter(G_TF_BILERP),
|
|
gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE),
|
|
gsDPSetRenderMode(G_RM_OPA_SURF, G_RM_OPA_SURF2),
|
|
gsDPSetAlphaCompare(G_AC_NONE),
|
|
gsDPSetTexturePersp(G_TP_PERSP),
|
|
gsDPPipeSync(),
|
|
gsSPEndDisplayList(),
|
|
}; |