move core subsystem ID

This commit is contained in:
2023-01-26 16:20:46 +01:00
parent 7d1bf3f9ba
commit 694b885c0f
2 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,7 @@ enum : uint8_t {
SYRLINKS = 137,
SCEX_HANDLER = 138,
CONFIGHANDLER = 139,
CORE = 140,
COMMON_SUBSYSTEM_ID_END
};