mirror of
https://github.com/wiiu-env/drc_region_free_plugin.git
synced 2024-11-05 01:45:06 +01:00
Set the outParam for CCRSysNeedsDRCFWUpdate
This commit is contained in:
parent
c3e2e01d1d
commit
cf5a70c07c
@ -10,7 +10,10 @@ DECL_FUNCTION(uint32_t, CCRSysDRCFWUpdate, uint32_t u1) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
DECL_FUNCTION(uint32_t, CCRSysNeedsDRCFWUpdate, uint32_t u1, uint32_t u2) {
|
||||
DECL_FUNCTION(uint32_t, CCRSysNeedsDRCFWUpdate, uint32_t u1, uint32_t *needsUpdateOut) {
|
||||
if (needsUpdateOut) {
|
||||
*needsUpdateOut = false;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user