[PR #536] [MERGED] Onscreen drawing #598

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

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/536
Author: @loganmc10
Created: 8/5/2025
Status: Merged
Merged: 8/5/2025
Merged by: @loganmc10

Base: mainHead: onscreen


📝 Commits (10+)

📊 Changes

24 files changed (+203 additions, -225 deletions)

View changed files

📝 Cargo.lock (+35 -17)
📝 Cargo.toml (+1 -1)
📝 build.rs (+5 -0)
data/cheats_enabled.wav (+0 -0)
data/mempak.wav (+0 -0)
data/netplay_desync.wav (+0 -0)
data/netplay_lost_connection.wav (+0 -0)
data/netplay_p1_disconnected.wav (+0 -0)
data/netplay_p2_disconnected.wav (+0 -0)
data/netplay_p3_disconnected.wav (+0 -0)
data/netplay_p4_disconnected.wav (+0 -0)
data/rumblepak.wav (+0 -0)
data/transferpak.wav (+0 -0)
📝 parallel-rdp/interface.cpp (+71 -5)
📝 parallel-rdp/interface.hpp (+2 -1)
📝 src/cheats.rs (+1 -1)
📝 src/device/controller.rs (+3 -1)
📝 src/device/cpu.rs (+5 -2)
📝 src/netplay.rs (+4 -14)
📝 src/savestates.rs (+19 -7)

...and 4 more files

📄 Description

No description provided


🔄 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/536 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 8/5/2025 **Status:** ✅ Merged **Merged:** 8/5/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `onscreen` --- ### 📝 Commits (10+) - [`152f91b`](https://github.com/gopher64/gopher64/commit/152f91b58968cb29ad3bbaec8b5675326bd33e8b) onscreen messages - [`2deafe6`](https://github.com/gopher64/gopher64/commit/2deafe6445c94a709bb74716a4f9bc95cfc4f13c) more - [`842e4a9`](https://github.com/gopher64/gopher64/commit/842e4a921e1e0b474ba9ac62a38b89f52519308a) more - [`5070eac`](https://github.com/gopher64/gopher64/commit/5070eac28428051c94756b211ea63e354c58c91a) more - [`6851ced`](https://github.com/gopher64/gopher64/commit/6851cedbff2498f47fd1e7c234f056a6a67c8788) more - [`131a084`](https://github.com/gopher64/gopher64/commit/131a0840da3cf317c9f4e270313979a18ac227ca) use sdl_ttf - [`75c608a`](https://github.com/gopher64/gopher64/commit/75c608aa15661a20617b68e38950baf358f358e8) more - [`8b0afa5`](https://github.com/gopher64/gopher64/commit/8b0afa5cc00fbcc1f54780dbef931f0934edd467) more - [`29122d1`](https://github.com/gopher64/gopher64/commit/29122d171ce72b72be14d2fdff8ec79db1cd1163) more - [`ccff8f7`](https://github.com/gopher64/gopher64/commit/ccff8f7da8d1d32855710b2da59808c98b00b5c6) more ### 📊 Changes **24 files changed** (+203 additions, -225 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+35 -17) 📝 `Cargo.toml` (+1 -1) 📝 `build.rs` (+5 -0) ➖ `data/cheats_enabled.wav` (+0 -0) ➖ `data/mempak.wav` (+0 -0) ➖ `data/netplay_desync.wav` (+0 -0) ➖ `data/netplay_lost_connection.wav` (+0 -0) ➖ `data/netplay_p1_disconnected.wav` (+0 -0) ➖ `data/netplay_p2_disconnected.wav` (+0 -0) ➖ `data/netplay_p3_disconnected.wav` (+0 -0) ➖ `data/netplay_p4_disconnected.wav` (+0 -0) ➖ `data/rumblepak.wav` (+0 -0) ➖ `data/transferpak.wav` (+0 -0) 📝 `parallel-rdp/interface.cpp` (+71 -5) 📝 `parallel-rdp/interface.hpp` (+2 -1) 📝 `src/cheats.rs` (+1 -1) 📝 `src/device/controller.rs` (+3 -1) 📝 `src/device/cpu.rs` (+5 -2) 📝 `src/netplay.rs` (+4 -14) 📝 `src/savestates.rs` (+19 -7) _...and 4 more files_ </details> ### 📄 Description _No description provided_ --- <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:15 +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#598
No description provided.