h4570 / tyra

Game engine for PlayStation 2™
Apache License 2.0
511 stars 36 forks source link

Feature posix drivers loading #151

Closed Wellinator closed 1 year ago

Wellinator commented 1 year ago

It load the fileXio and iomanX needed for reading/writing from FS in the PS2. It fixes the writeLogsToFile function in the real hardware using the USB drivers as well.

Wolf3s commented 1 year ago

It load the fileXio and iomanX needed for reading/writing from FS in the PS2. It fixes the writeLogsToFile function in the real hardware using the USB drivers as well.

Good feature it maybe solver the problems of the modules loding on usb

Wellinator commented 1 year ago

20231111_121121 20231111_122602 Screenshot_1 Screenshot_2

Okay! All nice. I've tested in the PCSX2 and Real Hardware @h4570

h4570 commented 1 year ago

@Wellinator Cool 🚀

Could you please change the loadPOSIX() function name? So I will merge PR.

Thanks!

Wellinator commented 1 year ago

Sure, no problem

Wellinator commented 1 year ago

I've renamed to loadIO as you suggested a while ago!