diff --git a/nx/source/kernel/random.c b/nx/source/kernel/random.c index 5ba17a96..4fce7293 100644 --- a/nx/source/kernel/random.c +++ b/nx/source/kernel/random.c @@ -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)); }