Skip to content

Commit

Permalink
Added some FIXMEs.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 4, 2018
1 parent b8c8e19 commit c08f420
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mojoal.c
Expand Up @@ -1001,9 +1001,11 @@ const ALCchar *alcGetString(ALCdevice *device, ALCenum param)
return DEFAULT_CAPTURE_DEVICE;

case ALC_DEVICE_SPECIFIER:
FIXME("should return NULL if device->iscapture?");
return device ? device->name : calculate_sdl_device_list(0);

case ALC_CAPTURE_DEVICE_SPECIFIER:
FIXME("should return NULL if !device->iscapture?");
return device ? device->name : calculate_sdl_device_list(1);

case ALC_NO_ERROR: return "ALC_NO_ERROR";
Expand Down

0 comments on commit c08f420

Please sign in to comment.