aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/detection.cpp
diff options
context:
space:
mode:
authorNeeraj Kumar2010-08-05 21:36:17 +0000
committerNeeraj Kumar2010-08-05 21:36:17 +0000
commit6c0855f3d3efc52478ba9ce019fbd4c9287f4691 (patch)
treedd0e4a302be50f89d693d045dc758b48480c11f5 /engines/testbed/detection.cpp
parentfee1bb28bd54f77edbe1e85135384ba9d1af9fa2 (diff)
downloadscummvm-rg350-6c0855f3d3efc52478ba9ce019fbd4c9287f4691.tar.gz
scummvm-rg350-6c0855f3d3efc52478ba9ce019fbd4c9287f4691.tar.bz2
scummvm-rg350-6c0855f3d3efc52478ba9ce019fbd4c9287f4691.zip
TESTBED: playing audio output with variable sample rates
svn-id: r51766
Diffstat (limited to 'engines/testbed/detection.cpp')
-rw-r--r--engines/testbed/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/testbed/detection.cpp b/engines/testbed/detection.cpp
index b0e3c4693b..6267be7f06 100644
--- a/engines/testbed/detection.cpp
+++ b/engines/testbed/detection.cpp
@@ -43,7 +43,7 @@ static const ADGameDescription testbedDescriptions[] = {
"",
AD_ENTRY1(NULL, 0), // No data files required
Common::EN_ANY,
- Common::kPlatformLinux,
+ Common::kPlatformPC,
ADGF_NO_FLAGS,
Common::GUIO_NONE
},