From b9cc17474bd275e231d35eed610fd0623ab16eff Mon Sep 17 00:00:00 2001 From: clockworkpi <35560767+clockworkpi@users.noreply.github.com> Date: Sat, 26 May 2018 08:26:48 -0400 Subject: [PATCH 1/4] Delete launcher_ver.json --- launcher_ver.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 launcher_ver.json 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" -} From b8b2c6b2bb8a8822327121ab3cd6710e1ffcc0e6 Mon Sep 17 00:00:00 2001 From: clockworkpi <35560767+clockworkpi@users.noreply.github.com> Date: Sat, 26 May 2018 09:03:47 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 5a4439e..3501e1b 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 +│   ├── GBX +│   ├── MAME +│   ├── NES +│   └── 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) From 40b7175e118efe18ef03d90b92ace039f0a186a7 Mon Sep 17 00:00:00 2001 From: clockworkpi <35560767+clockworkpi@users.noreply.github.com> Date: Sat, 26 May 2018 09:04:14 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3501e1b..25ef044 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ This is the launcher for GameShell based on 320x240 resolution and D-Pad layout. # Directory structure +``` /home/cpi/ ├── apps │   ├── emulators @@ -16,6 +17,7 @@ This is the launcher for GameShell based on 320x240 resolution and D-Pad layout. │   ├── NES │   └── nxengine └── music +``` # Dependent packages * validators, numpy, requests, python-mpd2, beeprint, python-pycurl, python-alsaaudio, python-pygame, python-gobject, python-xlib, python-wicd From 6a219d526ad4b4a84dc0ccb82ce162ea12a28539 Mon Sep 17 00:00:00 2001 From: clockworkpi <35560767+clockworkpi@users.noreply.github.com> Date: Sat, 26 May 2018 09:20:23 -0400 Subject: [PATCH 4/4] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 25ef044..566bb94 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,7 @@ This is the launcher for GameShell based on 320x240 resolution and D-Pad layout. │   └── truetype ├── games │   ├── FreeDM -│   ├── GBX │   ├── MAME -│   ├── NES │   └── nxengine └── music ```