graphicsDriver| trace sceGnmDrawIndexOffset

This commit is contained in:
Martin Baliet 2024-03-23 21:31:44 +01:00
parent 574bef56e1
commit a5b760edb5

View File

@ -177,7 +177,7 @@ int SYSV_ABI sceGnmDrawIndex(uint32_t* cmdOut, uint64_t size, uint32_t index_cou
int SYSV_ABI sceGnmDrawIndexOffset(uint32_t* cmdOut, uint64_t size, uint32_t index_offset, uint32_t index_count, uint32_t flags) {
LOG_USE_MODULE(libSceGraphicsDriver);
LOG_ERR(L"todo %S", __FUNCTION__);
LOG_TRACE(L"%S 0x%08llx", __FUNCTION__, (uint64_t)cmdOut);
cmdOut[0] = Pm4::create(size, Pm4::Custom::R_DRAW_INDEX_OFFSET);
cmdOut[1] = index_count;