libretro / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
38 stars 60 forks source link

Fix minor typo (harmless cast of a buffer to an incorrect type) #162

Closed jdgleaver closed 3 years ago

jdgleaver commented 3 years ago

This trivial PR fixes an improper cast due to a typo. This is harmless, since the affected buffer is implicitly cast to the correct type immediately after, but typos should not be tolerated....