From 7f3ea1c5f6d4df5199ba218b0387250dcbacd65b Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 22 Jun 2015 18:18:33 +0200 Subject: [PATCH] fix separate build (nw) --- src/mame/video/n64.c | 1 + src/mame/video/{rdpspn16.c => rdpspn16.inc} | 0 2 files changed, 1 insertion(+) rename src/mame/video/{rdpspn16.c => rdpspn16.inc} (100%) diff --git a/src/mame/video/n64.c b/src/mame/video/n64.c index 4a8e0027194..5d38123d852 100644 --- a/src/mame/video/n64.c +++ b/src/mame/video/n64.c @@ -60,6 +60,7 @@ bool n64_rdp::rdp_range_check(UINT32 addr) // The functions in this file should be moved into the parent Processor class. #include "rdpfiltr.inc" +#include "rdpspn16.inc" void n64_rdp::get_alpha_cvg(UINT8* comb_alpha, rdp_span_aux* userdata, const rdp_poly_state &object) { diff --git a/src/mame/video/rdpspn16.c b/src/mame/video/rdpspn16.inc similarity index 100% rename from src/mame/video/rdpspn16.c rename to src/mame/video/rdpspn16.inc