MCPcopy Create free account
hub / github.com/Boomslangnz/FFBArcadePlugin / ThreadForForcedSpring

Function ThreadForForcedSpring

Game Files/MAMESupermodel.cpp:1483–1487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1481}
1482
1483DWORD WINAPI ThreadForForcedSpring(LPVOID lpParam)
1484{
1485 ForceSpringEffect = true;
1486 return 0;
1487}
1488
1489DWORD WINAPI ThreadForDaytonaStartEffect(LPVOID lpParam)
1490{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected