mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
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:
parent
bcb0fa6178
commit
e19f01c33b
@ -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)];
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user