From ed6a3a23f09af320839a87a177da48be32ec9a9a Mon Sep 17 00:00:00 2001 From: CrazyRedMachine Date: Sun, 28 Apr 2024 01:58:15 +0200 Subject: [PATCH] poc favorite --- popnhax/custom_categs.cc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/popnhax/custom_categs.cc b/popnhax/custom_categs.cc index b18c2d6..e870383 100644 --- a/popnhax/custom_categs.cc +++ b/popnhax/custom_categs.cc @@ -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");