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

Function getDefaultDeviceName

src/OpenLoco/src/Audio/Audio.cpp:245–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243
244#ifdef __HAS_DEFAULT_DEVICE__
245 static const char* getDefaultDeviceName()
246 {
247 return StringManager::getString(StringIds::default_audio_device_name);
248 }
249#endif
250
251 const std::vector<std::string>& getDevices()

Callers 2

Audio.cppFile · 0.85
getCurrentDeviceNameFunction · 0.85

Calls 1

getStringFunction · 0.85

Tested by

no test coverage detected