sifadil / pcsx2-playground

Automatically exported from code.google.com/p/pcsx2-playground
2 stars 0 forks source link

rev703 is incomplete #149

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It's not enough to remove some old pFnptr from asm file -- all of them must
be changed to new. I change all instance of 

and SOMETHING, 0x0ffffff 

to

shl SOMETHING, 4

And it's works.

Original issue reported on code.google.com by Zeydl...@gmail.com on 5 Feb 2009 at 4:08

Attachments:

GoogleCodeExporter commented 8 years ago
Committed.

Original comment by arcum42@gmail.com on 5 Feb 2009 at 8:53

GoogleCodeExporter commented 8 years ago
Gah!  Damn REG_ macros are the bane of my existence >_<

Original comment by Jake.Stine on 5 Feb 2009 at 8:59

GoogleCodeExporter commented 8 years ago
Well, you could always go through a sweep and remove all of them...

Original comment by arcum42@gmail.com on 5 Feb 2009 at 9:09