mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-20 04:02:24 -04:00
Getting serializables without explicitly stating the type is deprecated in Android 13. However we still need a way to get a serializable in versions below that. Now with these we can avoid repeating the same if block.