MOHAWK: Display a GUI error message when no audio devices are available
This commit is contained in:
parent
b4ae4bcd8c
commit
3b794d2633
7 changed files with 19 additions and 3 deletions
|
@ -42,6 +42,8 @@ static String errorToString(ErrorCode errorCode) {
|
|||
return _s("Game id not supported");
|
||||
case kUnsupportedColorMode:
|
||||
return _s("Unsupported color mode");
|
||||
case kAudioDeviceInitFailed:
|
||||
return _s("Audio device initialization failed");
|
||||
|
||||
case kReadPermissionDenied:
|
||||
return _s("Read permission denied");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue