[PR #459] [MERGED] Cheat support #529

Closed
opened 2026-03-03 13:47:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/459
Author: @loganmc10
Created: 6/30/2025
Status: Merged
Merged: 7/4/2025
Merged by: @loganmc10

Base: mainHead: cheats


📝 Commits (10+)

📊 Changes

20 files changed (+656 additions, -37 deletions)

View changed files

data/cheats.json (+1 -0)
src/cheats.rs (+187 -0)
📝 src/device.rs (+9 -2)
📝 src/device/ai.rs (+2 -2)
📝 src/device/vi.rs (+2 -1)
📝 src/main.rs (+8 -0)
📝 src/savestates.rs (+1 -0)
📝 src/ui.rs (+4 -0)
📝 src/ui/audio.rs (+53 -25)
src/ui/cheats.rs (+148 -0)
📝 src/ui/config.rs (+36 -0)
📝 src/ui/gui.rs (+10 -1)
📝 src/ui/gui/appwindow.slint (+22 -3)
src/ui/gui/cheat_page.slint (+89 -0)
📝 src/ui/gui/netplay_create.slint (+6 -1)
📝 src/ui/gui/netplay_join.slint (+3 -1)
📝 src/ui/gui/netplay_page.slint (+1 -0)
📝 src/ui/gui/pages.slint (+1 -0)
📝 src/ui/netplay.rs (+59 -1)
📝 src/ui/storage.rs (+14 -0)

📄 Description

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


🔄 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/459 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 6/30/2025 **Status:** ✅ Merged **Merged:** 7/4/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `cheats` --- ### 📝 Commits (10+) - [`3a62bfc`](https://github.com/gopher64/gopher64/commit/3a62bfca85bbe4aa50ecb26bf13ab3795e7c0a1a) Cheat support - [`c53dfa3`](https://github.com/gopher64/gopher64/commit/c53dfa3e34ae10ab74ae9a109a87f5adc69eabe4) more - [`b246315`](https://github.com/gopher64/gopher64/commit/b2463156e0a0962c7861ed6bfedc73c41dfaf445) more - [`6355669`](https://github.com/gopher64/gopher64/commit/6355669baf0c2781402e45a51bd96f05bc69f379) more - [`8c0ee8a`](https://github.com/gopher64/gopher64/commit/8c0ee8a2b194fe869d800ad5de4ec3e696b491bc) more - [`e02c505`](https://github.com/gopher64/gopher64/commit/e02c50511a0b4272e6889b770aacddc346c045d3) more - [`451a6f5`](https://github.com/gopher64/gopher64/commit/451a6f5b3f84a7c9e2b1b89cb007044fae2c3913) more - [`e2b54fd`](https://github.com/gopher64/gopher64/commit/e2b54fd24b04d6279a652b0d05851da624abe476) more - [`f5faebe`](https://github.com/gopher64/gopher64/commit/f5faebe41d9fc7909f8b89c7c3730f8e281eaaaa) more - [`97f86c1`](https://github.com/gopher64/gopher64/commit/97f86c1c6bc0c352b7cd7b6089df2111dceffea3) more ### 📊 Changes **20 files changed** (+656 additions, -37 deletions) <details> <summary>View changed files</summary> ➕ `data/cheats.json` (+1 -0) ➕ `src/cheats.rs` (+187 -0) 📝 `src/device.rs` (+9 -2) 📝 `src/device/ai.rs` (+2 -2) 📝 `src/device/vi.rs` (+2 -1) 📝 `src/main.rs` (+8 -0) 📝 `src/savestates.rs` (+1 -0) 📝 `src/ui.rs` (+4 -0) 📝 `src/ui/audio.rs` (+53 -25) ➕ `src/ui/cheats.rs` (+148 -0) 📝 `src/ui/config.rs` (+36 -0) 📝 `src/ui/gui.rs` (+10 -1) 📝 `src/ui/gui/appwindow.slint` (+22 -3) ➕ `src/ui/gui/cheat_page.slint` (+89 -0) 📝 `src/ui/gui/netplay_create.slint` (+6 -1) 📝 `src/ui/gui/netplay_join.slint` (+3 -1) 📝 `src/ui/gui/netplay_page.slint` (+1 -0) 📝 `src/ui/gui/pages.slint` (+1 -0) 📝 `src/ui/netplay.rs` (+59 -1) 📝 `src/ui/storage.rs` (+14 -0) </details> ### 📄 Description Fixes https://github.com/gopher64/gopher64/issues/112 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:47:56 +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#529
No description provided.