Actions
Emulator Issues #11530
closedARM64 JIT Bug: Sonic Unleashed Hangs During Level 2 Loading
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Current
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
5.0-14066
Description
Sonic Unleashed Hangs During Level 2 Loading on android device.
void JitArm64::ps_sumX(UGeckoInstruction inst)
function don't work correctly.
I replace JitArm64::ps_sumX
with JitArm64::FallBackToInterpreter
and it work fine.
Updated by JMC4789 over 5 years ago
- Priority changed from Normal to High
- Milestone set to Current
Please inspect.
Updated by weihuoya over 5 years ago
FALLBACK_IF(!upper && singles && d != c);
will temporary fix issue.
Updated by JosJuice over 4 years ago
- Has duplicate Emulator Issues #12142: Sonic Unleashed Hangs During Level 2 Loading added
Updated by Anonymous over 3 years ago
This is fixed by https://github.com/dolphin-emu/dolphin/pull/9458
Updated by JosJuice over 3 years ago
- Status changed from Fix pending to Fixed
- Fixed in set to 5.0-14066
Actions