Adds PlayStation

This commit is contained in:
Hyper-Z 2023-08-12 12:20:37 +07:00 committed by GitHub
parent f3180569d8
commit e314c9394f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,4 +35,5 @@ var FrameMap = map[string]FrameType{
"rick": Rick,
"can-you-hear-me": Rick,
"donut": Donut,
"playstation": PlayStation,
}