This commit is contained in:
cuu 2018-05-27 10:51:10 +08:00
commit 1bb8aac64b
2 changed files with 16 additions and 3 deletions

View File

@ -1,6 +1,22 @@
# GameShell launcher # GameShell launcher
This is the launcher for GameShell based on 320x240 resolution and D-Pad layout. 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 # Dependent packages
* validators, numpy, requests, python-mpd2, beeprint, python-pycurl, python-alsaaudio, python-pygame, python-gobject, python-xlib, python-wicd * validators, numpy, requests, python-mpd2, beeprint, python-pycurl, python-alsaaudio, python-pygame, python-gobject, python-xlib, python-wicd
* wicd (For Wi-Fi) * wicd (For Wi-Fi)

View File

@ -1,3 +0,0 @@
{
"gitversion":"1.0"
}