Add EnableOverclock argument to CoreParameters doc

This commit is contained in:
carnivoroussociety 2020-10-31 12:57:51 +10:00 committed by GitHub
parent 7b6ef69664
commit 9e9db3d36a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,10 @@ These are standard parameters which are used by the Mupen64Plus Core library. T
|M64TYPE_INT
|Force number of cycles per emulated instruction when set greater than 0.
|-
|EnableOverclock
|M64TYPE_INT
|Override cycle calculation with reduced count factor (overclock).
|-
|}
These configuration parameters are used in the Core's event loop to detect keyboard and joystick commands. They are stored in a configuration section called "CoreEvents" and may be altered by the front-end in order to adjust the behaviour of the emulator. These may be adjusted at any time and the effect of the change should occur immediately. The Keysym value stored is actually <tt>(SDLMod << 16) || SDLKey</tt>, so that keypresses with modifiers like shift, control, or alt may be used.