Dolphin access the emulated memory from both threads all the time, so keep care about moving this two threads to different cpu.
In theory, having both threads on different cpus would allow both to run at higher frequencys (that's why the kernel scheduler move the threads between all cores), but we _do_ have cache issues. So both cpus will have to wait often for the other cpu to flush their cache.
In theory, having both threads on different cpus would allow both to run at higher frequencys (that's why the kernel scheduler move the threads between all cores), but we _do_ have cache issues. So both cpus will have to wait often for the other cpu to flush their cache.
