From 12367ad02622ba0e6457a7bea7b859bcf85ecb46 Mon Sep 17 00:00:00 2001 From: negativeExponent Date: Tue, 17 Dec 2019 01:10:56 +0800 Subject: Update --- plugins/gpu_unai/gpulib_if.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/gpu_unai') diff --git a/plugins/gpu_unai/gpulib_if.cpp b/plugins/gpu_unai/gpulib_if.cpp index 8b5174e..78870de 100644 --- a/plugins/gpu_unai/gpulib_if.cpp +++ b/plugins/gpu_unai/gpulib_if.cpp @@ -143,6 +143,7 @@ void renderer_notify_res_change(void) */ } +#ifdef USE_GPULIB // Handles GP0 draw settings commands 0xE1...0xE6 static void gpuGP0Cmd_0xEx(gpu_unai_t &gpu_unai, u32 cmd_word) { @@ -209,6 +210,7 @@ static void gpuGP0Cmd_0xEx(gpu_unai_t &gpu_unai, u32 cmd_word) } break; } } +#endif extern const unsigned char cmd_lengths[256]; -- cgit v1.2.3