- Add warmboot_extractor (Sthetix-derived) for PKG1 extraction and sd save - m_entry_fixMarikoWarmbootSleep: generate wb_xx.bin, INI warmboot= for [CFW-EmuMMC] or section chooser; blank-line handling for Hekate parsing - Menu: Mariko Sleep Fix under Bequemlichkeit; theme fix under MainAMS - README: Funktionen + Danksagungen for warmboot/Fuse-Mismatch workaround - Fix listdir memory corruption in Mac special-folder cleanup (apl.c) Made-with: Cursor
15 lines
420 B
C
15 lines
420 B
C
#pragma once
|
|
#include <utils/util.h>
|
|
|
|
void m_entry_fixArchiveBit(u32 type);
|
|
void m_entry_fixAMSError_4200(void);
|
|
void m_entry_fixAMSError_6900(void);
|
|
void m_entry_fixAMSError_BD00(void);
|
|
void m_entry_deleteInstalledThemes();
|
|
void m_entry_deleteBootFlags();
|
|
void m_entry_ViewCredits();
|
|
void m_entry_fixAll();
|
|
void m_entry_stillNoBootInfo();
|
|
void m_entry_fixMacSpecialFolders();
|
|
void m_entry_fixMarikoWarmbootSleep(void);
|