forked from Popn_Tools/popnhax
poc favorite
This commit is contained in:
parent
badd6535b3
commit
ed6a3a23f0
@ -746,6 +746,12 @@ static void load_databases() {
|
||||
}
|
||||
LOG("\n");
|
||||
}
|
||||
/*
|
||||
bool load_favorites(){
|
||||
favorites_count = subcategories[0].size;
|
||||
favorites = subcategories[0].songlist;
|
||||
return true;
|
||||
}*/
|
||||
|
||||
bool load_favorites(){
|
||||
FILE *file = fopen("data_mods\\default.fav", "rb");
|
||||
|
Loading…
Reference in New Issue
Block a user