Recent content by JPeterson

  1. J

    Homebrew does 3ds have close_lid or onGameClose system calls that i can simulate

    a small game called shifting world apparently only save when the game is terminated i want to explore this in home brew if i can listen for onGameClose and possibly call it from citra i haven't found it yet should be something in system calls...
  2. J

    ROM Hack Zelda: Spirit Tracks - Save Editing? :S

    this applies to phantom hourglass but might work in principle in spirit tracks if you find the correct address if the JEZA signature is left intact i have not looked at the spirit tracks save file you can graft the 0x80*2 bytes profile sections from another save where you have the name you want...
  3. J

    Hacking wwt+wit: Wiimms WBFS+ISO Tools

    ### Command line trim Do you want to add a `wit trim` that's similar to `wit scrub` but remove the padding instead of marking it as sparse? Is there a command line program that trim GC and Wii ISOs? I want a command line tool to trim (rather than sparse) GC and Wii ISOs because *...
  4. J

    Hacking wwt+wit: Wiimms WBFS+ISO Tools

    Ok thanks. Sure, here it is: >wit dump "Super Mario Sunshine (NTSC).iso" --show intro,usage,map Dump of file /cygdrive/.../Super Mario Sunshine (NTSC).iso ISO file size: 57058000/hex = 1459978240 = 1392 MiB Scrubbed size: 46160000/hex = 1175846912 = 1121 MiB, 80.5%, 35884*32K File & disc...
  5. J

    Hacking wwt+wit: Wiimms WBFS+ISO Tools

    Thanks fot your response. Then I need the line of code that decides what blocks are scrubbed and not. I'm fairly sure, I linked to a C# program here http://gbatemp.net/t...ost__p__3974252 that produced the output '> sparse "Super Mario Sunshine (NTSC).iso" Size: 1 459 978 240 Size on disk: 1...
  6. J

    Hacking wwt+wit: Wiimms WBFS+ISO Tools

    How do I see if a write is skipped? On which line is a write skipped? Please link to the relevant line. Here's the trace output in wit.zip https://skydrive.liv...100029B30%21255 if you see anything odd from that. Ok so should I use the beta or release branch now? And how do I get PRINT and...
  7. J

    Hacking wwt+wit: Wiimms WBFS+ISO Tools

    Ok but where, can you link to the code in the viewvc? at "// skip holes"? in SparseHelper()?
  8. J

    Hacking wwt+wit: Wiimms WBFS+ISO Tools

    Thx. Now what should I look for? I guess I'm in SparseHelper()? How do I check if the sparse block write succeeded or failed? This is the default debug test output, I dunno if it says anything about if the sparse write will fail or not ***** wit: Wiimms ISO Tool v2.00b r0 cygwin - Dirk...
  9. J

    Hacking wwt+wit: Wiimms WBFS+ISO Tools

    I use the Beta branch, but my problem now is that I don't get any TRACE even though I did make debug so all files are built with -DDEBUG.
  10. J

    Hacking wwt+wit: Wiimms WBFS+ISO Tools

    You mean PM? I didn't geet any PM I belive. I don't think that's the problem in this case, I tried it on two different NTFS disks with the exact same files working and not working. Why would fragmentation matter? The sparse blocks don't take any space right? Does the data parts need to be in a...
  11. J

    Hacking wwt+wit: Wiimms WBFS+ISO Tools

    But the problem is wit r3138 doesn't save the space as a sparse blocks on NTFS for two thirds of my isos, for ext4 it does though. so there's probably a bug in the NTFS sparse block code. examples below. (sparse is this program https://skydrive.liv...5&sc=documents.) > wit dump "Super Mario...
  12. J

    Hacking wwt+wit: Wiimms WBFS+ISO Tools

    I'm using r3138 windows and ntfs sparse files fail for two thirds of my gamecube isos, i.e "wit isosize file.iso" shows a size below 1 459 978 240 bytes, as little as 300 MB or less, but the size on disk is the full 1 459 978 240 bytes after "wit scrub file.iso", "wit convert file.iso" or "wit...