main-- / windows-gaming

This project makes it easy and straightforward to set up PCI/VGA passthrough on your system. - OR AT LEAST IT WOULD, IF IT WASNT DEAD
6 stars 1 forks source link

Protobuf #137

Closed main-- closed 7 years ago

main-- commented 7 years ago

WIP. Fixes #74.

moritzuehling commented 7 years ago

It is now in a working state with every feature I tested (Clipboard, Hotkeys, Ping, ReportBoot). Only suspend is untested.

main-- commented 7 years ago

/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets: warning : Reference 'Google.Protobuf, Version=3.3.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL' not resolved

Build broken because the Makefile does not restore nuget packages (we should just add a nuget build-dependency on arch).

The Makefile is also missing the section to update the C# proto definition. Would you mind adding this?