clementgallet / libTAS

GNU/Linux software to (hopefully) give TAS tools to games
GNU General Public License v3.0
494 stars 56 forks source link

Add `Platform: Flash` to annotations automatically for Ruffle #614

Closed vadosnaprimer closed 3 months ago

vadosnaprimer commented 3 months ago

Only needed for tasvideos submissions, but people forget to do it all the time. Ruffle is a Flash-only emulator, so should at least be safe to hardcode.

Randomno commented 3 months ago

Related to #551 but doesn't look like that's going anywhere, so this is a better option

vadosnaprimer commented 3 months ago

Hmm, actually including the executable name would be neater since we could deduce the platform directly that way.

vadosnaprimer commented 3 months ago

I found out it's already there and we should be using it https://github.com/clementgallet/libTAS/blob/c890635d47748b3d5e480b2a552ef2724fbdaf87/src/program/movie/MovieFileHeader.cpp#L133