Skip to content
Permalink
Browse files
IGR poweroff bug fixed (#486)
* IGR poweroff bug fixed

* Remove extra space

* Remove extra space
  • Loading branch information
parrado committed Aug 12, 2021
1 parent 955c98d commit d29f9a6933a89365263f5d52f303e0bfd788c4ee
Showing with 1 addition and 1 deletion.
  1. +1 −1 ee_core/src/cd_igr_rpc.c
@@ -9,7 +9,7 @@ int oplIGRShutdown(int poff)
{
SifRpcClientData_t _igr_cd;
int r;
s32 poffData;
s32 poffData __attribute__((aligned(64)));

_igr_cd.server = NULL;
while ((r = SifBindRpc(&_igr_cd, 0x80000598, 0)) >= 0 && (!_igr_cd.server))

0 comments on commit d29f9a6

Please sign in to comment.