MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / reinitialise

Function reinitialise

src/OpenLoco/src/Audio/Audio.cpp:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 }
186
187 static void reinitialise()
188 {
189 disposeDSound();
190 initialiseDSound();
191 }
192
193 static size_t getDeviceIndex(const std::string_view& deviceName)
194 {

Callers 1

setDeviceFunction · 0.85

Calls 2

disposeDSoundFunction · 0.85
initialiseDSoundFunction · 0.85

Tested by

no test coverage detected