[PR #526] [MERGED] UNFLoader support #589

Closed
opened 2026-03-03 13:48:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/526
Author: @loganmc10
Created: 7/23/2025
Status: Merged
Merged: 8/18/2025
Merged by: @loganmc10

Base: mainHead: unf


📝 Commits (1)

📊 Changes

10 files changed (+414 additions, -7 deletions)

View changed files

📝 src/device.rs (+1 -0)
📝 src/device/cart/rom.rs (+1 -1)
📝 src/device/cart/sc64.rs (+127 -2)
📝 src/ui.rs (+11 -0)
📝 src/ui/config.rs (+2 -0)
📝 src/ui/gui.rs (+31 -4)
📝 src/ui/gui/appwindow.slint (+1 -0)
📝 src/ui/gui/settings_page.slint (+12 -0)
📝 src/ui/netplay.rs (+4 -0)
src/ui/usb.rs (+224 -0)

📄 Description

Related: https://github.com/buu342/N64-UNFLoader/pull/137


🔄 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/526 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 7/23/2025 **Status:** ✅ Merged **Merged:** 8/18/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `unf` --- ### 📝 Commits (1) - [`0410d52`](https://github.com/gopher64/gopher64/commit/0410d525b0b68f7b14dc39f1e676635ac70e5d79) UNF loader support ### 📊 Changes **10 files changed** (+414 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/device.rs` (+1 -0) 📝 `src/device/cart/rom.rs` (+1 -1) 📝 `src/device/cart/sc64.rs` (+127 -2) 📝 `src/ui.rs` (+11 -0) 📝 `src/ui/config.rs` (+2 -0) 📝 `src/ui/gui.rs` (+31 -4) 📝 `src/ui/gui/appwindow.slint` (+1 -0) 📝 `src/ui/gui/settings_page.slint` (+12 -0) 📝 `src/ui/netplay.rs` (+4 -0) ➕ `src/ui/usb.rs` (+224 -0) </details> ### 📄 Description Related: https://github.com/buu342/N64-UNFLoader/pull/137 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:48:12 +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#589
No description provided.