-
Notifications
You must be signed in to change notification settings - Fork 370
When disk signature invalid try the next LUN instead of giving up on the entire port #993
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
Open
cyberstudio10
wants to merge
19
commits into
FIX94:master
Choose a base branch
from
cyberstudio10:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
6fb142c
Fixes issue #991. If disk has invalid signature, for example a Wii-U-…
cyberstudio10 6fd3b03
Update credits according to GitHub's contributor list
cyberstudio10 3af36e1
Since the update check directly references the GitHub repository, CI …
cyberstudio10 1ce080e
Correct loader path
cyberstudio10 c5d1967
loader.dol
403c410
Second place with a list of contributors, used by main.c to write a n…
cyberstudio10 7aba39f
loader.dol
cyberstudio10 2ab8549
When loader writes its own meta.xml it is now able to write the curre…
cyberstudio10 118c2bb
loader.dol
cyberstudio10 35188ae
Pass down GitHub CI workflow sequence number to be the MINOR_VERSION …
cyberstudio10 e5dc72a
loader.dol 7.7
cyberstudio10 8e84886
NintendontVersion.h has to be automatically committed, too, because t…
cyberstudio10 cef494a
Use devkitppc tag 20210619 because that's the oldest with both devkit…
cyberstudio10 a024307
loader.dol v7.9
cyberstudio10 451304f
We shall use the date/time of the last commit as the date/time in met…
cyberstudio10 5e1a9e7
loader.dol v7.10
cyberstudio10 cbc998a
Move version number change from loader level to top level
cyberstudio10 d742680
Need to define where NintendontVersion.h is
cyberstudio10 e394181
loader.dol v7.12
cyberstudio10 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| name: 'Make Nintendont' | ||
| description: 'Compiles Nintendont' | ||
|
|
||
| runs: | ||
| using: 'docker' | ||
| image: 'devkitpro/devkitppc:latest' | ||
| entrypoint: make |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| name: CI | ||
|
|
||
| on: [push, pull_request] | ||
|
|
||
| jobs: | ||
| build: | ||
|
|
||
| runs-on: ubuntu-latest | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@v2 | ||
| - name: Compile Nintendont | ||
| uses: ./.github/actions | ||
| - name: Commit loader.dol | ||
| run: | | ||
| git config user.name '${GITHUB_ACTOR}' | ||
| git config user.email '${GITHUB_ACTOR}@users.noreply.github.com' | ||
| git add nintendont/loader.dol | ||
| git commit -m "loader.dol" | ||
| git push | ||
| - uses: actions/upload-artifact@v1 | ||
| with: | ||
| name: Nintendont | ||
| path: build/ | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
This file contains hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> | ||
| <app version="1"> | ||
| <name>Nintendont</name> | ||
| <coder>FIX94, crediar</coder> | ||
| <version>NIN_MAJOR_VERSION.NIN_MINOR_VERSION</version> | ||
| <release_date>TIMESTAMP</release_date> | ||
| <short_description>Gamecube Loader</short_description> | ||
| <long_description>Nintendont allows you to run GameCube games on a Wii or Wii U from an SD or HDD device. | ||
|
|
||
| Project website: https://github.com/FIX94/Nintendont | ||
|
|
||
| Committers: GerbilSoft, JoostinOnline, GreyRogue, Howard, Cyan, nastys, carnage702, AnthonyRyuki, DankRank, Chickoodel, akemin-dayo, SuperrSonic, KoldMonster12, cheatfreak47, capnfunky77, cesarmades, crazycaveman, Wolfy76700, AndyCasaceli, ShadowOne333, Aurelio92, darkalemanbr, jmapjp, sailormoon, Dr-Crow, cyberstudio10, corey-underdown</long_description> | ||
| <no_ios_reload/> | ||
| <ahb_access/> | ||
| </app> |
This file was deleted.
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.
Shouldn't the version at least be written here?
Uh oh!
There was an error while loading. Please reload this page.
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.
You mean, something like loader.dol v<major ver>.<build number>?