just small updated
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2458 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f13633ab74
commit
2783f24cfe
|
@ -199,7 +199,7 @@ bool CWII_IPC_HLE_Device_es::IOCtlV(u32 _CommandAddress)
|
|||
break;
|
||||
|
||||
case 2: // END
|
||||
rContent.m_Position = rContent.m_pContent->m_Size;
|
||||
rContent.m_Position = rContent.m_pContent->m_Size + Addr;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ void AboutDolphin::CreateGUIControls()
|
|||
"Additional code by zerofrog, yaz0r, Schibo, Costis, JPeterson, etc etc...\n\n"
|
||||
"Greets to Azimer, Caustik, Costis, Desktopman, EFX, Epsilon, Falcon4Ever, Hotquik, Jazzmin, mamedevs, Masken, Martin64, or9, "
|
||||
" tmbinc, vEX, Zezu, Zilmar, and everyone we forget.\n\n"
|
||||
"Special thanks to Costis, CrowTRobo, Titanik, or9 and Hotquik for their reverse engineering and docs/demos.\n\n"
|
||||
"Special thanks to Bushing, Costis, CrowTRobo, Marcan, Segher, Titanik, or9 and Hotquik for their reverse engineering and docs/demos.\n\n"
|
||||
"Big thanks to Gilles Mouchard whose Microlib PPC emulator gave our development a kickstart.\n\n"
|
||||
"Thanks to Frank Wille for his PowerPC disassembler, which or9 and we modified to include Gekko specifics.\n\n"
|
||||
"Thanks to Shinji Chiba for his GC ADPCM decoder.\n\n"
|
||||
|
|
Loading…
Reference in New Issue