Recent content by lenny_kano

  1. L

    Hacking WiiFlow - an open source GUI USB-Loader

    Just sent a little bit, hope it helps out. Wiiflow is well worth it, can't wait to try out the nand emulation!
  2. L

    Homebrew SaveGame Manager GX

    no biggie, already compiled my own, just thought it made sense as most other apps i use which used to rely on the config folder now use the app folder instead. i think ignoring update path, and checking for absolute directory "sd:/apps/savegame_manager_gx/savegame_manager_gx.cfg", then if the...
  3. L

    Homebrew SaveGame Manager GX

    just one request, is it possible to make the program look for the .cfg file in the appdir first (sd:/apps/savegame_manager_gx/savegame_manager_gx.cfg), then config folder?
  4. L

    Hacking Joyflow a mod of wiiflow

    just thought id add that in my experience, the only disc game which doesnt function properly for me under emulated nand is rock band 3, i get the same save file corrupted message every time. does this through uneek-di, joyflow, uniiloader. havent tried uloader with cios emulated nand, but all...
  5. L

    Hacking cIOSX rev21d2x: Yet Another Hot Fix!!!!

    @davebaol done some testing, basically now it functions exactly the same as it use to on my 1 tb hard drive, the channels that worked work, and the ones that didnt dont. main thing is it is working fine with my 2 tb wd elements now, with first partition active 1 tb fat32 with nand dump in root...
  6. L

    Hacking Joyflow a mod of wiiflow

    its already available in wiiflow. go to sd:\sneek\joyflow\settings, open gameconfig1.ini. under the [ADULTONLY] and [HIDDEN] sections, add a line such as: joyf=yes then it will no longer be shown in joyflow's channel list. works fine for me.
  7. L

    Hacking Joyflow a mod of wiiflow

    Anyone wanting categories in JoyFlow: change line 505 of menu_game.cpp from if (m_current_view == COVERFLOW_USB) to if (m_current_view == COVERFLOW_USB || m_current_view == COVERFLOW_CHANNEL) and change line 281 of menu_main.cpp from if (m_current_view == COVERFLOW_USB) to if (m_current_view...
  8. L

    Hacking Mighty Channels

    i have the hdd partitioned first 1tb fat32 primary active, 2nd 1tb ntfs primary. uneek works fine with nand on first partition. mighty channels/wad manager always error when enabling nand emu, with old or new revisions of the cios. wiiflow/cfg usb loader work fine reading wbfs games from the...
  9. L

    Hacking Mighty Channels

    i have exactly the same problem going from a 1tb to 2tb wd elements. But it also reutrns the same error in wad manager when trying to enable nand emulator, so is a cios issue, not a mighty channels issue.
  10. L

    Hacking SneekFlow

    sorry not really, this was basically just a quick way to use wiiflow as a channel launcher. joyflow has all the same modifications to the code that I have done, plus more to enable the uneek di interface to work with it. only idea i can think of is if you want to use joyflow as a channel...
  11. L

    Hacking Joyflow a mod of wiiflow

    Ive got joyflow installed as priiloader autoboot, and so far i havent found a game/channel that wont load for me. the only problem ive seen so far is a few small graphical errors in the game settings menu when using orchid theme instead of default, but thats all. No freezes/lockups whatsoever...
  12. L

    Hacking SneekFlow

    I use a 2tb WD MyBook and a 1tb WD Elements and havent had any trouble with either. Have you tried defragmenting? That can cause speed issues, i would try that first. Also I tried compiling that wiiflow uneek and I get dsi within 2 seconds of starting. I even changed some of the source which I...
  13. L

    Hacking SneekFlow

    nice one. Looks good. About emulating nand in wiiflow, sorry but that would be a lot more coding to do. Im still trying to get wiiflow to work with sorgs di, but cant figure out how to get the sector of the start of a file.
  14. L

    Hacking SneekFlow

    puneek wiiflow used the sneek di commands to list and mount discs. Dont have the source for sorgs di or uniiloader so have to do it the hack way i think.
  15. L

    Hacking SneekFlow