daedalus/Source/SysPSP/PRX/DveMgr/exports.exp
2019-02-27 17:04:51 +11:00

22 lines
685 B
Text

# Define the exports for the prx
PSP_BEGIN_EXPORTS
# These four lines are mandatory (although you can add other functions like module_stop)
# syslib is a psynonym for the single mandatory export.
PSP_EXPORT_START(syslib, 0, 0x8000)
PSP_EXPORT_FUNC_HASH(module_start)
PSP_EXPORT_VAR_HASH(module_info)
PSP_EXPORT_FUNC(module_stop)
PSP_EXPORT_END
PSP_EXPORT_START(pspDveManager, 0, 0x4001)
PSP_EXPORT_FUNC_HASH(pspDveMgrCheckVideoOut)
PSP_EXPORT_FUNC_HASH(pspDveMgrSetVideoOut)
PSP_EXPORT_END
PSP_EXPORT_START(pspDveManager_driver, 0, 0x0001)
PSP_EXPORT_FUNC_HASH(pspDveMgrCheckVideoOut)
PSP_EXPORT_FUNC_HASH(pspDveMgrSetVideoOut)
PSP_EXPORT_END
PSP_END_EXPORTS