Editing PSP Emulation
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 389: | Line 389: | ||
|- | |- | ||
| RemoveHook || axObj.RemoveHook() || | | RemoveHook || axObj.RemoveHook() || | ||
|- | |||
|SetPC|| axObj.SetPC() || | |||
|- | |||
|GetPC|| axObj.GetPC() || | |||
|- | |- | ||
| BurnCycles|| axobj.BurnCycles() || Could be an option to overclock cpu at a hooked offset | | BurnCycles|| axobj.BurnCycles() || Could be an option to overclock cpu at a hooked offset | ||
Line 399: | Line 403: | ||
|- | |- | ||
| gpr require || '''local gpr = require("ax-gpr-alias")''' || Required for any command that includes gpr registers | | gpr require || '''local gpr = require("ax-gpr-alias")''' || Required for any command that includes gpr registers | ||
|- | |- | ||
| GetGpr || axObj.GetGpr() || | | GetGpr || axObj.GetGpr() || | ||
Line 459: | Line 459: | ||
|- | |- | ||
|} | |} | ||
====Examples==== | ====Examples==== | ||
<br>'''''LUA example:''''' | <br>'''''LUA example:''''' |