RPCS3 / discord-bot

Source code for RPCS3's Discord bot.
https://rpcs3.net/
GNU Lesser General Public License v2.1
58 stars 45 forks source link

Update log parsing to detect new XFloat modes #940

Closed MSuih closed 11 months ago

MSuih commented 1 year ago

XFloat was changed from 3 separate booleans to one enum with 4 values. This needs to be updated in bot log parsing as well.

Related PR: https://github.com/RPCS3/rpcs3/pull/14247