You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, firstly thank you for your homebrew. I had the same idea to allow for importing / exporting to and from 3ds. But then i found this which is more feature complete than what i had in mind 😄
I was wondering if it would be okay if add the functions / structs in mii_ext.h to libnx, crediting you as the author? I've added a few more missing functions as well.
ResultmiiDatabaseGet(MiiDatabase*db, MiiSourceFlagflag, MiiCharInfoElement*out_element, s32count, s32*total_out);
ResultmiiDatabaseUpdateLatest(MiiDatabase*db, MiiSourceFlagflag, constMiiCharInfo*info_in, MiiCharInfo*info_out);
ResultmiiDatabaseBuildDefault(MiiDatabase*db, MiiSourceFlagflag, MiiCharInfo*out_info);
ResultmiiDatabaseGet2(MiiDatabase*db, MiiSourceFlagflag, MiiStoreDataElement*out_element, s32count, s32*total_out); /// MiiServiceType_SystemResultmiiDatabaseGet3(MiiDatabase*db, MiiSourceFlagflag, MiiStoreData*out_stores, s32count, s32*total_out); /// MiiServiceType_SystemResultmiiDatabaseUpdateLatest1(MiiDatabase*db, MiiSourceFlagflag, constMiiStoreData*store_in, MiiStoreData*store_out); /// doesn't work for some reason???ResultmiiDatabaseDelete(MiiDatabase*db, constMiiCreateId*id);
ResultmiiDatabaseDestroyFile(MiiDatabase*db); /// doesn't work, 203ResultmiiDatabaseDeleteFile(MiiDatabase*db); /// doesn't work, 203ResultmiiDatabaseFormat(MiiDatabase*db); /// doesn't work, 203ResultmiiDatabaseIsBrokenDatabaseWithClearFlag(MiiDatabase*db, bool*out); /// MiiServiceType_SystemResultmiiDatabaseSetInterfaceVersion(MiiDatabase*db, u32version); /// Idk what this is for, seems to accept any valueResultmiiDatabaseConvert(MiiDatabase*db, constMiiVer3StoreData*in, MiiCharInfo*out); /// 5.0.0+ResultmiiDatabaseConvertCoreDatatoCharInfo(MiiDatabase*db, constMiiCoreData*in, MiiCharInfo*out); /// 5.0.0+ResultmiiDatabaseCharInfoToCoreData(MiiDatabase*db, constMiiCharInfo*in, MiiCoreData*out); /// 5.0.0+ResultmiiDatabaseAppend(MiiDatabase*db, constMiiCharInfo*in); /// 5.0.0+
The text was updated successfully, but these errors were encountered:
Hi, firstly thank you for your homebrew. I had the same idea to allow for importing / exporting to and from 3ds. But then i found this which is more feature complete than what i had in mind 😄
I was wondering if it would be okay if add the functions / structs in mii_ext.h to libnx, crediting you as the author? I've added a few more missing functions as well.
The text was updated successfully, but these errors were encountered: