several FS/FileIO fixes/improvements

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1045 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
fires.gc
2008-11-01 18:33:37 +00:00
parent b88098cc17
commit ef943ed065
4 changed files with 45 additions and 13 deletions

View File

@ -83,6 +83,7 @@ CBannerLoaderWii::GetBanner(u32* _pBannerImage)
static u32 Buffer[192 * 64];
decode5A3image(Buffer, (u16*)pBanner->m_BannerTexture, 192, 64);
// ugly scaling :)
for (int y=0; y<32; y++)
{
for (int x=0; x<96; x++)