summaryrefslogtreecommitdiff
path: root/src/hackvr
diff options
context:
space:
mode:
authorepoch <epoch@thebackupbox.net>2020-04-12 23:50:54 -0500
committerepoch <epoch@thebackupbox.net>2020-04-12 23:50:54 -0500
commit9bd65a27745012087eb4546d77ef4964663a96a2 (patch)
treecd75158b973924794226c497a504acb2542c626e /src/hackvr
parentd9d998644defec48172fde353f0a339933800cce (diff)
downloadhackvr-9bd65a27745012087eb4546d77ef4964663a96a2.tar.gz
hackvr-9bd65a27745012087eb4546d77ef4964663a96a2.zip
added a new idea of using X11 video and /dev/input/event for input. moved hackvr script to bin like it should be. changed makefile stuff to have more consistent ordering of stuff.
Diffstat (limited to 'src/hackvr')
-rwxr-xr-xsrc/hackvr9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/hackvr b/src/hackvr
deleted file mode 100755
index 1c9d16c..0000000
--- a/src/hackvr
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-if [ "_$HACKVR" != "_" -a "_$HACKVR" != "_$0" ];then
- exec $HACKVR $*
-fi
-if [ $DISPLAY ]; then
- exec hackvr_x11 $*
-else
- exec hackvr_fb $*
-fi