Skip to content
#

xbox360

Here are 93 public repositories matching this topic...

xenia
Triang3l
Triang3l commented Jun 26, 2021

In Xenia, there are two kinds of declarations of kernel notification IDs:

  • System notifications IDs are used simply as hard-written values, without any enum/consts/#defines, with merely comments indicating their original XN_SYS name.
  • XAM apps (such as XmpApp) have notification IDs declared in their classes, as private static const uint32_t kMsg….

For future convenience especially when

Improve this page

Add a description, image, and links to the xbox360 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xbox360 topic, visit your repo's landing page and select "manage topics."

Learn more