mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 21:47:57 +00:00
initial udev implementation for linux-hosted hid devices
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#else
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <boo.hpp>
|
||||
|
||||
class CDolphinSmashAdapterCallback : public IDolphinSmashAdapterCallback
|
||||
@@ -61,6 +62,7 @@ int main(int argc, char** argv)
|
||||
#if __APPLE__
|
||||
CFRunLoopRun();
|
||||
#else
|
||||
while (true) {sleep(1);}
|
||||
#endif
|
||||
|
||||
delete ctx;
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
SOURCES += \
|
||||
$$PWD/main.cpp
|
||||
$$PWD/main.cpp
|
||||
|
||||
CONFIG += c++11
|
||||
Reference in New Issue
Block a user