Skip to content
Snippets Groups Projects
Verified Commit 74b339dc authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: gamepad spelling

parent 33a72cbf
No related branches found
No related tags found
No related merge requests found
Pipeline #1807 passed
...@@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
* Small help changes regarding gamepad * Small help changes regarding Gamepad
## [0.6.4] - 2022-11-22 ## [0.6.4] - 2022-11-22
...@@ -151,7 +151,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -151,7 +151,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
* Arrow keys usage for on-screen gamepad * Arrow keys usage for on-screen Gamepad
* Wrong UX for keyboard focus and fullscreen * Wrong UX for keyboard focus and fullscreen
## [0.4.1] - 2022-11-06 ## [0.4.1] - 2022-11-06
......
...@@ -79,7 +79,7 @@ export const HelpFaqs: FC = () => ( ...@@ -79,7 +79,7 @@ export const HelpFaqs: FC = () => (
</p> </p>
<h3>Why there's no sound?</h3> <h3>Why there's no sound?</h3>
<p>It's under development, I'm hopping to have it before Christmas.</p> <p>It's under development, I'm hopping to have it before Christmas.</p>
<h3>Can I use my Xbox One/PS4/PS5 game pad?</h3> <h3>Can I use my Xbox One/PS4/PS5 Gamepad?</h3>
<p> <p>
Yes, just plug it in, press a button, and you're ready to go. Yes, just plug it in, press a button, and you're ready to go.
<br /> <br />
......
...@@ -13,7 +13,7 @@ pub struct Mmu { ...@@ -13,7 +13,7 @@ pub struct Mmu {
/// some of the access operations. /// some of the access operations.
ppu: Ppu, ppu: Ppu,
/// Reference to the Game Pad structure that is going to control /// Reference to the Gamepad structure that is going to control
/// the I/O access to this device. /// the I/O access to this device.
pad: Pad, pad: Pad,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment