diff --git a/README.md b/README.md index 5a4439e..566bb94 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,22 @@ # GameShell launcher This is the launcher for GameShell based on 320x240 resolution and D-Pad layout. +# Directory structure +``` +/home/cpi/ +├── apps +│   ├── emulators +│   └── launcher +│   ├── Menu +│   ├── sys.py +│   └── truetype +├── games +│   ├── FreeDM +│   ├── MAME +│   └── nxengine +└── music +``` + # Dependent packages * validators, numpy, requests, python-mpd2, beeprint, python-pycurl, python-alsaaudio, python-pygame, python-gobject, python-xlib, python-wicd * wicd (For Wi-Fi) diff --git a/launcher_ver.json b/launcher_ver.json deleted file mode 100644 index d303c8b..0000000 --- a/launcher_ver.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "gitversion":"1.0" -}