Remove redundent thread creation

This commit is contained in:
loki
2021-06-26 15:48:07 +02:00
parent ed5de34800
commit cf7eb14573
3 changed files with 28 additions and 22 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ void free_gamepad(input_t &input, int nr);
#define SERVICE_TYPE "_nvstream._tcp"
namespace publish {
void start();
[[nodiscard]] std::unique_ptr<deinit_t> start();
}
[[nodiscard]] std::unique_ptr<deinit_t> init();