mirror of
https://github.com/gopher64/gopher64.git
synced 2026-04-25 23:15:57 +03:00
[PR #258] [MERGED] Use struct instead of tuple #357
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gopher64#357
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/258
Author: @loganmc10
Created: 2/17/2025
Status: ✅ Merged
Merged: 2/17/2025
Merged by: @loganmc10
Base:
main← Head:struct📝 Commits (2)
36e43bfUse struct instead of tuplea396306more📊 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.