(10-03-2016, 04:40 PM)Super David Wrote: I have been able to compile a recent build of Dolphin, and I was sort of able to get saves to load online, but not without issues. Does anyone happen to know what would need to be changed in the source code to have the saves working online like in 4.0-6502? I am, of course, just talking about compiling a build for myself, and I also realize that it might too complicated to change it back that easily.
In Source/Core/Core/HW/HW.cpp, there's a call to InitializeWiiRoot. Replace the "Core::g_want_determinism" in there with "false". I don't know if this will work well, but if there is any simple way to do it, it's likely this.
