Jelajahi Sumber

Merge pull request #691 from seanpaultaylor/next

Minor fixes to Gamepad and LightTest.
Sean Paul Taylor 13 tahun lalu
induk
melakukan
41f8e18c90
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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);
     GP_ASSERT(_form);
     _form->setConsumeInputEvents(false);
     _form->setConsumeInputEvents(false);
     _id = _form->getId();
     _id = _form->getId();
-    _vendorString = "GamePlay";
-    _productString = "Virtual Gamepad";
+    _vendorString = "None";
+    _productString = "Virtual";
 
 
     for (int i = 0; i < 2; ++i)
     for (int i = 0; i < 2; ++i)
     {
     {