Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tallbl0nde/playeventparser
- Owner: tallbl0nde
- License: mit
- Created: 2019-12-09T07:36:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T02:07:11.000Z (over 4 years ago)
- Last Synced: 2024-10-25T03:57:40.501Z (2 months ago)
- Language: Makefile
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]