You've already forked pico-loader
mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-01-09 16:28:35 -08:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user