Author Message

amilmand

00
Posts: 259

Location: ---
Occupation:
Age:
V$:
#138581   2018-03-09 22:15          
the
RawEdit.setI(0x00618670,1);
should only go to the enter function
the
RawEdit.setI(0x00618670,0);
line only to the exit.

This line sets the "limit memory to a minimum mode" on hence the ...,1)
RawEdit.setI(0x00618670,1);
This line sets the "limit memory to a minimum mode" off hence the ...,0)
RawEdit.setI(0x00618670,0);
you want to minimise the memory when the enter() is called but the exit() is not yet or as when you are in the catalog

Also you will need the d3d9.dll named like that as this is enforced by reshade.