Add comment about seed

This commit is contained in:
plutoo 2018-01-18 21:11:58 +01:00
parent 15fe53dad3
commit 3faa6e8325

View File

@ -128,6 +128,7 @@ void _randomInit(void)
int i;
for (i=0; i<4; i++)
{
// Get process TRNG seeds from kernel.
if (R_FAILED(svcGetInfo(&seed[i], 11, 0, i)))
fatalSimple(MAKERESULT(MODULE_LIBNX, LIBNX_BADGETINFO_RNG));
}