mirror of
https://github.com/gopher64/gopher64.git
synced 2026-04-25 06:55:58 +03:00
[PR #310] [MERGED] re-arrange UI struct #403
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gopher64#403
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/310
Author: @loganmc10
Created: 3/9/2025
Status: ✅ Merged
Merged: 3/9/2025
Merged by: @loganmc10
Base:
main← Head:ui📝 Commits (2)
d49025fre-arrange UI struct3244bcfformat📊 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.