hoc-sys/loader/config-pc/config-device - move unsafe freqs setting to hoc-sys
This allows stuff to be changed on the fly
This commit is contained in:
@@ -87,11 +87,11 @@ AppProfilesTab::AppProfilesTab()
|
||||
}
|
||||
|
||||
// Name
|
||||
if (!langEntry->name)
|
||||
{
|
||||
i++;
|
||||
continue;
|
||||
}
|
||||
// if (!langEntry->name)
|
||||
// {
|
||||
// i++;
|
||||
// continue;
|
||||
// }
|
||||
|
||||
Title* title = (Title*) malloc(sizeof(Title));
|
||||
title->tid = tid;
|
||||
|
||||
Reference in New Issue
Block a user