mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 02:52:13 +02:00
Fix for 1.0.0 firmware
This commit is contained in:
parent
0a77a95fae
commit
6af9fb0592
@ -15,8 +15,8 @@ Result bpcInitialize(void)
|
||||
if (serviceIsActive(&g_bpcSrv)) return 0;
|
||||
|
||||
Result rc = 0;
|
||||
|
||||
rc = smGetService(&g_bpcSrv, "bpc");
|
||||
if(!kernelAbove100()) rc = smGetService(&g_bpcSrv, "bpc:c");
|
||||
else rc = smGetService(&g_bpcSrv, "bpc");
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user