Recent content by Marcelo20XX

  1. M

    The Ocarina of Time decompilation project is complete, source code fully reverse engineered

    I will be experimenting with the code to tweak the game once again to my liking, changing many things like the HUD and disabling NAVI. But I will wait until a PC Port akin to Super Mario 64 is being worked on...
  2. M

    Retroarch Reicast core Gameshark code conversion

    You need to correct the following lines: //must be in decimal cheat0_address = "2518056‬" //you got it wrong here cheat0_address_bit_position = "0" //also put a new description cheat0_desc = "Widescreen" //is enable or not? cheat0_enable = "true" //always use Retroarch for the handler aka leave...