Version
3.5-2322
Branch
gecko-fix
Date
9 years, 7 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
c43060fb8c46d406cfb0dc02a420939de7c30e85
Change author
comex
Change description
Fix Gecko code handler:

- Store the codes in some imaginary memory past the end of MEM1 to
  avoid size limits, and patch the codehandler to use this memory.

- Don't single step on every frame in order to detect when the
  codehandler has finished running, which could be slow.  Instead,
  make a HLE function to restore LR/PC/R1 to the pre-codehandler
  values and have the codehandler return to that.