Skip to content

Commit

Permalink
[comrpc] add CC interface offset (#1811)
Browse files Browse the repository at this point in the history
  • Loading branch information
MFransen69 authored Dec 12, 2024
1 parent c4add9c commit d6719a0
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 d6719a0

Please sign in to comment.