[PR #310] [MERGED] re-arrange UI struct #403

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

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/310
Author: @loganmc10
Created: 3/9/2025
Status: Merged
Merged: 3/9/2025
Merged by: @loganmc10

Base: mainHead: ui


📝 Commits (2)

📊 Changes

13 files changed (+434 additions, -298 deletions)

View changed files

📝 src/device.rs (+1 -1)
📝 src/device/cart.rs (+15 -6)
📝 src/device/cart/rom.rs (+13 -5)
📝 src/device/cart/sc64.rs (+18 -17)
📝 src/device/cart/sram.rs (+50 -22)
📝 src/device/controller/mempak.rs (+22 -13)
📝 src/savestates.rs (+11 -4)
📝 src/ui.rs (+112 -88)
📝 src/ui/audio.rs (+50 -33)
📝 src/ui/gui.rs (+4 -4)
📝 src/ui/input.rs (+29 -24)
📝 src/ui/storage.rs (+102 -74)
📝 src/ui/video.rs (+7 -7)

📄 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/310 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 3/9/2025 **Status:** ✅ Merged **Merged:** 3/9/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `ui` --- ### 📝 Commits (2) - [`d49025f`](https://github.com/gopher64/gopher64/commit/d49025f126f19991399a7693a09251aa51f930e1) re-arrange UI struct - [`3244bcf`](https://github.com/gopher64/gopher64/commit/3244bcf6b4bd0c12a73bca7dde4481c3e1329c09) format ### 📊 Changes **13 files changed** (+434 additions, -298 deletions) <details> <summary>View changed files</summary> 📝 `src/device.rs` (+1 -1) 📝 `src/device/cart.rs` (+15 -6) 📝 `src/device/cart/rom.rs` (+13 -5) 📝 `src/device/cart/sc64.rs` (+18 -17) 📝 `src/device/cart/sram.rs` (+50 -22) 📝 `src/device/controller/mempak.rs` (+22 -13) 📝 `src/savestates.rs` (+11 -4) 📝 `src/ui.rs` (+112 -88) 📝 `src/ui/audio.rs` (+50 -33) 📝 `src/ui/gui.rs` (+4 -4) 📝 `src/ui/input.rs` (+29 -24) 📝 `src/ui/storage.rs` (+102 -74) 📝 `src/ui/video.rs` (+7 -7) </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:20 +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#403
No description provided.