mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 15:46:19 +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;
|
||||
|
||||
Reference in New Issue
Block a user