mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
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;
|
break;
|
||||||
|
|
||||||
case 2: // END
|
case 2: // END
|
||||||
rContent.m_Position = rContent.m_pContent->m_Size;
|
rContent.m_Position = rContent.m_pContent->m_Size + Addr;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@ bool CNANDContentLoader::CreateFromDirectory(const std::string& _rPath)
|
|||||||
rContent.m_ContentID = Common::swap32(pTMD + 0x01e4 + 0x24*i);
|
rContent.m_ContentID = Common::swap32(pTMD + 0x01e4 + 0x24*i);
|
||||||
rContent.m_Index = Common::swap16(pTMD + 0x01e8 + 0x24*i);
|
rContent.m_Index = Common::swap16(pTMD + 0x01e8 + 0x24*i);
|
||||||
rContent.m_Type = Common::swap16(pTMD + 0x01ea + 0x24*i);
|
rContent.m_Type = Common::swap16(pTMD + 0x01ea + 0x24*i);
|
||||||
rContent.m_Size= (u32)Common::swap64(pTMD + 0x01ec + 0x24*i);
|
rContent.m_Size = (u32)Common::swap64(pTMD + 0x01ec + 0x24*i);
|
||||||
rContent.m_pData = NULL;
|
rContent.m_pData = NULL;
|
||||||
|
|
||||||
char szFilename[1024];
|
char szFilename[1024];
|
||||||
|
@ -51,7 +51,7 @@ void AboutDolphin::CreateGUIControls()
|
|||||||
"Additional code by zerofrog, yaz0r, Schibo, Costis, JPeterson, etc etc...\n\n"
|
"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, "
|
"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"
|
" 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"
|
"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 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"
|
"Thanks to Shinji Chiba for his GC ADPCM decoder.\n\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user