-
-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some titles have scissor issues #312
Comments
This type of issue is well suited to the issue template that I have created. It will guide you on which information to provide and make it easier to track which titles are affected. Please follow the template next time you file an issue. |
More games that uses that function: Battlefield 2 Modern Combat |
Another game that uses this function: Predator Concrete Jungle |
Shikigami-no-Shiro series and Mafia suffer from this issue |
The Punisher game has subtitles during gameplay, that without this fix, get zoomed in on when they pop-up. |
Other titles affected |
I have confirmed D3DDevice_SetScissors is the cause of the last remaining crashing issue in Shadow the Hedgehog. Demo of issue + resolution with patching the function |
@dreamsyntax I saw on your YouTube channel that you play through it did you 100% the game. |
@Triticum0 Yes. It works as expected minus the SetScissors causing crashes in the 2P-GAME mode for "Shadow the Hedgehog" title. From my description when I tested v0.6 (release ver)
|
An update on this, The mode renders and plays correctly without any obvious issues. |
Thanks |
Scissors Hack
This is a hack, but shows the function that has the issue in the emulator, as a by product games get a significant boost in performance. Madden 2005 I was getting 22fps and with the change I got 60fps. This was observed in most cases.
Change the following in HEX editor, and if the function is used it will fix some of the issues caused with xemu and
_D3DDevice_SetScissors_
HEX [ 85 D2 0F 85 B1 00 00 00 8B 95 E0 0E = 85 D2 0F 86 B1 00 00 00 8B 95 E0 0E ]
Games Tested
Batman Begins
Colin McRae Rally 2005
Close Combat: First to Fight: United States Marines
Madden 2005
Spikeout Battle Street
The text was updated successfully, but these errors were encountered: