diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-12-20 18:30:04 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-20 18:30:04 -0800 |
| commit | bd0c601a521fedf2b6a2e1930ca280555c808564 (patch) | |
| tree | abc151d12d214b602bd95e0c80703fe1e8d754ba /include/d/d_save.h | |
| parent | 762159a990057caef57b20a617b0a1d9eb44dc6d (diff) | |
m_Do_MemCard/d_file_select wii/debug work (#2976)
* m_Do_MemCard/d_file_select wii/debug work
* fix builds
Diffstat (limited to 'include/d/d_save.h')
| -rw-r--r-- | include/d/d_save.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/d/d_save.h b/include/d/d_save.h index ca7987add2..e8eccb9d1b 100644 --- a/include/d/d_save.h +++ b/include/d/d_save.h @@ -469,6 +469,7 @@ class dSv_player_info_c { public: void init(); char* getLinkName() { return mPlayerName; } + const char* getPlayerName() const { return mPlayerName; } char* getHorseName() { return mHorseName; } void setPlayerName(const char* i_name) { strcpy((char*)mPlayerName, i_name); } void setHorseName(const char* i_name) { strcpy((char*)mHorseName, i_name); } |
