Skip to content

Commit

Permalink
Bump vmx files to virtualHW.version = "6", to allow USB 2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Madia <mattmadia@gmail.com>
  • Loading branch information
luroh authored and mmadia committed Dec 9, 2012
1 parent a154553 commit 0ce4c23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/vmware/haiku-alpha.vmx
@@ -1,6 +1,6 @@
#!/usr/bin/vmware
config.version = "8"
virtualHW.version = "3"
virtualHW.version = "6"

MemAllowAutoScaleDown = "false"
MemTrimRate = "-1"
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/vmware/haiku-nightly.vmx
@@ -1,6 +1,6 @@
#!/usr/bin/vmware
config.version = "8"
virtualHW.version = "3"
virtualHW.version = "6"

MemAllowAutoScaleDown = "false"
MemTrimRate = "-1"
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/vmware/haiku.vmx
@@ -1,6 +1,6 @@
#!/usr/bin/vmware
config.version = "8"
virtualHW.version = "3"
virtualHW.version = "6"

MemAllowAutoScaleDown = "false"
MemTrimRate = "-1"
Expand Down

0 comments on commit 0ce4c23

Please sign in to comment.