Skip to content

Commit

Permalink
CCAPI Fix name of enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
iMoD1998 committed Jan 4, 2022
1 parent 547fe4b commit ca7fe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ps3api/ccapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class NotifyIcon(CEnum):
NOTIFY_TROPHY3 = (18)
NOTIFY_TROPHY4 = (19)

class StatusLed(CEnum):
class ConsoleType(CEnum):
UNK = (0)
CEX = (1)
DEX = (2)
Expand Down

0 comments on commit ca7fe04

Please sign in to comment.