-
-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for virtual controller for Intellivision in Bliss #2357
Add support for virtual controller for Intellivision in Bliss #2357
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨Explore these optional code suggestions:
|
611de6b
to
c18d7ae
Compare
} else if (button.titleLabel?.text == "9") { | ||
button.buttonTag = .button9 | ||
} else if (button.titleLabel?.text == "0") { | ||
button.buttonTag = .button9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
button 9 is twice
8867787
into
Provenance-Emu:develop-spm-2024
User description
What does this PR do
Adds virtual controller support for Intellivision (Bliss Core should now work ok)
Where should the reviewer start
How should this be manually tested
Any background context you want to provide
What are the relevant tickets
Screenshots (important for UI changes)
Questions
PR Type
enhancement
Description
Changes walkthrough 📝
PVIntellivisionControllerViewController.swift
Implement virtual controller button mappings
PVUI/Sources/PVUIBase/Controller/Systems/PVIntellivisionControllerViewController.swift
selectButton
andstartButton
tags toclear
andenter
.systems.plist
Update control layout and button configurations
PVCoreLoader/Sources/PVCoreLoader/Resources/systems.plist
systems.plist
Revise control layout and add new buttons
PVLibrary/Sources/PVLibrary/Resources/systems.plist