New Patch: Cover Everywhere - WIP

This commit is contained in:
2026-05-25 20:27:03 +10:00
parent 045bbbab9a
commit 942742e86e
11 changed files with 1517 additions and 13 deletions
@@ -63,6 +63,16 @@ enum class KnownPatch(
titleRes = R.string.patch_player_backdrop_title,
descRes = R.string.patch_player_backdrop_desc,
),
CoverEverywhere(
order = 35,
fileNames = listOf(
"home-backdrop.patch",
"collection-backdrop.patch",
"cover-capture.patch",
),
titleRes = R.string.patch_cover_everywhere_title,
descRes = R.string.patch_cover_everywhere_desc,
),
DebugMenuUnlock(
order = 100,
fileNames = listOf("debug-menu-unlock.patch"),
@@ -93,6 +103,7 @@ enum class KnownPatch(
LyricsKeepControlsVisible,
PlayerBackdrop,
LyricsProgressPill,
CoverEverywhere,
),
);