| 157 | } |
| 158 | |
| 159 | std::string GetExportedUserIcon() { |
| 160 | auto sd_exp = fs::GetSdCardExplorer(); |
| 161 | return sd_exp->MakeAbsolute(GLEAF_PATH_USER_DATA_DIR "/" + util::FormatHex128(g_SelectedUser) + ".jpg"); |
| 162 | } |
| 163 | |
| 164 | bool IsLinked() { |
| 165 | bool linked = false; |
no test coverage detected