We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ESR is now supported, but the compatibility is not as good as ESR, this needs to be fixed.
This is probably caused by the rewritten IOP modules, embedded into this project:
This is the ingame module: https://github.com/rickgaiser/neutrino/tree/master/iop/esr_cdvdv Not much has changed, compared to the original: https://gitlab.com/ffgriever/esr/-/tree/master/cdvdv_sce?ref_type=heads
This is the new combined bios+patch module: https://github.com/rickgaiser/neutrino/tree/master/iop/esr_pcdvdv Its based on the merger of the following modules: https://gitlab.com/ffgriever/esr/-/tree/master/cdvdv_bios?ref_type=heads https://gitlab.com/ffgriever/esr/-/tree/master/pcdvdv_sce?ref_type=heads
I think the detection of bios version is incorrect / causing issues:
neutrino/iop/esr_pcdvdv/src/pscecdvdv.c
Lines 125 to 130 in fa5bfa1
Lines 140 to 144 in fa5bfa1
I'll leave this issue open for anyone interested to look into it and try to fix the issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ESR is now supported, but the compatibility is not as good as ESR, this needs to be fixed.
This is probably caused by the rewritten IOP modules, embedded into this project:
This is the ingame module:
https://github.com/rickgaiser/neutrino/tree/master/iop/esr_cdvdv
Not much has changed, compared to the original:
https://gitlab.com/ffgriever/esr/-/tree/master/cdvdv_sce?ref_type=heads
This is the new combined bios+patch module:
https://github.com/rickgaiser/neutrino/tree/master/iop/esr_pcdvdv
Its based on the merger of the following modules:
https://gitlab.com/ffgriever/esr/-/tree/master/cdvdv_bios?ref_type=heads
https://gitlab.com/ffgriever/esr/-/tree/master/pcdvdv_sce?ref_type=heads
I think the detection of bios version is incorrect / causing issues:
neutrino/iop/esr_pcdvdv/src/pscecdvdv.c
Lines 125 to 130 in fa5bfa1
neutrino/iop/esr_pcdvdv/src/pscecdvdv.c
Lines 140 to 144 in fa5bfa1
I'll leave this issue open for anyone interested to look into it and try to fix the issue.
The text was updated successfully, but these errors were encountered: