[PR #573] [MERGED] re-add framebuffer tracking #622

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

📋 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: mainHead: framebuffer_track


📝 Commits (1)

  • 1d0a40b re-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:

  • Corrupted text in Vigilante 2 (not always)

🔄 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/573 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 9/16/2025 **Status:** ✅ Merged **Merged:** 9/19/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `framebuffer_track` --- ### 📝 Commits (1) - [`1d0a40b`](https://github.com/gopher64/gopher64/commit/1d0a40bdec3a09f5ff431b9160121635f498b5e6) re-add framebuffer tracking ### 📊 Changes **8 files changed** (+148 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Re-implementation of https://github.com/gopher64/gopher64/pull/381 Current issues: * Corrupted text in Vigilante 2 (not always) --- <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:21 +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#622
No description provided.