Minor function signature adjustments
This commit is contained in:
parent
a2b06b7626
commit
70ddfc73d0
12 changed files with 40 additions and 29 deletions
|
|
@ -1344,7 +1344,7 @@ X86CPU.prototype.restoreProtMode = function(a)
|
|||
* UPDATES: The current speed multiplier from getSpeed() is now saved in group #3, so that your speed is preserved.
|
||||
*
|
||||
* @this {X86CPU}
|
||||
* @return {Object}
|
||||
* @return {Object|null}
|
||||
*/
|
||||
X86CPU.prototype.save = function()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue