2126.0-rc3Pre-releaseDesktopAndroid
Azahar 2126.0 Release Candidate 3
Added 2
- When using multiplayer rooms, it is now possible to set "No Preference" as the preferred game
- Azahar's build process now recognizes the new environment variable CITRA_USE_TAG_AS_VERSION, which when defined sets the Azahar version string to the output of git describe --tags --dirty
Changed 2
- Updated NDK used to build Android libretro core to r27d
- Changed all internal references to azahar_libretro to instead refer to citra_libretro to follow pre-existing project convention
Fixed 4
- Fixed crashes when creating or joining private multiplayer rooms on Android when the preferred game option is left untouched
- Fixed a crash which could occur when an application submits a vertex array with an invalid base address
- Fixed a crash caused by a missing eShop applet title ID, affecting some applications
- Fixed the Outer Right Camera setting incorrectly reading its value from the Inner Camera Flip setting
[!NOTE] This changelog is relative to 2126.0-rc2. For a more complete picture of what will be included in the 2126.0 update, see the previous changelog.
Azahar 2126.0-rc3 Changelog
All
- When using multiplayer rooms, it is now possible to set "No Preference" as the preferred game. | @PabloMK7 #2296
- Also fixes crashes when creating or joining private multiplayer rooms on Android when the preferred game option is left untouched.
- Fixed a crash which could occur when an application submits a vertex array with an invalid base address. | @PabloMK7 #2299
- Known to fix a crash in the credits of Mario & Luigi: Superstar Saga. May fix other problems elsewhere.
- Fixed a crash caused by a missing eShop applet title ID, affecting some applications. | @PabloMK7 #2293
Desktop
- Fixed the Outer Right Camera setting incorrectly reading its value from the Inner Camera Flip setting. | @PabloMK7 #2303
Technical
- Updated NDK used to build Android libretro core to r27d. | @cscd98 #2298
- Changed all internal references to
azahar_libretroto instead refer tocitra_libretroto follow pre-existing project convention. | @OpenSauce04 #2304- The compiled library filename remains unchanged:
azahar_libretro.*.
- The compiled library filename remains unchanged:
- Azahar's build process now recognizes the new environment variable
CITRA_USE_TAG_AS_VERSION, which, when defined, sets the Azahar version string to the output of:git describe --tags --dirty. | @OpenSauce04 #2302