[PR #658] [MERGED] flush saves to disk #657

Closed
opened 2026-03-03 13:48:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/658
Author: @loganmc10
Created: 1/22/2026
Status: Merged
Merged: 1/22/2026
Merged by: @loganmc10

Base: mainHead: saves


📝 Commits (9)

📊 Changes

16 files changed (+208 additions, -234 deletions)

View changed files

📝 Cargo.toml (+1 -1)
📝 src/device.rs (+0 -5)
📝 src/device/cart.rs (+1 -1)
📝 src/device/cart/rom.rs (+3 -2)
📝 src/device/cart/sc64.rs (+3 -3)
📝 src/device/cart/sram.rs (+5 -5)
📝 src/device/controller/mempak.rs (+2 -1)
📝 src/device/controller/vru.rs (+2 -15)
📝 src/device/events.rs (+4 -1)
📝 src/main.rs (+34 -27)
📝 src/ui.rs (+8 -6)
📝 src/ui/gui.rs (+41 -126)
📝 src/ui/netplay.rs (+1 -5)
📝 src/ui/storage.rs (+65 -27)
📝 src/ui/usb.rs (+0 -4)
📝 src/ui/vru.rs (+38 -5)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gopher64/gopher64/pull/658 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 1/22/2026 **Status:** ✅ Merged **Merged:** 1/22/2026 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `saves` --- ### 📝 Commits (9) - [`63cedf4`](https://github.com/gopher64/gopher64/commit/63cedf482a0f52f83b832da404f923023ec70f06) flush saves to disk - [`5e716d6`](https://github.com/gopher64/gopher64/commit/5e716d68026712ed81d675832d90b1394baa8f0a) more - [`ee87312`](https://github.com/gopher64/gopher64/commit/ee8731286246a0a720ac87e7a1e07ec81a794d15) more - [`4e822d9`](https://github.com/gopher64/gopher64/commit/4e822d98eb2cdb5f891e01db040f20d40b32481e) more - [`4f60fe8`](https://github.com/gopher64/gopher64/commit/4f60fe8270b7f7b4910e5ff5d744ac232fbd97d4) more - [`0e7daf8`](https://github.com/gopher64/gopher64/commit/0e7daf8e6287b0d83fccd70b07436a6b2d753e35) more - [`bcc9f06`](https://github.com/gopher64/gopher64/commit/bcc9f06e616823f5fb8b6c59343b867762826e30) more - [`b9a1436`](https://github.com/gopher64/gopher64/commit/b9a143653090ce5dc0c4e9ffc569e4a130ef1297) more - [`2ed178a`](https://github.com/gopher64/gopher64/commit/2ed178a631c9b52c6fefe2eb1c4a36cb7692c830) more ### 📊 Changes **16 files changed** (+208 additions, -234 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+1 -1) 📝 `src/device.rs` (+0 -5) 📝 `src/device/cart.rs` (+1 -1) 📝 `src/device/cart/rom.rs` (+3 -2) 📝 `src/device/cart/sc64.rs` (+3 -3) 📝 `src/device/cart/sram.rs` (+5 -5) 📝 `src/device/controller/mempak.rs` (+2 -1) 📝 `src/device/controller/vru.rs` (+2 -15) 📝 `src/device/events.rs` (+4 -1) 📝 `src/main.rs` (+34 -27) 📝 `src/ui.rs` (+8 -6) 📝 `src/ui/gui.rs` (+41 -126) 📝 `src/ui/netplay.rs` (+1 -5) 📝 `src/ui/storage.rs` (+65 -27) 📝 `src/ui/usb.rs` (+0 -4) 📝 `src/ui/vru.rs` (+38 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:48:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gopher64#657
No description provided.