You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The download link of PabloMK7's Citra fork isn't working any longer, as they have decided to remove old archives and merge the work into a new emulator called Azahar.
Furthermore, our run-tests container installed packages based on ubuntu:mantic (which is EOL and lacks more or less all download repositories).
This PR aims to use Azahar and ubunut:noble, other than updating the context as seen fit.
The new emulator seems to hang during the docker build (when running it for the first time), as .3dsx executables run from CLI simply return to the main emulator's menu UI when they close. I can't seem to understand whether this is an intended change from the Citra fork or an issue in my configuration...
Also, in newer versions of Azahar the default AppImage uses a Qt based binary (rather than SDL2). I've had no problem getting it to run in the container, but it seems like the qt-config.ini gets reverted to default values if injected like we currently do (for the sdl2-config.ini).
Also, in newer versions of Azahar the default AppImage uses a Qt based binary (rather than SDL2). I've had no problem getting it to run in the container, but it seems like the qt-config.ini gets reverted to default values if injected like we currently do (for the sdl2-config.ini).
Also, I hoped the lowest stable version would be as close as PabloMK7 original fork as possible.
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
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.
The download link of PabloMK7's Citra fork isn't working any longer, as they have decided to remove old archives and merge the work into a new emulator called Azahar.
Furthermore, our run-tests container installed packages based on ubuntu:mantic (which is EOL and lacks more or less all download repositories).
This PR aims to use Azahar and ubunut:noble, other than updating the context as seen fit.