-
Notifications
You must be signed in to change notification settings - Fork 17
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 sound effects #108
Merged
Polprzewodnikowy
merged 32 commits into
Polprzewodnikowy:develop
from
Suprapote:sound-effects
Jun 5, 2024
Merged
Add sound effects #108
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
9ee7626
Add sounds
Suprapote 2bf696d
fix error sound
Suprapote ff89d5e
Use menu.h instead of another file
Suprapote 901733e
Toogle sound option
Suprapote 63a98ac
Update actions.c
Suprapote f6eda61
Delete filesystem/back.wav64
Suprapote 3ed1067
Delete filesystem/cursorsound.wav64
Suprapote e15c083
Delete filesystem/enter.wav64
Suprapote 7938403
Delete filesystem/error.wav64
Suprapote aa3bc27
Delete filesystem/settings.wav64
Suprapote 38fcba2
Update menu.c
Suprapote 75cb98f
Update README.md
Suprapote e65d30e
Merge branch 'Polprzewodnikowy:main' into sound-effects
Suprapote 16df88a
Merge branch 'Polprzewodnikowy:main' into sound-effects
Suprapote 342b73c
Merge Networkfusion's changes
Suprapote 2cbe3e5
Merge branch 'sound-effects' of https://github.com/Suprapote/N64Flash…
Suprapote 7c0125a
Convert sounds to mono
Suprapote 64da00e
correct exit sound
Suprapote da3280a
Remove un-necessary changes
networkfusion b044d88
Improve SFX_CHANNEL name
networkfusion 0be3082
Only play SFX if setting enabled.
networkfusion 4647482
Updates the readme to make sound licenses clearer
networkfusion 679b894
Merge pull request #1 from networkfusion/refactor-sfx2
Suprapote 820a02f
Update README.md
Suprapote 227033e
Update README.md
Suprapote 9c5602a
Update sound.h
networkfusion 30bd471
Update menu.c
networkfusion c443879
Update menu.h
networkfusion 5faceb2
Update sound.c
networkfusion 962e971
Update sound.c
networkfusion 2d06ed6
Update README.md
Suprapote 68603ab
Merge branch 'sound-effects' of https://github.com/Suprapote/N64Flash…
Suprapote File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Minor nitpick because changing this setting live will not enable sounds and will require complete reboot of the menu. It's okay for now because we don't have a settings editor yet.