[build] Now it should work (i still need to test with another pc(weewoo))

This commit is contained in:
EmeraldLockdown 2026-03-01 23:29:09 -06:00
parent 99beef174f
commit 00e298db33

View file

@ -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);