Recent content by pyorot

  1. pyorot

    Tutorial How to use a larger than 2TB Hard Drive on a Wii as a Single FAT32 Partition

    from my end, i have shown an interest in doing some diplomacy to try to improve this situation, but i want to see more movement from devkitPro first, in them laying down their own desires and especially in undoing this stupid-ass ban
  2. pyorot

    Hacking Wii Swiss Booter

    v1.1 is released alongside an interim cMIOS that has swiss r1788 installed into it. the reason for this is that loading swiss from a file requires exploiting stale memory, which gets corrupted on older wii hardware revisions, making swiss fail to boot most of the time (now that it uses...
  3. pyorot

    Hacking [Wii] [vWii] libruntimeiospatch

    hello hello just wanted to note i’ve forked this to be hosted as a separate repo under a github org meant for communal homebrew development: https://github.com/systemwii/librtip i made the api more modular for speed and made the library more readily submodulable in other projects, to encourage...
  4. pyorot

    Swiss on Wii

    i read thru syscheck’s code and currently, it’s unable to detect cMIOS unless it’s DIOS MIOS. the recommended cMIOS is a mod of MIOS v10 so shows up as v10. on actual MIOS v10, swiss booter will start BC no problem, which will start the MIOS, which will try to start swiss and error out, sending...
  5. pyorot

    Wii bricked all of a sudden AFTER installing Bootmii and Priiloader.

    as i found out today cos of several different bugs in several different programs, priiloader doesn't call any kind of `fatInit` function at all lol. it seems to me like it wasn't needed a decade ago but now is cos the libraries changed (EDIT: the library changed back so `fatinit` isn’t required...
  6. pyorot

    Hacking Wii Swiss Booter

    new fork: v1.0 i got tired of this program being arse to use so i forked it and it is now maintained 👍 it shows any errors and tells you where it loaded swiss from you can download v1.0 from the github repo (to be posted in 10h if no problems are reported 2024/11/22 cos i have a couple things to...
  7. pyorot

    Hacking USB Loader GX

    hello hello, figured i'd write a message here since i'm working on smth i'm trying to fix priiloader, which currently doesn't boot ntsc-u vc super mario 64 in 480p, rather 480i. usbloader gx is one of a couple of loaders that does do this; however, its Disc Default setting loads it in 480i...