mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-28 14:02:38 +00:00
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:
parent
c86d2e5129
commit
caf152fdd0
10 changed files with 52 additions and 97 deletions
|
@ -58,7 +58,7 @@ u16 CMailHandler::ReadDSPMailboxLow()
|
|||
|
||||
Update();
|
||||
|
||||
return(result);
|
||||
return result;
|
||||
}
|
||||
|
||||
return 0x00;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue