Search results

  1. Antidote

    "Mario Party 4" decompilation project reaches completion

    Not the same how? We've taken great pains to architect aurora in such a way that things like the GX API are as close to the original API as possible. Our work on metaforce is *key* in that endeavor, aurora exists *because* of metaforce so saying "This is not the same" is entirely missing the point.
  2. Antidote

    "Mario Party 4" decompilation project reaches completion

    This is just incorrect, while aurora doesn't have complete API coverage, it's definitely able to get a game running *now*
  3. Antidote

    Hacking Wiimms SZS Tools

    @Wiimm In conforming our own utility, nodtool, to your directory structure, we (@jackoalan and I) noticed something that's kind of confused us. `wit extract` exports the `/disc` directory per partition rather than putting it in the root. We were wondering if it would be possible for you to move...
  4. Antidote

    Homebrew I would like to know on how to use the Super Nintendo game saves on Gamefaqs site

    There are several tools you can use to decrypt a data.bin, unfortunately my library currently doesn't provide windows builds of any of the utilities I've written using it (I'm a linux developer primarily)
  5. Antidote

    Emulation [RELEASE] Cemu - Wii U emulator

    I'm not trolling, you're the one performing ad-hom attacks while I'm trying to convey information that you simply ignore in your crusade against anything non-windows. I was willing to let it go, but you decided to attack me after I agreed with you for goodness sakes, I disagreed with a few...
  6. Antidote

    Emulation [RELEASE] Cemu - Wii U emulator

    Did you not even read my post? Source code access makes coming up with proper solutions far more easy, security analysts for windows don't have that. Linux has literally thousands of people scouring the code looking for potential issues, and they're found, patched, and published within hours...
  7. Antidote

    Emulation [RELEASE] Cemu - Wii U emulator

    Wow, you're wholly misinformed, there is a security bug in the NT kernel that's been there since the late 90s, and it's still there, Microsoft takes they're time to fix the bugs, because they aren't doing it at all, OS X and Linux are able to get patches as fast as they do because security...
  8. Antidote

    Emulation [RELEASE] Cemu - Wii U emulator

    If you think I'm a mac enthusiast @JanetMerai, you're wrong, however that doesn't make what you said incorrect, and I agree with most of it, however from a technical standpoint Windows is an unmitigated disaster, and I'm not sure where you got the idea that windows fans are more 'technical' a...
  9. Antidote

    Emulation [RELEASE] Cemu - Wii U emulator

    How cute, Microsoft debunking claims about their operating system, Microsoft will always defend their brand. I'm a developer myself and I'm constantly having to fight with the APIs in order to get them to behave the way they're advertised, something which is actually surprisingly difficult. COM...
  10. Antidote

    Emulation [RELEASE] Cemu - Wii U emulator

    A) Changing RAM slots won't fix a memory leak, that's hardware 101, B) Windows 10 (all versions really) is rife with resource management issues, especially memory it wouldn't surprise me at all if anyone is experiencing memory leaks because windows misconfigured itself, it's known to do that...
  11. Antidote

    Hardware WBFS HDD: Not initialized

    Are you running WBFSManager as admin?
  12. Antidote

    Homebrew SaveGame Manager GX

    I don't think it's possible to install a title properly without the Ticket and TMD, you MIGHT be able to add it to titles.db manually, but I don't suggest trying on real HW (high risk of brickage)
  13. Antidote

    Hardware Amuse, C++ MusyX reimplementation

    Over the past couple weeks my friend @jackoalan has been hard at work reverse engineering and reimplementing MusyX into a new library we've dubbed "Amuse", it's ultimate goal is to be fully compatible with MusyX files while providing a modern API. To achieve this we're in need of a catalog of...
  14. Antidote

    Hacking DSPADPCM (.dsp audio) Encoding Made Easy!

    Retro cheated a little by having both left and right channels as separate files in MP1.
  15. Antidote

    Hacking ModMii, just what is the point?

    Fixed that for you, but yeah he's right, ModMii isn't for you if you're not concerned about things like NEEK or mass updating of cIOSes.
  16. Antidote

    Emulation [RELEASE] Cemu - Wii U emulator

    No, no it's not, if you want to learn how the hardware works, get a game, and debug that, all the SDK gives you is static analysis, which only gets you so far. Actively playing a game while watching registers and memory content is FAR more informative than reading somebody else's code which has...
  17. Antidote

    Emulation [RELEASE] Cemu - Wii U emulator

    It's been said by people who are more informed than I am: the SDK serves no purpose for anything other than squashing curiosity. It doesn't tell you anything about how the hardware atually functions down at the opcode level.
  18. Antidote

    Emulation [RELEASE] Cemu - Wii U emulator

    Even if you disassemble it it's not going to do you any good without symbols and a decent understanding of how PowerPC works.
  19. Antidote

    Emulation [RELEASE] Cemu - Wii U emulator

    Oh, another thing, the source @DarkFlare69 posted is to System.Drawing, which is technically illegal, so mods should remove it.
  20. Antidote

    Emulation [RELEASE] Cemu - Wii U emulator

    That's quite the feat considering cemu doesn't reference mscorelib.dll, and no it's not a compressed executable. It's a standard stripped PE-COFF built in release mode.