aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_unai
diff options
context:
space:
mode:
authornegativeExponent2019-12-17 01:10:56 +0800
committernegativeExponent2019-12-17 01:10:56 +0800
commit12367ad02622ba0e6457a7bea7b859bcf85ecb46 (patch)
tree1e47ca59350232bab9dc1bf5582b708dddea7fd1 /plugins/gpu_unai
parenteb6943ee04b0f30a6f1cebfe399a94bacd1dfb45 (diff)
downloadpcsx_rearmed-12367ad02622ba0e6457a7bea7b859bcf85ecb46.tar.gz
pcsx_rearmed-12367ad02622ba0e6457a7bea7b859bcf85ecb46.tar.bz2
pcsx_rearmed-12367ad02622ba0e6457a7bea7b859bcf85ecb46.zip
Update
Diffstat (limited to 'plugins/gpu_unai')
-rw-r--r--plugins/gpu_unai/gpulib_if.cpp2
1 files changed, 2 insertions, 0 deletions
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];