01-23-2016, 03:37 PM
yup, it should be like with desmune. By default, it will be activated since the start of the emulator. Which isnt ideal since it greatly slows down the gameplay.
To change that, find this part in gliconfig.ini:
and change it to this
I also changed the key to make it start to "F1".
Put "Oneframeonly" to false if you want to record an animation rather than a single frame.
Thereafter, check in your emulator folder, and a file should have been created each time you activated glintercept.
To change that, find this part in gliconfig.ini:
Code:
LogPerFrame
{
Enabled = False;
FrameStartKeys = (ctrl,shift,f);
OneFrameOnly = True;
}
and change it to this
Code:
LogPerFrame
{
Enabled = True;
FrameStartKeys = (f1);
OneFrameOnly = True;
}
Put "Oneframeonly" to false if you want to record an animation rather than a single frame.
Thereafter, check in your emulator folder, and a file should have been created each time you activated glintercept.