summaryrefslogtreecommitdiffstats
path: root/games/Craft-libretro/README
diff options
context:
space:
mode:
author orbea2019-12-14 23:58:15 +0100
committer Willy Sudiarto Raharjo2019-12-15 11:06:31 +0100
commitf8c7627a4e1a714541dcc6a0f2e129ec94c7d543 (patch)
tree2c49bc7b0f3e60ba7338a414f81f690c09a9da66 /games/Craft-libretro/README
parent6f77f2db4d3fd4bb1631e0672673875307dda336 (diff)
downloadslackbuilds-f8c7627a4e1a714541dcc6a0f2e129ec94c7d543.tar.gz
games/Craft-libretro: Removed.
Please use games/minetest instead. Signed-off-by: orbea <orbea@riseup.net>
Diffstat (limited to 'games/Craft-libretro/README')
-rw-r--r--games/Craft-libretro/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/games/Craft-libretro/README b/games/Craft-libretro/README
deleted file mode 100644
index 8154bd287a..0000000000
--- a/games/Craft-libretro/README
+++ /dev/null
@@ -1,12 +0,0 @@
-Minecraft clone ported to the Libretro API. Just a few thousand lines
-of C using modern OpenGL (shades).
-
-Craft can be started from the RetroArch menu or from the command line with:
- retroarch -L /usr/lib${LIBDIRSUFFIX}/libretro/craft_libretro.so
-
-If your gamepad is experiencing issues with uncontrolable spinning or
-automatic movement try raising the 'Analog deadzone size' value in the
-craft game options.
-
-To build the debugging symbols use:
- DEBUG=1 ./Craft-libretro.SlackBuild