LegendOfDragoon

Results 33 comments of LegendOfDragoon

I believe you should look at tex_rect, because that's related to health bars in this game. tex_rect in 1cycle mode to be exact. Interestingly, tex_rect in 2cycle mode is used...

probably ucode detection. I can't even boot Last Legion on this current version.

I tried testing older builds and it still had the issue in a build from October 18th 2012.

I think this issue is fixed. I have not seen it in the latest version I compiled, nor the older ones. I'm going through the commit history, trying to track...

@weinerschnitzel I couldn't get it to work, unfortunately.

Weird, im not sure why I thought it was fixed. It's still present. Rice 6.1.0 does not have this issue, so it must be a regression.

i'd like to test the code, can u hop on irc?

Alright cool. I may actually go ahead and debug this later today. I don't think it's a regression because I can't play the game on any version of Rice.

The problem has to do with processDlist not calling end sync when it's apparently supposed to. A hacky workaround is to always just do *g_GraphicsInfo.MI_INTR_REG |= MI_INTR_DP at the end...

Wow, I guess there were more issues than I thought. First issue is that it crashes here https://github.com/death-droid/Rice-Video/blob/master/Parser/RSP_Parser.cpp#L704 because gUcodeFunc is null. After bypassing that issue, another problem is the...