Search results

  1. nitraiolo

    Cfg USB Loader 70r78.12 released

    Hello @schooluser this is the first time I hear a problem with it and TBH I never looked at that part of code. I need som time to check it. Thanks
  2. nitraiolo

    Hacking Cfg USB Loader 70r78.13 released

    Hello @XFlak ! In the new dx2 v11 there are 2 changes: 1) support for UStealth that is an only an "or" in the MBR signature check 2) removed sdhc module and initialization of sdhc merged in the ehci module for RiiConnect24 compatibility I'm quite sure the problem reported is somewhere related...
  3. nitraiolo

    Hacking Cfg USB Loader 70r78.13 released

    Hello @XFlak !! That's sure. No, it's not related to start address. Wiiflow uses 0x80620000 and usbloadergx uses 0x80B00000 and cfg is in the middle. The problem is in the very old libogc it uses. Even r13 still uses the old 1.8.12. To rebuild the new version I still used my old devkit...
  4. nitraiolo

    Hacking Cfg USB Loader 70r78.13 released

    Hello @RunningSnakes thanks! TBH I haven't tried dx2 v11 beta1 yet... Rigth now I'm still usign v10beta52 and v10beta53. This is my cIOS syscheck section: IOS202[60] (rev 65535, Info: hermesrodries-v6): Trucha Bug, NAND Access, USB 2.0 IOS222[38] (rev 65535, Info: hermes-v5.1): Trucha Bug...
  5. nitraiolo

    Hacking Cfg USB Loader 70r78.13 released

    Hello It's the one released on github and synced at the cfg release time. The last commit on nintendont's github is 2 months old, so it is the lastest one right now. Bye
  6. nitraiolo

    Hacking Cfg USB Loader 70r78.13 released

    Hello @JuanMena Thanks a lot! "Auto" will assign cIOS automatically. "222-mload" forces always the load of Hermes 222 cIOS with mload. "Auto" is the default for normal cfg distribution, that uses Waninkoko cIOS. "222-mload" is the default for the 222 cfg distribution, that uses Hermes cIOS...
  7. nitraiolo

    Hacking Cfg USB Loader 70r78.13 released

    Hi, yes, look at "write_playlog" option in config.txt: # write_playlog = [0], 1, 2, 3 # Write gameplay stats to the Wii message board log. # This option won't work when the Wii Menu is skipped before # starting Cfg (e.g., using Priiloader or BootMii autoboot). # 0 = off, do not write to...
  8. nitraiolo

    Hacking Cfg USB Loader 70r78.13 released

    Hello, the new patched version of Cfg USB Loader has just been released on http://cfgusbloader.ntd.homelinux.org and https://github.com/nitraiolo/CfgUSBLoader. Changelog: Internals - changed memory start addres to avoid overlaps Graphics - added options for 480p Nintendo Revolution SDK...
  9. nitraiolo

    Cfg USB Loader 70r78.12 released

    Thanks @HardBoiled1992 ! Have you tried to set Framebuffer width too? It seems to me that Framebuffer width patch has the best result. I'm working right now on the memory allocation because, due to the new functions, I got some DSI with wiiware. I had to move the entrypoint address to avoid...
  10. nitraiolo

    Cfg USB Loader 70r78.12 released

    Where are you from? The site is up. I'm aware my SP enforces some security rules and bans some countries and some IPs. Maybe you will have to use a VPN to reach the main site or as told by @XFlak you can download from oscwii.org. Shortly I will realease binaries on github too. Bye 1725796235 Hi...
  11. nitraiolo

    Cfg USB Loader 70r78.12 released

    Hi If someone want to test it too, here is a beta 2 version with also dithering and 480p patching options. There are still debug messages printed and it requires to push a button more times during loading... Bye
  12. nitraiolo

    Cfg USB Loader 70r78.12 released

    Hi @Disorarara If you want to test it too, here is a beta version with deflicker patching options. This version requires to press some more times a button to stasrt a patched game... I will remove all that mess in the final release. Bye
  13. nitraiolo

    Cfg USB Loader 70r78.12 released

    Yes, I'm working on it ;)
  14. nitraiolo

    Cfg USB Loader 70r78.12 released

    Hello Gabubu! Thanks to you! I've put them here: http://cfgusbloader.ntd.homelinux.org/binaries/sd/icon.png http://cfgusbloader.ntd.homelinux.org/binaries/sd/meta.xml And I've put in the same folder also the sample_config.txt...
  15. nitraiolo

    Cfg USB Loader 70r78.12 released

    Yes, I use it here and on github... Nitro was always already taken when logged in... :rofl2:
  16. nitraiolo

    Cfg USB Loader 70r78.12 released

    Hello, the new patched version of Cfg USB Loader has just been released on http://cfgusbloader.ntd.homelinux.org. Changelog: Internals - changed online update URL paths GC - updated nintendont config support to version 0x0000000A Usability - Wiimmfi WFC patching fixed With this new version...
  17. nitraiolo

    Hacking Download for the lastest version of CFG USB Loader?

    Thanks @XFlak ! As promised here is the git as resulted from the conversion. As soon as I have more time I'll write a readme.md and will do the binary releases too.
  18. nitraiolo

    Hacking Download for the lastest version of CFG USB Loader?

    I had to pause devel for some time due to family needings. I had to take trac down due too old versions of trac and OS. I had no time to rebuild the machine. Maybe I will come back on devel in some time. Meanwhile I would like to convert subversion repo (with all history) into git and push it on...
  19. nitraiolo

    Hacking Configurable USB Loader

    Yes, under /lib there are the binary build of needed libraries under <library name>/lib<devkit version> and at the moment the supported devkits are 17,22,24,25,26 and 27. Next release will be ported to the lastest devkit. If you want to do it by yourself, you have to build with the new devkit...
  20. nitraiolo

    Hacking Cfg USB Loader 70r78.11 released

    The philosophy behing cfg is the semplicity of the gui. The options that are only accessible in the config.txt are intended to be the statical one (write once). Which options do you think shold be configurable (changed many times) in the gui there are still not?