Only loader gives app xp

This commit is contained in:
Willy-JL
2023-08-30 18:45:04 +02:00
parent 87faeea1ee
commit 160ab755a2
3 changed files with 10 additions and 2 deletions

View File

@@ -53,11 +53,15 @@ typedef enum {
DolphinDeedBadKbPlayScript,
DolphinDeedU2fAuthorized,
DolphinDeedGpioUartBridge,
// Values set to 0 to handle deeds in loader not by individual apps
DolphinDeedPluginStart,
DolphinDeedPluginGameStart,
DolphinDeedPluginGameWin,
// Only for pentesting apps, yielded by loader
DolphinDeedPluginInternalStart,
DolphinDeedMAX,