Dolphin SVN changelog:
r5902
I missed some cases in r5901:
Because we only ever call Pos_ReadDirect (and through that, DataRead
from JIT generated code, the compiler may not get the heads-up to properly
prepare for run-time instantiation of those template functions.
Explicitly instantiating Pos_ReadDirect gets around that issue.
Also force DataRead* inline as gcc didn't always do that itself when the
DataRead functions in turn were called from (other) template functions.
Download:Dolphin SVN r5902 x86
Download:Dolphin SVN r5902 x64
Source:Here
:)good
ReplyDelete