[PR #103] [MERGED] Code cleanup #211

Closed
opened 2026-03-03 13:46:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/103
Author: @loganmc10
Created: 1/6/2025
Status: Merged
Merged: 1/6/2025
Merged by: @loganmc10

Base: mainHead: gliden64


📝 Commits (10+)

📊 Changes

13 files changed (+179 additions, -113 deletions)

View changed files

.vscode/settings.json (+0 -5)
📝 build.rs (+4 -3)
📝 parallel-rdp/interface.cpp (+52 -47)
📝 parallel-rdp/interface.hpp (+25 -7)
📝 src/device.rs (+13 -7)
📝 src/device/cpu.rs (+3 -3)
📝 src/device/rdp.rs (+4 -2)
📝 src/device/rdram.rs (+9 -10)
📝 src/device/rsp_interface.rs (+1 -1)
📝 src/device/sram.rs (+2 -2)
📝 src/device/vi.rs (+6 -8)
📝 src/ui.rs (+0 -1)
📝 src/ui/video.rs (+60 -17)

📄 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/103 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 1/6/2025 **Status:** ✅ Merged **Merged:** 1/6/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `gliden64` --- ### 📝 Commits (10+) - [`e0b44a6`](https://github.com/gopher64/gopher64/commit/e0b44a676c6950623e4ed17767f61693d10e6987) add gliden64 - [`8613e16`](https://github.com/gopher64/gopher64/commit/8613e1644c046e3e05060ad179446c42a1f5e60f) remove override - [`48005ee`](https://github.com/gopher64/gopher64/commit/48005eefb20e6e1aa73ea409264f2f08d449f345) add header - [`1b77731`](https://github.com/gopher64/gopher64/commit/1b77731c96fd554a38ea834040730e392cb0a7ca) more - [`56fe500`](https://github.com/gopher64/gopher64/commit/56fe50078dd3637f030728cee2afe4adeaca186b) more - [`a879457`](https://github.com/gopher64/gopher64/commit/a879457fa3efbfe21eba3276714b456bdb30a262) checkbox - [`b706231`](https://github.com/gopher64/gopher64/commit/b7062315e60bdfba9155e354cd5553c937f26798) more - [`6ad6c4c`](https://github.com/gopher64/gopher64/commit/6ad6c4c23c629be1c92f1aa53ab720fcc96b78a1) more - [`4d6f0c6`](https://github.com/gopher64/gopher64/commit/4d6f0c66c5cf156b5cd9227dc6b12affe3bb6b01) more - [`7ed719b`](https://github.com/gopher64/gopher64/commit/7ed719bbe96fc39c4acaacf295ac419c36052b87) context ### 📊 Changes **13 files changed** (+179 additions, -113 deletions) <details> <summary>View changed files</summary> ➖ `.vscode/settings.json` (+0 -5) 📝 `build.rs` (+4 -3) 📝 `parallel-rdp/interface.cpp` (+52 -47) 📝 `parallel-rdp/interface.hpp` (+25 -7) 📝 `src/device.rs` (+13 -7) 📝 `src/device/cpu.rs` (+3 -3) 📝 `src/device/rdp.rs` (+4 -2) 📝 `src/device/rdram.rs` (+9 -10) 📝 `src/device/rsp_interface.rs` (+1 -1) 📝 `src/device/sram.rs` (+2 -2) 📝 `src/device/vi.rs` (+6 -8) 📝 `src/ui.rs` (+0 -1) 📝 `src/ui/video.rs` (+60 -17) </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:46:27 +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#211
No description provided.