Changelog:
[+] Re-enable optimization of JAL, JALR in the PSP code generator (Small Speed-up)
[+] Optimized ADDIU logic in the PSP code generator (Small speed-up)
[+] Simplify some logic for the Dynarec (Very Small speed-up)
[+] Added "Advanced Options" menu containing containing options that generally break more ROMs than they help. (Also for testing and bug reporting)
[!] Fixed saved Controller Configuration not being loaded on ROM Initialization (Bug #25)
* [~]Fixed a compiler warning
* [!]Fixed Batch Test framework to not need Asserts to compile [Bug #47]
* [~]Fixed typo on the Advanced Options Menu [Bug #53]
* [!]Fixed Paper Mario not playable for more than ~30 seconds [Bug #44] Note: Still has freezing issues just not as often]
* [~]Leveraged similarities between the PSP and N64 Float registers [Smaller Code] Note: More work to be done with other registers
* [~]Reverted part of changes in 432 so KnownValues are handled again. [Small speed-up under certain circumstances] Note: Need to finish testing these so faster code is earlier in logic