mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
Improved cellResc module
* cellResc module improved * Many changes in this commit are from [DH]: The implementation of cellRescSetConvertAndFlip, cellRescSetWaitFlip and cellRescSetSrc as well as all the other changes that are not in cellResc module. * Fixed another conflict from O1L/rpcs3 (master): Deleted "cellPhotoUtility" (which already exists in cellPhotoExport) Now all the conflicts are solved. :-) NOTE: We should search for a better name for 's_rescInternalInstance'. This one is just too long and some lines don't even fit in my screen because of this.
This commit is contained in:
parent
2a5f353e1e
commit
382ae8a78f
15 changed files with 889 additions and 171 deletions
|
@ -92,13 +92,13 @@ void PPUThread::InitRegs()
|
|||
|
||||
GPR[1] = m_stack_point;
|
||||
GPR[2] = rtoc;
|
||||
|
||||
/*
|
||||
for(int i=4; i<32; ++i)
|
||||
{
|
||||
if(i != 6)
|
||||
GPR[i] = (i+1) * 0x10000;
|
||||
}
|
||||
|
||||
*/
|
||||
if(m_argv_addr.GetCount())
|
||||
{
|
||||
u64 argc = m_argv_addr.GetCount();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue