mirror of
https://github.com/gopher64/gopher64.git
synced 2026-04-26 07:25:58 +03:00
[PR #573] [MERGED] re-add framebuffer tracking #622
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gopher64#622
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/573
Author: @loganmc10
Created: 9/16/2025
Status: ✅ Merged
Merged: 9/19/2025
Merged by: @loganmc10
Base:
main← Head:framebuffer_track📝 Commits (1)
1d0a40bre-add framebuffer tracking📊 Changes
8 files changed (+148 additions, -2 deletions)
View changed files
📝
build.rs(+1 -0)📝
parallel-rdp/interface.cpp(+128 -2)📝
parallel-rdp/interface.hpp(+1 -0)📝
src/device/pi.rs(+4 -0)📝
src/device/rdram.rs(+5 -0)📝
src/device/rsp_interface.rs(+2 -0)📝
src/device/si.rs(+3 -0)📝
src/ui/video.rs(+4 -0)📄 Description
Re-implementation of https://github.com/gopher64/gopher64/pull/381
Current issues:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.