mirror of
https://github.com/gopher64/gopher64.git
synced 2026-04-25 15:06:00 +03:00
[PR #536] [MERGED] Onscreen drawing #598
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gopher64#598
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/536
Author: @loganmc10
Created: 8/5/2025
Status: ✅ Merged
Merged: 8/5/2025
Merged by: @loganmc10
Base:
main← Head:onscreen📝 Commits (10+)
152f91bonscreen messages2deafe6more842e4a9more5070eacmore6851cedmore131a084use sdl_ttf75c608amore8b0afa5more29122d1moreccff8f7more📊 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.