mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
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:
parent
b88098cc17
commit
ef943ed065
4 changed files with 45 additions and 13 deletions
|
@ -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++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue