mirror of
https://github.com/gopher64/gopher64.git
synced 2026-04-27 16:05:58 +03:00
[PR #658] [MERGED] flush saves to disk #657
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gopher64#657
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:saves📝 Commits (9)
63cedf4flush saves to disk5e716d6moreee87312more4e822d9more4f60fe8more0e7daf8morebcc9f06moreb9a1436more2ed178amore📊 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.