Add seed DB access permission.

This commit is contained in:
Steven Smith
2016-05-25 18:54:47 -07:00
parent 02159e17ee
commit d3be7adce1
3 changed files with 7 additions and 1 deletions
+3
View File
@@ -464,6 +464,9 @@ char* exheader_print_accessinfobit(u32 bit, char *str)
case 20 :
sprintf(str,"Category HomeMenu");
break;
case 21 :
sprintf(str,"Seed DB");
break;
default :
sprintf(str,"Bit %d (unknown)",bit);
break;