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 232: | Line 232: | ||
|- | |- | ||
|getEmuObject || '''local emuObj = getEmuObject()''' || Required for all functions using emuObj | |getEmuObject || '''local emuObj = getEmuObject()''' || Required for all functions using emuObj | ||
|- | |||
| AddVsyncHook ||emuObj.AddVsyncHook()|| Set function to be done on every vsync | |||
|- | |||
| RemoveVsyncHook ||emuObj.RemoveVsyncHook()|| Remove vsynchook | |||
|- | |||
| AddBootHook ||emuObj.AddBootHook()|| Set function to be done when the game boots up | |||
|- | |||
|RemoveBootHook||emuObj.RemoveBootHook()|| remove function to be done when the game boots up | |||
|- | |- | ||
|LoadSlideshow ||emuObj.LoadSlideshow()|| | |LoadSlideshow ||emuObj.LoadSlideshow()|| | ||
Line 292: | Line 300: | ||
|- | |- | ||
| PlayVideo||emuObj.PlayVideo()|| | | PlayVideo||emuObj.PlayVideo()|| | ||
|- | |||
| AddGPUHook ||emuObj.AddGPUHook()|| | |||
|- | |- | ||
| RescaleUForUpscale ||emuObj.RescaleUForUpscale()|| | | RescaleUForUpscale ||emuObj.RescaleUForUpscale()|| | ||
Line 328: | Line 338: | ||
|- | |- | ||
| CopyFB || emuObj.CopyFB() || | | CopyFB || emuObj.CopyFB() || | ||
|-style="background-color:#D7EF54" | |-style="background-color:#D7EF54" | ||
| Pad || || | | Pad || || |