Rémi Bernon (@rbernon) commented about dlls/winebus.sys/main.c:
InitializeCriticalSectionEx(&ext->cs, 0, RTL_CRITICAL_SECTION_FLAG_FORCE_DEBUG_INFO); ext->cs.DebugInfo->Spare[0] = (DWORD_PTR)(__FILE__ ": cs");
- /* Overcooked! All You Can Eat only adds controllers with unique serial numbers
* Prefer keeping serial numbers unique over keeping them consistent across runs */
- make_unique_serial(ext);
Let's remove the code that does the same in bus_sdl.c only while at it.