From 23cffd809c2f6542eb5b4ce3d3fedcedf7f6858f Mon Sep 17 00:00:00 2001 From: riccardom Date: Mon, 26 Jan 2009 19:51:07 +0000 Subject: [PATCH] Make gfx3d_FlushFIFO() static. --- desmume/src/gfx3d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/gfx3d.cpp b/desmume/src/gfx3d.cpp index 1289e5f43..7e80aab53 100644 --- a/desmume/src/gfx3d.cpp +++ b/desmume/src/gfx3d.cpp @@ -1232,7 +1232,7 @@ void gfx3d_execute(u8 cmd, u32 param) } #endif -void gfx3d_FlushFIFO() +static void gfx3d_FlushFIFO() { if (!gxFIFO.tail) return;