浏览代码

Merge pull request #691 from seanpaultaylor/next

Minor fixes to Gamepad and LightTest.
Sean Paul Taylor 13 年之前
父节点
当前提交
41f8e18c90
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      gameplay/src/Gamepad.cpp

+ 2 - 2
gameplay/src/Gamepad.cpp

@@ -16,8 +16,8 @@ Gamepad::Gamepad(const char* formPath)
     GP_ASSERT(_form);
     _form->setConsumeInputEvents(false);
     _id = _form->getId();
-    _vendorString = "GamePlay";
-    _productString = "Virtual Gamepad";
+    _vendorString = "None";
+    _productString = "Virtual";
 
     for (int i = 0; i < 2; ++i)
     {