mirror of
https://github.com/joel16/uofw.git
synced 2024-11-23 03:29:43 +00:00
mlnbridge_msapp: Generate exports using prxtool
This commit is contained in:
parent
2e519bda41
commit
1989dba3dc
@ -1,11 +1,6 @@
|
||||
# Copyright (C) 2011, 2012 The uOFW team
|
||||
# See the file COPYING for copying permission.
|
||||
|
||||
# Export file automatically generated with prxtool
|
||||
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, 0x0000, 0x8000)
|
||||
PSP_EXPORT_FUNC_HASH(module_start)
|
||||
PSP_EXPORT_FUNC_HASH(module_stop)
|
||||
@ -19,13 +14,13 @@ PSP_EXPORT_FUNC_NID(sceMlnBridge_msapp_driver_C41F1B67, 0xC41F1B67)
|
||||
PSP_EXPORT_END
|
||||
|
||||
PSP_EXPORT_START(sceMlnBridge_msapp, 0x0011, 0x4001)
|
||||
PSP_EXPORT_FUNC_NID(sceMlnBridge_msapp_0398DEFF,0x0398DEFF)
|
||||
PSP_EXPORT_FUNC_NID(sceMlnBridge_msapp_3811BA77,0x3811BA77)
|
||||
PSP_EXPORT_FUNC_NID(sceMlnBridge_msapp_494B3B0B,0x494B3B0B)
|
||||
PSP_EXPORT_FUNC_NID(sceMlnBridge_msapp_7AD66017,0x7AD66017)
|
||||
PSP_EXPORT_FUNC_NID(sceMlnBridge_msapp_CC6037D7,0xCC6037D7)
|
||||
PSP_EXPORT_FUNC_NID(sceMlnBridge_msapp_D527DEB0,0xD527DEB0)
|
||||
PSP_EXPORT_FUNC_NID(sceMlnBridge_msapp_F02B9478,0xF02B9478)
|
||||
PSP_EXPORT_FUNC_NID(sceMlnBridge_msapp_0398DEFF, 0x0398DEFF)
|
||||
PSP_EXPORT_FUNC_NID(sceMlnBridge_msapp_3811BA77, 0x3811BA77)
|
||||
PSP_EXPORT_FUNC_NID(sceMlnBridge_msapp_494B3B0B, 0x494B3B0B)
|
||||
PSP_EXPORT_FUNC_NID(sceMlnBridge_msapp_7AD66017, 0x7AD66017)
|
||||
PSP_EXPORT_FUNC_NID(sceMlnBridge_msapp_CC6037D7, 0xCC6037D7)
|
||||
PSP_EXPORT_FUNC_NID(sceMlnBridge_msapp_D527DEB0, 0xD527DEB0)
|
||||
PSP_EXPORT_FUNC_NID(sceMlnBridge_msapp_F02B9478, 0xF02B9478)
|
||||
PSP_EXPORT_END
|
||||
|
||||
PSP_END_EXPORTS
|
||||
PSP_END_EXPORTS
|
||||
|
Loading…
Reference in New Issue
Block a user