mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
fix implicit conversion error
This commit is contained in:
parent
8a000940da
commit
b1894ac6cb
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,7 @@ int cellRescSetBufferAddress(mem32_t colorBuffers, mem32_t vertexArray, mem32_t
|
||||||
s_rescInternalInstance->m_fragmentUcodeEA_addr = fragmentShader.GetAddr();
|
s_rescInternalInstance->m_fragmentUcodeEA_addr = fragmentShader.GetAddr();
|
||||||
|
|
||||||
MemoryAllocator<be_t<u32>> dstOffset;
|
MemoryAllocator<be_t<u32>> dstOffset;
|
||||||
cellGcmAddressToOffset(s_rescInternalInstance->m_colorBuffersEA_addr, dstOffset);
|
cellGcmAddressToOffset(s_rescInternalInstance->m_colorBuffersEA_addr, dstOffset.GetAddr());
|
||||||
|
|
||||||
for(int i=0; i<GetNumColorBuffers(); i++)
|
for(int i=0; i<GetNumColorBuffers(); i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue