another wii banner fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1078 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
fires.gc 2008-11-05 21:05:04 +00:00
parent bcb0fa6178
commit e19f01c33b
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ CBannerLoaderWii::GetBanner(u32* _pBannerImage)
{
for (int x=0; x<96; x++)
{
_pBannerImage[y*96+x] = Buffer[(y*2)*96+(x*2)];
_pBannerImage[y*96+x] = Buffer[(y*192*2)+(x*2)];
}
}

View File

@ -32,7 +32,7 @@
#include "ChunkFile.h"
#include "../resources/no_banner.cpp"
#define CACHE_REVISION 0x104
#define CACHE_REVISION 0x105
#define DVD_BANNER_WIDTH 96
#define DVD_BANNER_HEIGHT 32