(Apple) Buildfix

This commit is contained in:
libretroadmin 2023-02-23 13:24:25 +01:00
parent 0f8f871581
commit f07fd91a88
1 changed files with 1 additions and 1 deletions

View File

@ -635,7 +635,7 @@ static enum frontend_powerstate frontend_darwin_get_powerstate(
*percent = -1; *percent = -1;
if (!blob) if (!blob)
return FRONTEND_POWERSTATE_NONE return FRONTEND_POWERSTATE_NONE;
if (!(list = IOPSCopyPowerSourcesList(blob))) if (!(list = IOPSCopyPowerSourcesList(blob)))
{ {