mirror of
https://github.com/gopher64/gopher64.git
synced 2026-04-26 07:25:58 +03:00
[PR #236] [MERGED] Savestate support #334
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gopher64#334
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/236
Author: @loganmc10
Created: 2/11/2025
Status: ✅ Merged
Merged: 2/11/2025
Merged by: @loganmc10
Base:
main← Head:savestate📝 Commits (10+)
f5fd380add save state supportd38544ebind to f58c91c54more66396d8more610b5bfmore8540fc7more1739177more7478a64more4b5b437more131d50bmore📊 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.