[PR #236] [MERGED] Savestate support #334

Closed
opened 2026-03-03 13:47:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/236
Author: @loganmc10
Created: 2/11/2025
Status: Merged
Merged: 2/11/2025
Merged by: @loganmc10

Base: mainHead: savestate


📝 Commits (10+)

📊 Changes

41 files changed (+942 additions, -518 deletions)

View changed files

📝 .github/workflows/build.yml (+0 -3)
📝 Cargo.lock (+10 -0)
📝 Cargo.toml (+1 -0)
📝 build.rs (+4 -8)
📝 parallel-rdp/interface.cpp (+39 -15)
📝 parallel-rdp/interface.hpp (+10 -1)
📝 src/device.rs (+49 -39)
📝 src/device/ai.rs (+9 -9)
📝 src/device/cache.rs (+4 -3)
📝 src/device/cart.rs (+28 -2)
📝 src/device/cart/rom.rs (+11 -31)
📝 src/device/cart/sc64.rs (+40 -29)
📝 src/device/cart/sram.rs (+42 -39)
📝 src/device/controller.rs (+8 -10)
📝 src/device/controller/vru.rs (+17 -9)
📝 src/device/cop0.rs (+49 -48)
📝 src/device/cop1.rs (+16 -5)
📝 src/device/cop2.rs (+8 -2)
📝 src/device/cpu.rs (+17 -6)
📝 src/device/events.rs (+39 -31)

...and 21 more files

📄 Description

Fixes https://github.com/gopher64/gopher64/issues/118


🔄 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/236 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 2/11/2025 **Status:** ✅ Merged **Merged:** 2/11/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `savestate` --- ### 📝 Commits (10+) - [`f5fd380`](https://github.com/gopher64/gopher64/commit/f5fd3807b2e5792e3010f247101817be5172c582) add save state support - [`d38544e`](https://github.com/gopher64/gopher64/commit/d38544edcfc1b3d5109015de346b17d67d80e2e7) bind to f5 - [`8c91c54`](https://github.com/gopher64/gopher64/commit/8c91c5484ec73a692e969752f6076e4f0e6c96cd) more - [`66396d8`](https://github.com/gopher64/gopher64/commit/66396d8f19b7b3d729065e427ccfb508d461be94) more - [`610b5bf`](https://github.com/gopher64/gopher64/commit/610b5bf83e74bd732ccca686f94aefadbb2001f0) more - [`8540fc7`](https://github.com/gopher64/gopher64/commit/8540fc7e4edd92463ab370c13a7096b2acfad165) more - [`1739177`](https://github.com/gopher64/gopher64/commit/173917749f9f8368d4b081b07f7f82ae07db479d) more - [`7478a64`](https://github.com/gopher64/gopher64/commit/7478a6457fd414a275986f5e86b6c48564e09f80) more - [`4b5b437`](https://github.com/gopher64/gopher64/commit/4b5b437ef02f981091ba847da0f6c18875c7fbe4) more - [`131d50b`](https://github.com/gopher64/gopher64/commit/131d50b9750dbc187a27e17dd7860b341b5a87b9) more ### 📊 Changes **41 files changed** (+942 additions, -518 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+0 -3) 📝 `Cargo.lock` (+10 -0) 📝 `Cargo.toml` (+1 -0) 📝 `build.rs` (+4 -8) 📝 `parallel-rdp/interface.cpp` (+39 -15) 📝 `parallel-rdp/interface.hpp` (+10 -1) 📝 `src/device.rs` (+49 -39) 📝 `src/device/ai.rs` (+9 -9) 📝 `src/device/cache.rs` (+4 -3) 📝 `src/device/cart.rs` (+28 -2) 📝 `src/device/cart/rom.rs` (+11 -31) 📝 `src/device/cart/sc64.rs` (+40 -29) 📝 `src/device/cart/sram.rs` (+42 -39) 📝 `src/device/controller.rs` (+8 -10) 📝 `src/device/controller/vru.rs` (+17 -9) 📝 `src/device/cop0.rs` (+49 -48) 📝 `src/device/cop1.rs` (+16 -5) 📝 `src/device/cop2.rs` (+8 -2) 📝 `src/device/cpu.rs` (+17 -6) 📝 `src/device/events.rs` (+39 -31) _...and 21 more files_ </details> ### 📄 Description Fixes https://github.com/gopher64/gopher64/issues/118 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:47:01 +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#334
No description provided.