Fix formatting.

This commit is contained in:
James Sanford 2012-08-06 17:28:42 -07:00
parent 3ca4e25024
commit b5fbd12a26

View File

@ -6,7 +6,7 @@ Config file and disk images in /mnt/sdcard/KEGS/
To attach disk images, use the F4 button to enter KEGS configuration.
The touch screen acts as a big trackpad for the mouse. To click and drag,
for example to pull down GS/OS menus, you need to Long Press first)
for example to pull down GS/OS menus, you need to Long Press first.
What's not ready yet:
- No audio.
@ -18,6 +18,8 @@ Source code:
https://github.com/jamessanford/kegs/
To build from source:
<pre>
android update project -p . -s
(cd jni && ndk-build)
ant debug install
</pre>