mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-09 10:21:50 +00:00
[build] Now it should work (i still need to test with another pc(weewoo))
This commit is contained in:
parent
99beef174f
commit
00e298db33
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ void network_send_join(struct Packet* joinRequestPacket) {
|
|||
|
||||
char filePath[256];
|
||||
save_file_get_dir(gCurrSaveFileNum - 1, filePath, 256);
|
||||
fs_file_t* fp = fs_open(fs_get_write_path(filePath));
|
||||
fs_file_t* fp = fs_open(filePath);
|
||||
if (fp != NULL) {
|
||||
fs_read(fp, eeprom, EEPROM_SIZE);
|
||||
fs_close(fp);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue