mirror of
https://github.com/gopher64/gopher64.git
synced 2026-04-26 07:25:58 +03:00
[PR #459] [MERGED] Cheat support #529
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gopher64#529
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/459
Author: @loganmc10
Created: 6/30/2025
Status: ✅ Merged
Merged: 7/4/2025
Merged by: @loganmc10
Base:
main← Head:cheats📝 Commits (10+)
3a62bfcCheat supportc53dfa3moreb246315more6355669more8c0ee8amoree02c505more451a6f5moree2b54fdmoref5faebemore97f86c1more📊 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.