aboutsummaryrefslogtreecommitdiffstats
path: root/examples/common/alhelpers.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-10-31 17:16:56 -0700
committerChris Robinson <[email protected]>2012-10-31 17:16:56 -0700
commit4e281350a017f35dd4c4141a20de5e5d88316e32 (patch)
tree990d60d7b3d6305979837f6032a64f4fbc1f35e0 /examples/common/alhelpers.c
parente868dad61c3f95008298e7870453526213ef1492 (diff)
Print the name of the device when opening it in the example apps
Diffstat (limited to 'examples/common/alhelpers.c')
-rw-r--r--examples/common/alhelpers.c1
1 files changed, 1 insertions, 0 deletions
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;
}