Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
boytacean
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
João Magalhães
boytacean
Commits
74b339dc
Verified
Commit
74b339dc
authored
2 years ago
by
João Magalhães
Browse files
Options
Downloads
Patches
Plain Diff
fix: gamepad spelling
parent
33a72cbf
No related branches found
No related tags found
No related merge requests found
Pipeline
#1807
passed
2 years ago
Stage: build
Stage: test
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+2
-2
2 additions, 2 deletions
CHANGELOG.md
frontends/web/react/components/help/help.tsx
+1
-1
1 addition, 1 deletion
frontends/web/react/components/help/help.tsx
src/mmu.rs
+1
-1
1 addition, 1 deletion
src/mmu.rs
with
4 additions
and
4 deletions
CHANGELOG.md
+
2
−
2
View file @
74b339dc
...
...
@@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
*
Small help changes regarding
g
amepad
*
Small help changes regarding
G
amepad
## [0.6.4] - 2022-11-22
...
...
@@ -151,7 +151,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
*
Arrow keys usage for on-screen
g
amepad
*
Arrow keys usage for on-screen
G
amepad
*
Wrong UX for keyboard focus and fullscreen
## [0.4.1] - 2022-11-06
...
...
This diff is collapsed.
Click to expand it.
frontends/web/react/components/help/help.tsx
+
1
−
1
View file @
74b339dc
...
...
@@ -79,7 +79,7 @@ export const HelpFaqs: FC = () => (
</
p
>
<
h3
>
Why there's no sound?
</
h3
>
<
p
>
It's under development, I'm hopping to have it before Christmas.
</
p
>
<
h3
>
Can I use my Xbox One/PS4/PS5
g
ame
pad?
</
h3
>
<
h3
>
Can I use my Xbox One/PS4/PS5
G
amepad?
</
h3
>
<
p
>
Yes, just plug it in, press a button, and you're ready to go.
<
br
/>
...
...
This diff is collapsed.
Click to expand it.
src/mmu.rs
+
1
−
1
View file @
74b339dc
...
...
@@ -13,7 +13,7 @@ pub struct Mmu {
/// some of the access operations.
ppu
:
Ppu
,
/// Reference to the Game
P
ad structure that is going to control
/// Reference to the Game
p
ad structure that is going to control
/// the I/O access to this device.
pad
:
Pad
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment