mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
859eeb6d5b
When the fastmem loadstore would fail, we would disassemble a few instructions to determine if lhbrx or lhz* This was failing since I was checking the REV16 instruction that appears after the LDRH. Fixed it to make sure it was checking the correct instruction which is SXTH. Fixes an issue where homebrew wouldn't load with fastmem enabled.