diff options
author | Florian Jung <flo@windfisch.org> | 2014-09-06 01:08:59 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2014-09-06 01:08:59 +0200 |
commit | ed8b271804c563a6f0959bc13ca56f20c820bcfb (patch) | |
tree | f11028349651331f6a3573f7e6c917cfdb5dd905 | |
parent | ebfc880ace66cb9e50d08bbd5581a845c0beb199 (diff) |
readme++, os.h defaults to linux
-rw-r--r-- | README | 11 | ||||
-rw-r--r-- | os.h | 4 |
2 files changed, 13 insertions, 2 deletions
@@ -35,6 +35,17 @@ Then press "ENTER" in the mariokart bot command window and enjoy :) +------====== How to use ======------ + +edit os.h and set your OS (if you use FreeBSD, you must patch mupen64plus!) +edit mariokart.cpp and fix the startup of mupen, +in mariokart.cpp, fix the window title the XorgGrabber uses + + + + + + * * Copyright 2012 Florian Jung <florian.a.jung@web.de> * @@ -1,2 +1,2 @@ -#define FREEBSD -//#define LINUX +//#define FREEBSD +#define LINUX |