Skip to content

Commit

Permalink
[comrpc] add CC interface offset
Browse files Browse the repository at this point in the history
  • Loading branch information
MFransen69 committed Dec 12, 2024
1 parent 7ca8589 commit 548a843
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/com/Ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ namespace RPC {
ID_SYSTEM_METADATA = (ID_OFFSET_INTERNAL + 0x0071),

ID_EXTERNAL_INTERFACE_OFFSET = (ID_OFFSET_INTERNAL + 0x0080),
ID_EXTERNAL_QA_INTERFACE_OFFSET = (ID_OFFSET_INTERNAL + 0xA000)
ID_EXTERNAL_QA_INTERFACE_OFFSET = (0xA000),
ID_EXTERNAL_CC_INTERFACE_OFFSET = (0xCC00) // ends on 0xDFFF
};
}
}

0 comments on commit 548a843

Please sign in to comment.