Recent content by themind

  1. themind

    Project 64 Save State Bug?

    I just fixed a bug in 64th Note, which is pretty much just PJ64 1.4 crammed into a Winamp plugin, which involved the fact that the Status register (33rd entry in COP0 reg array) isn't initalized because it isn't in the save state... This caused problems, uninitalized data is never a good thing...
  2. themind

    RSP recompiler MMX optimization bug

    The RSP recompiler is very fast and nearly perfect and I'm very greatful for that, but I've found a bug in v1.4 which I'm fairly sure is in v1.5 as well. It is most noticeable with the bass in Legend of Zelda: Majora's Mask, it appears as a clicking during the decay. It can also be heard in a...
  3. themind

    RSP plugin memory leak

    I don't know if this is an issue with 1.5, but I've found a memory leak in the RSP plugin from 1.4. In the FreeMemory() function in memory.c there should be the following line: VirtualFree( JumpTables, 0 , MEM_RELEASE); There is already a line to free JumpTable, but not JumpTables. I know...

Top