mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-17 01:13:20 -03:00
`((Runnable) () -> init(context)).run()` is just a more complicated way of writing `init(context)`, and doesn't on its own launch a thread.