Advertisement
Guest User

code

a guest
Jan 21st, 2011
741
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. .set noreorder
  2.  
  3. #include "pspstub.s"
  4.  
  5. STUB_START "sceCtrl_driver",0x00010000,0x00050005
  6. STUB_FUNC 0x18654FC0,sceCtrlPeekBufferPositive
  7. STUB_FUNC 0x02DD57CF,sceCtrlPeekBufferNegative
  8. STUB_FUNC 0x9F3038AC,sceCtrlReadBufferPositive
  9. STUB_FUNC 0xEB5F1D7A,sceCtrlReadBufferNegative
  10. STUB_FUNC 0x33AB5BDB,sceCtrl_driver_5E77BC8A
  11. STUB_END
  12.  
  13. STUB_START "scePower_driver",0x00010000,0x00010005
  14. STUB_FUNC 0x6C4F9920,scePowerTick
  15. STUB_END
  16.  
  17. STUB_START "sceDisplay_driver",0x00010000,0x00060005
  18. // STUB_FUNC 0x00000000,sceDisplayEnable
  19. // STUB_FUNC 0x00000000,sceDisplayDisable
  20. STUB_FUNC 0xCCEEA6BB,sceDisplay_driver_5B5AEFAD
  21. STUB_FUNC 0x89FD2128,sceDisplaySetBrightness
  22. STUB_FUNC 0x3A5621E0,sceDisplayGetBrightness
  23. STUB_FUNC 0x21F912F4,sceDisplayGetVcount
  24. STUB_END
  25.  
  26. STUB_START "LoadCoreForKernel",0x00010000,0x00010005
  27. STUB_FUNC 0xEF8A0BEA,sceKernelFindModuleByName
  28. STUB_END
  29.  
  30. STUB_START "SysMemForKernel",0x00010011,0x00020005
  31. STUB_FUNC 0x00E9A04A,sceKernelSetDdrMemoryProtection
  32. // STUB_FUNC 0x00000000,sceKernelGetModel
  33. STUB_END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement