[PR #115] [MERGED] VRU support #221

Closed
opened 2026-03-03 13:46:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/115
Author: @loganmc10
Created: 1/8/2025
Status: Merged
Merged: 1/9/2025
Merged by: @loganmc10

Base: mainHead: vru


📝 Commits (10+)

📊 Changes

13 files changed (+3175 additions, -18 deletions)

View changed files

📝 Cargo.toml (+2 -0)
data/NotoSansJP-Regular.ttf (+0 -0)
📝 src/device.rs (+19 -0)
📝 src/device/controller.rs (+8 -14)
📝 src/device/events.rs (+1 -0)
📝 src/device/pif.rs (+4 -0)
📝 src/device/vi.rs (+1 -1)
src/device/vru.rs (+2997 -0)
📝 src/main.rs (+1 -1)
📝 src/ui.rs (+1 -0)
📝 src/ui/config.rs (+2 -0)
📝 src/ui/gui.rs (+111 -2)
src/ui/vru.rs (+28 -0)

📄 Description

Fixes https://github.com/gopher64/gopher64/issues/113


🔄 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/115 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 1/8/2025 **Status:** ✅ Merged **Merged:** 1/9/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `vru` --- ### 📝 Commits (10+) - [`b3fbc03`](https://github.com/gopher64/gopher64/commit/b3fbc03c2b52d2ac07acca5ace68fad0a320b37f) VRU support - [`3e5d127`](https://github.com/gopher64/gopher64/commit/3e5d12743ce279509b5322210018eaa6f009a8ef) clean - [`df7f084`](https://github.com/gopher64/gopher64/commit/df7f084ebaa3bfa97c96011f0f9aa72579789b09) more - [`69b2294`](https://github.com/gopher64/gopher64/commit/69b22941a297598ffd4ae075d438ee1acea818f5) more - [`4c1fdbe`](https://github.com/gopher64/gopher64/commit/4c1fdbead3b9443ab2b8e644db35ec379445ecbb) more - [`81a03bb`](https://github.com/gopher64/gopher64/commit/81a03bb66071daa6a2570925edb07dc3f299cd1a) more - [`bf81b0b`](https://github.com/gopher64/gopher64/commit/bf81b0b1762fa9c4055ac5e7a42edd86e538fb25) more - [`c73f4b8`](https://github.com/gopher64/gopher64/commit/c73f4b85403171db9f08dab5a19ad1f3dade916e) more - [`5994a0c`](https://github.com/gopher64/gopher64/commit/5994a0c05b7b1025b455ce2c351687b89c04e0b9) more - [`0a5133a`](https://github.com/gopher64/gopher64/commit/0a5133abdad641853e577d689b526b0ccf1496e3) add mappings ### 📊 Changes **13 files changed** (+3175 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+2 -0) ➕ `data/NotoSansJP-Regular.ttf` (+0 -0) 📝 `src/device.rs` (+19 -0) 📝 `src/device/controller.rs` (+8 -14) 📝 `src/device/events.rs` (+1 -0) 📝 `src/device/pif.rs` (+4 -0) 📝 `src/device/vi.rs` (+1 -1) ➕ `src/device/vru.rs` (+2997 -0) 📝 `src/main.rs` (+1 -1) 📝 `src/ui.rs` (+1 -0) 📝 `src/ui/config.rs` (+2 -0) 📝 `src/ui/gui.rs` (+111 -2) ➕ `src/ui/vru.rs` (+28 -0) </details> ### 📄 Description Fixes https://github.com/gopher64/gopher64/issues/113 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:46:30 +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#221
No description provided.