greggersaurus / OpenSteamController

Steam Controller reverse engineering and customization project.
465 stars 40 forks source link

Fix compilation errors #21

Open Steffo99 opened 4 years ago

Steffo99 commented 4 years ago

When I tried to build SCJingleConverter I had two compilation errors due to two functions that weren't always returning a value in all paths.

So... I fixed them by replacing the switch pattern with a if and an else.

Hope I didn't break anything else by doing that!

My Windows build seems to be working so far...

MeblIkea commented 1 year ago

Oh yes it work, and builded! Thanks!!