Skip to content

Commit

Permalink
Fixed command code for Y2RU_SetConversionParams
Browse files Browse the repository at this point in the history
  • Loading branch information
Lectem committed Jul 11, 2015
1 parent 9fac0a0 commit d0dd07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libctru/source/services/y2r.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ Result Y2RU_SetConversionParams(const Y2R_ConversionParams* params)
{
Result ret = 0;
u32* cmdbuf = getThreadCommandBuffer();
cmdbuf[0] = 0x002900C0;
cmdbuf[0] = 0x002901C0;
memcpy(&cmdbuf[1], params, sizeof(Y2R_ConversionParams));

if ((ret = svcSendSyncRequest(y2rHandle)) != 0) return ret;
Expand Down

0 comments on commit d0dd07d

Please sign in to comment.