From 6568a0e8aa75355ec38003900211994235077712 Mon Sep 17 00:00:00 2001 From: hrydgard Date: Wed, 29 Oct 2008 22:50:52 +0000 Subject: [PATCH] sorry, forgot this too.. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1012 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/PluginSpecs/pluginspecs_video.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/PluginSpecs/pluginspecs_video.h b/Source/PluginSpecs/pluginspecs_video.h index e032d6dddf..6403527c69 100644 --- a/Source/PluginSpecs/pluginspecs_video.h +++ b/Source/PluginSpecs/pluginspecs_video.h @@ -65,6 +65,7 @@ typedef struct SCPFifoStruct *pCPFifo; unsigned char *pVIRegs; void *pMemoryBase; + bool bWii; } SVideoInitialize; /////////////////////////////////////////////////////////////////////////////////////////////////////