]> Chaos Git - corbenik/ctrulib.git/commitdiff
Remove romfs limitation note from osGetSystemVersionData
authorMichael Theall <pigman46@gmail.com>
Fri, 20 May 2016 05:04:48 +0000 (00:04 -0500)
committerMichael Theall <pigman46@gmail.com>
Fri, 20 May 2016 05:04:48 +0000 (00:04 -0500)
libctru/include/3ds/os.h

index e9b26c57f3512609db569b5f9185c08f3dc1eeba..f3983ce8d45bbb7728212563cb26f51d8d8ce4da 100644 (file)
@@ -161,7 +161,6 @@ void osSetSpeedupEnable(bool enable);
 
 /**
  * @brief Gets the NAND system-version stored in NVer/CVer.
- * The romfs device must not be already initialized(via romfsInit*()) at the time this function is called, since this code uses the romfs device.
  * @param nver_versionbin Output OS_VersionBin structure for the data read from NVer.
  * @param cver_versionbin Output OS_VersionBin structure for the data read from CVer.
  * @return The result-code. This value can be positive if opening "romfs:/version.bin" fails with stdio, since errno would be returned in that case. In some cases the error can be special negative values as well.