[PR #535] [CLOSED] onscreen messages #600

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/535
Author: @loganmc10
Created: 8/4/2025
Status: Closed

Base: mainHead: onscreen


📝 Commits (6)

📊 Changes

21 files changed (+92 additions, -203 deletions)

View changed files

📝 Cargo.lock (+19 -1)
📝 Cargo.toml (+1 -1)
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)
📝 src/cheats.rs (+1 -1)
📝 src/device/controller.rs (+3 -1)
📝 src/device/cpu.rs (+5 -2)
📝 src/netplay.rs (+3 -14)
📝 src/savestates.rs (+13 -7)
📝 src/ui.rs (+9 -18)
📝 src/ui/audio.rs (+0 -105)
📝 src/ui/input.rs (+15 -3)

...and 1 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/535 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 8/4/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `onscreen` --- ### 📝 Commits (6) - [`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 ### 📊 Changes **21 files changed** (+92 additions, -203 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+19 -1) 📝 `Cargo.toml` (+1 -1) ➖ `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) 📝 `src/cheats.rs` (+1 -1) 📝 `src/device/controller.rs` (+3 -1) 📝 `src/device/cpu.rs` (+5 -2) 📝 `src/netplay.rs` (+3 -14) 📝 `src/savestates.rs` (+13 -7) 📝 `src/ui.rs` (+9 -18) 📝 `src/ui/audio.rs` (+0 -105) 📝 `src/ui/input.rs` (+15 -3) _...and 1 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#600
No description provided.