Skip to content

Dumps PlayEvents stored on the Switch for analysis

License

Notifications You must be signed in to change notification settings

zdm65477730/PlayEventParser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PlayEventParser

Simple C++ homebrew for the Nintendo Switch which reads + dumps the "important bits" of PlayEvent.dat to the SD Card. This was created to help me work on NX-Activity-Log, but it's here should I need it again + for others to explore their play events.

Format

Each relevant PlayEvent is dumped with the format:

APPLET: [title id] [event type] [user clock timestamp] [steady clock timestamp]

OR

ACCOUNT: [user id] [event type] [user clock timestamp] [steady clock timestamp]

About

Dumps PlayEvents stored on the Switch for analysis

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 71.0%
  • Makefile 29.0%