Skip to content

Commit d5a79c7

Browse files
committed
update save file directory
1 parent 177b087 commit d5a79c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/zelda_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#include "recomp_input.h"
88

99
namespace zelda64 {
10-
constexpr std::u8string_view program_id = u8"Zelda64Recompiled";
11-
constexpr std::string_view program_name = "Zelda 64: Recompiled";
10+
constexpr std::u8string_view program_id = u8"MarioParty3Recompiled";
11+
constexpr std::string_view program_name = "Mario Party 3: Recompiled";
1212

1313
// TODO: Move loading configs to the runtime once we have a way to allow per-project customization.
1414
void load_config();

0 commit comments

Comments
 (0)