2
0
Эх сурвалжийг харах

Add GamePad to the Aiming and ChaseAndEvade app.xml files so that PSM GamePad API doesn't crash with a cryptic error message.

Kevin Gadd 12 жил өмнө
parent
commit
eb7fe5dd04
2 өөрчлөгдсөн 38 нэмэгдсэн , 0 устгасан
  1. 19 0
      Aiming/app.xml
  2. 19 0
      ChaseAndEvade/app.xml

+ 19 - 0
Aiming/app.xml

@@ -1,10 +1,29 @@
 <?xml version="1.0" encoding="utf-8"?>
 <application project_name="Aiming" version="1.00" runtime_version="1.11" sdk_version="1.11.00" default_locale="en-US">
+  <name />
+  <short_name />
+  <parental_control lock_level="2" />
+  <rating_list highest_age_limit="3" has_online_features="false">
+    <online_features chat="false" personal_info="false" user_location="false" exchange_content="false" />
+    <rating type="ESRB" value="3" age="3" code="" />
+    <rating type="PEGIEX" value="3" age="3" code="" />
+  </rating_list>
+  <images />
+  <genre_list />
+  <developer>
+    <name value="" />
+  </developer>
+  <website href="" />
+  <copyright author="" />
+  <purchase>
+    <product_list />
+  </purchase>
   <runtime_config>
     <memory managed_heap_size="32768" resource_heap_size="65536" />
     <display max_screen_size="1920x1200" />
     <camera max_capture_resolution="2048x1536" />
   </runtime_config>
   <feature_list>
+    <feature value="GamePad" />
   </feature_list>
 </application>

+ 19 - 0
ChaseAndEvade/app.xml

@@ -1,10 +1,29 @@
 <?xml version="1.0" encoding="utf-8"?>
 <application project_name="ChaseAndEvade" version="1.00" runtime_version="1.11" sdk_version="1.11.00" default_locale="en-US">
+  <name />
+  <short_name />
+  <parental_control lock_level="2" />
+  <rating_list highest_age_limit="3" has_online_features="false">
+    <online_features chat="false" personal_info="false" user_location="false" exchange_content="false" />
+    <rating type="ESRB" value="3" age="3" code="" />
+    <rating type="PEGIEX" value="3" age="3" code="" />
+  </rating_list>
+  <images />
+  <genre_list />
+  <developer>
+    <name value="" />
+  </developer>
+  <website href="" />
+  <copyright author="" />
+  <purchase>
+    <product_list />
+  </purchase>
   <runtime_config>
     <memory managed_heap_size="32768" resource_heap_size="65536" />
     <display max_screen_size="1920x1200" />
     <camera max_capture_resolution="2048x1536" />
   </runtime_config>
   <feature_list>
+    <feature value="GamePad" />
   </feature_list>
 </application>