You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vita-toolchain/yml_template/nid_db_classic.yml

25 lines
810 B
YAML

version: 2
firmware: 3.60
modules:
SceSomethingModule:
# nid has been deprecated. Please use the "fingerprint" key instead.
nid: 0xDEADBEEF
fingerprint: 0xDEADBEEF
libraries:
SceLibSomething:
# kernel key
# true: stub name will be the library name
# false: stub name will be the module name
kernel: false
# stubname key : Specify stubname directly.
# The version key is available from nid_db_classic_v3.
stubname: SceSomething
nid: 0x12345678
# library's version.
# The version key is available from nid_db_classic_v2.
version: 1
functions:
sceSomethingGetState: 0x9ABCDEF0
sceSomethingSetState: 0x1A2B3C4D
variables:
sceSomethingState: 0x9ABCDEF0