[PR #258] [MERGED] Use struct instead of tuple #357

Closed
opened 2026-03-03 13:47:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/258
Author: @loganmc10
Created: 2/17/2025
Status: Merged
Merged: 2/17/2025
Merged by: @loganmc10

Base: mainHead: struct


📝 Commits (2)

📊 Changes

11 files changed (+486 additions, -297 deletions)

View changed files

📝 src/device/cart.rs (+5 -5)
📝 src/device/cart/rom.rs (+8 -8)
📝 src/device/cart/sc64.rs (+8 -8)
📝 src/device/cart/sram.rs (+19 -18)
📝 src/device/controller.rs (+2 -2)
📝 src/device/controller/mempak.rs (+13 -13)
📝 src/netplay.rs (+8 -8)
📝 src/ui.rs (+24 -6)
📝 src/ui/config.rs (+26 -6)
📝 src/ui/input.rs (+316 -180)
📝 src/ui/storage.rs (+57 -43)

📄 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/258 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 2/17/2025 **Status:** ✅ Merged **Merged:** 2/17/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `struct` --- ### 📝 Commits (2) - [`36e43bf`](https://github.com/gopher64/gopher64/commit/36e43bfa438fb1316324f810fb7a49d73254d8b2) Use struct instead of tuple - [`a396306`](https://github.com/gopher64/gopher64/commit/a396306188543534cf5d54e15c34d25121a5782a) more ### 📊 Changes **11 files changed** (+486 additions, -297 deletions) <details> <summary>View changed files</summary> 📝 `src/device/cart.rs` (+5 -5) 📝 `src/device/cart/rom.rs` (+8 -8) 📝 `src/device/cart/sc64.rs` (+8 -8) 📝 `src/device/cart/sram.rs` (+19 -18) 📝 `src/device/controller.rs` (+2 -2) 📝 `src/device/controller/mempak.rs` (+13 -13) 📝 `src/netplay.rs` (+8 -8) 📝 `src/ui.rs` (+24 -6) 📝 `src/ui/config.rs` (+26 -6) 📝 `src/ui/input.rs` (+316 -180) 📝 `src/ui/storage.rs` (+57 -43) </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:47:06 +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#357
No description provided.