[PR #114] [MERGED] Remove pub modifier for consts #219

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/114
Author: @loganmc10
Created: 1/7/2025
Status: Merged
Merged: 1/7/2025
Merged by: @loganmc10

Base: mainHead: const


📝 Commits (1)

  • fc8daa5 Remove pub modifier for consts

📊 Changes

18 files changed (+277 additions, -277 deletions)

View changed files

📝 src/device/ai.rs (+8 -8)
📝 src/device/cart.rs (+13 -13)
📝 src/device/cart_rom.rs (+1 -1)
📝 src/device/controller.rs (+19 -19)
📝 src/device/cop0.rs (+22 -22)
📝 src/device/cop1.rs (+20 -20)
📝 src/device/is_viewer.rs (+1 -1)
📝 src/device/memory.rs (+16 -16)
📝 src/device/mempak.rs (+2 -2)
📝 src/device/mi.rs (+28 -28)
📝 src/device/pi.rs (+17 -17)
📝 src/device/rdp.rs (+29 -29)
📝 src/device/ri.rs (+8 -8)
📝 src/device/rsp_interface.rs (+48 -48)
📝 src/device/si.rs (+8 -8)
📝 src/device/sram.rs (+5 -5)
📝 src/device/vi.rs (+9 -9)
📝 src/ui/input.rs (+23 -23)

📄 Description

No description provided


🔄 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/114 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 1/7/2025 **Status:** ✅ Merged **Merged:** 1/7/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `const` --- ### 📝 Commits (1) - [`fc8daa5`](https://github.com/gopher64/gopher64/commit/fc8daa5a8894028b6b9e7a71b5966b72cb6fad1d) Remove pub modifier for consts ### 📊 Changes **18 files changed** (+277 additions, -277 deletions) <details> <summary>View changed files</summary> 📝 `src/device/ai.rs` (+8 -8) 📝 `src/device/cart.rs` (+13 -13) 📝 `src/device/cart_rom.rs` (+1 -1) 📝 `src/device/controller.rs` (+19 -19) 📝 `src/device/cop0.rs` (+22 -22) 📝 `src/device/cop1.rs` (+20 -20) 📝 `src/device/is_viewer.rs` (+1 -1) 📝 `src/device/memory.rs` (+16 -16) 📝 `src/device/mempak.rs` (+2 -2) 📝 `src/device/mi.rs` (+28 -28) 📝 `src/device/pi.rs` (+17 -17) 📝 `src/device/rdp.rs` (+29 -29) 📝 `src/device/ri.rs` (+8 -8) 📝 `src/device/rsp_interface.rs` (+48 -48) 📝 `src/device/si.rs` (+8 -8) 📝 `src/device/sram.rs` (+5 -5) 📝 `src/device/vi.rs` (+9 -9) 📝 `src/ui/input.rs` (+23 -23) </details> ### 📄 Description _No description provided_ --- <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#219
No description provided.