wLaunchELF 4.43x_ISR

PS2 wLaunchELF 4.43x_ISR Rev 234 - mmce

MMCE feature has been exposed on the download site

Please keep in mind the following:

[TABLE="class: brtb_item_table"][TBODY][TR][TD]MemcardPro2:[/TD][TD] not compatible yet[/TD][/TR]
[TR][TD]SD2PSX and derivates:[/TD][TD] needs Sd2psxTd 1.0.0 beta 12 firmware or newer[/TD][/TR][/TBODY][/TABLE]
  • ELF Loader: Reboot the IOP (PS1 CPU) when launching an application, regardless of boot location.
  • Automated notification of new builds/versions on the PS2 Space discord
  • Like
Reactions: Algol and zackcage6
Fixed the download link.
  • Like
Reactions: TnA and zackcage6
  • allow secondary search path for ps2smap.irx
  • supress IRX compilation commands if not debugging
  • add ioptrap.irx build option for debugging
  • Add debugging via PowerPC UART
  • Hide mc1:/ if MX4SIO driver loaded successfully
  • replace all `` with `\xff`
  • update cdfs.irx to support browsing FreeDVDBoot disc images (or any DVD Movie)
  • rename libcdvd helper macros to avoid name crash with RPCs
Revert the last update of the MX4SIO driver (v1.2).

It caused several issues (program not starting up, dualshock not responding, etc)

The updated driver will be used again if @qnox32 can find the issue. (I have no clue :apologetic: )

Also, the github Issue tab for this repository now has a new issue form. to aid users when writing a report
  • Like
Reactions: Algol
  • Fixed config loading from the same directory when wLaunchELF Is stored on MX4SIO and USB (the drivers were being loaded AFTER loading config)
  • removed external USBD and USBMASS drivers loading feature (useless, and consumed 2kb of stack size for nothing)
  • Debugging: added reports on each file/folder opened. fixed compile error on debug network filesystem driver
  • Like
Reactions: PaPer_DJ and Algol
  • [HDDManager]: report real HDD status


this means that on HDDManager you will see the real HDD status code

This is extrememely useful to troubleshoot why your HDD is deemed as "connected = NO"

Expected values:
  • 0: connected and formatted
  • 1: connected and not formatted
  • 2: UNUSABLE
  • 3: Not connected
  • any negative number: ERROR (depends on number... -19 is the most usual one, could mean HDD electric power issue, bad quality IDE2SATA converter, etc...)
BOOT.ELF_20230424162950.png
  • Like
Reactions: Peppe90 and Algol
Now, FileBrowser will display mx4sio devices as mx4sio:/ instead of mass#:/



THIS CHANGE IS SOLELY MADE ON wLaunchELF UI. THE SOFTWARE BEHIND THIS STILL MAPS THE MX4SIO CARDS AS mass#:/, so dont use mx4sio:/ on any configuration path
  • Removed unused IRX from repository
  • Update MX4SIO_BD driver to bring into wLaunchELF the sd card compatibility enhancements brought by @qnox32
  • Update SIO2MAN.IRX MCMAN.IRX & MCSERV.IRX to fix deadlocks (crashes) when accessing either mc0:/ or mc1:/ When no MX4SIO was connected
  • Like
Reactions: Algol
Back
Top