mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-09 17:14:47 -06:00
Fix signature
This commit is contained in:
parent
d36b4fff7b
commit
505d6578b2
@ -421,7 +421,7 @@ namespace coreinit
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32 MCP_DemoLaunchGetRemainder(uint32 mcpHandle, uint32 ukn_r4, uint32 titleId_high, uint32 titleId_low, uint32be* outRemainder)
|
uint32 MCP_DemoLaunchGetRemainder(uint32 mcpHandle, uint64 titleId, uint32be* outRemainder)
|
||||||
{
|
{
|
||||||
// stub to always return 99 uses remaining for game demos.
|
// stub to always return 99 uses remaining for game demos.
|
||||||
// used by drmapp.rpl to determine remaining uses for game demos
|
// used by drmapp.rpl to determine remaining uses for game demos
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user