Skip to content

Commit

Permalink
Removed Wii audio workaround and updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikelChan committed Jan 10, 2022
1 parent ca41c78 commit 40c8db6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
5 changes: 0 additions & 5 deletions PlumbersDontWearTies/Audio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ bool Audio::Initialize()

SDL_PauseAudio(0);

// Workaround for the game sometimes not initializing the audio
// quick enough, that causes the intro music to not play on a real Wii.

SDL_Delay(50);

return true;
}

Expand Down
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,11 @@ After a successful build, you will get a file called `PlumbersDontWearTies-SDL.3

## How to play

| Button | Action |
|-------------|---------------------------------------------------|
| D-Pad Left | Select first option in a choice selection screen |
| D-Pad Up | Select second option in a choice selection screen |
| D-Pad Right | Select third option in a choice selection screen |
| A | Skip to the next picture |
| Select | Exit the game |
| Button | Action |
|--------------------|---------------------------------------------|
| D-Pad / Left Stick | Select options in a choice selection screen |
| A | Skip to the next picture / Confirm choice |
| Select | Exit the game |

## Screenshots

Expand Down

0 comments on commit 40c8db6

Please sign in to comment.