Actions
Emulator Issues #8223
closedDatel AGP requires default exception handlers
Status:
Fixed
Priority:
Low
Assignee:
-
Category:
PPC
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
Yes
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
5.0-16737
Description
The game doesn't install exception handlers on boot like regular games that use the Nintendo SDK.
It instead relies on the handlers that the IPL install upon boot.
It does something odd that involves hitting the exception handlers that needs to be investigated.
Our non-IPL path doesn't install default handlers, but it may end up needing to do so at some point in order to properly support this game.
Since we don't only install a couple exception handlers that only do an rfi the game doesn't continue very far in the boot process without having the actual IPL running.
One could most likely start with investigating the route the game takes through the exception handlers with the IPL and attempting to replicate that without the IPL.
Actions