You can fix Galaxy Wars 3 to support first generation zunes!!!

Just open the Player.cs file, found in:
GW3
+-Entities
+-Player.cs
do a find and replace on the following
find:
Buttons.LeftThumbstickRight
replace with:
Buttons.DPadRight
find:
Buttons.LeftThumbstickLeft
replace with:
Buttons.DPadLeft
find:
Buttons.LeftShoulder
replace with:
Buttons.A
(you could also add OR's to the thumbstick if's in order to make the code zune30 & zune80 compat at same time)
save the file, deploy, adn enjoy
