Added support for NAND saving in WarioWare D.I.Y. and Jam with the Band (#6)

Also improved speed of creating save files
This commit is contained in:
Gericom
2025-12-28 13:18:30 +01:00
parent 64e020182a
commit 6d12399ba4
17 changed files with 409 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
/// @brief Enum representing the save type.
enum class CardSaveType
enum class CardSaveType : u8
{
/// @brief The game has no save.
None = 0,