Recent content by mrdemkin

  1. M

    N64noAAPatcher - simple app for no-AA patch N64 ROMs

    The source codes are rather primitive. To turn off anti-aliasing, a third-party CLI-application is used. It inject Game Genie code into a ROM-file. This task can be done without using it, but I just had to process a lot of files quickly. I decided not to reinvent the wheel and use a ready-made...
  2. M

    N64noAAPatcher - simple app for no-AA patch N64 ROMs

    It works only in Windows OSs, with .NET Framework. For patching uses CLI-apps u64aap and rn64crc. Description I made this little app just to automate tasks that I need to do for several hundred ROM-files. I use it just once. I'm not sure if it will be useful to anyone. Yes, it far from...