Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tallbl0nde/playeventparser

Dumps PlayEvents stored on the Switch for analysis
https://github.com/tallbl0nde/playeventparser

Last synced: 20 days ago
JSON representation

Dumps PlayEvents stored on the Switch for analysis

Awesome Lists containing this project

README

        

# 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]