JayFoxRox / xqemu-espes

Archive only. Repository moved to JayFoxRox/xqemu
https://github.com/JayFoxRox/xqemu
24 stars 1 forks source link

Support blit surface format 0x4 #20

Closed JayFoxRox closed 7 years ago

JayFoxRox commented 7 years ago

Used in "Just Cause"

JayFoxRox commented 7 years ago

This is here for testing - exactly for that reason.

I'm not sure if the blit does anything else (format conversion / stretching) other than moving data around. However ,it's a quick-fix and is similar to how the existing code works.

This is also certainly a part we'll be hw testing in the future; Code quality is not too important - worst case scenario is some video playback being broken.

Please don't commit-comment. Use a PR comment instead. I'll be force pushing often and it's hard to keep track of comments this way

JohnGodgames commented 7 years ago

Tested and now: just cause xqemu

Crash at https://github.com/espes/xqemu/blob/xbox/hw/xbox/nv2a.c#L1510

JayFoxRox commented 7 years ago

Moved to espes