Fix screenshot offset as well as screenshot aspect ratio, also use PNG instead of BMP thanks to issue 1186.

Fix for opening.bnr containing bad chars where the loop would stop when encountering one (fixes Rogue Leader description, which was using 0x0d and 0x0a)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3899 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
sl1nk3.s 2009-07-28 23:38:49 +00:00
parent c86d2e5129
commit caf152fdd0
10 changed files with 52 additions and 97 deletions

View file

@ -58,7 +58,7 @@ u16 CMailHandler::ReadDSPMailboxLow()
Update();
return(result);
return result;
}
return 0x00;