X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=retrace%2Fd3dcommonretrace.py;h=75262c2c62a1457db7dbb677d82a8cf7be640c6a;hb=81301939f025407ceb284a9dcd5d5a1f05d27b8f;hp=ea09eb01bab5e475411fde8b76757223d8246e5e;hpb=2b807458f983e01e6c5c49a6c77ee28a145a1b2d;p=apitrace diff --git a/retrace/d3dcommonretrace.py b/retrace/d3dcommonretrace.py index ea09eb0..75262c2 100644 --- a/retrace/d3dcommonretrace.py +++ b/retrace/d3dcommonretrace.py @@ -33,14 +33,14 @@ import specs.stdapi as stdapi class D3DRetracer(Retracer): - def retraceApi(self, api): + def retraceModule(self, api): print '// Swizzling mapping for lock addresses' print 'static std::map _maps;' print self.table_name = 'd3dretrace::d3d_callbacks' - Retracer.retraceApi(self, api) + Retracer.retraceModule(self, api) def invokeFunction(self, function): # create windows as neccessary