From 4e281350a017f35dd4c4141a20de5e5d88316e32 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 31 Oct 2012 17:16:56 -0700 Subject: Print the name of the device when opening it in the example apps --- examples/common/alhelpers.c | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/common/alhelpers.c') diff --git a/examples/common/alhelpers.c b/examples/common/alhelpers.c index 84d6dad3..4582321c 100644 --- a/examples/common/alhelpers.c +++ b/examples/common/alhelpers.c @@ -62,6 +62,7 @@ int InitAL(void) return 1; } + printf("Opened \"%s\"\n", alcGetString(device, ALC_DEVICE_SPECIFIER)); return 0; } -- cgit v1.2.3