mirror of
https://github.com/gopher64/gopher64.git
synced 2026-04-26 23:45:58 +03:00
[PR #115] [MERGED] VRU support #221
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gopher64#221
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/115
Author: @loganmc10
Created: 1/8/2025
Status: ✅ Merged
Merged: 1/9/2025
Merged by: @loganmc10
Base:
main← Head:vru📝 Commits (10+)
b3fbc03VRU support3e5d127cleandf7f084more69b2294more4c1fdbemore81a03bbmorebf81b0bmorec73f4b8more5994a0cmore0a5133aadd mappings📊 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.