mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-04-27 13:10:51 -07:00
Conversions from void* to the proper data type are well-defined and supported by static_cast. We don't need to use reinterpret_cast here.
Conversions from void* to the proper data type are well-defined and supported by static_cast. We don't need to use reinterpret_cast here.