Initial commit

This commit is contained in:
Michael Smith
2017-11-09 21:59:27 +01:00
commit 823c7f97a9
2 changed files with 37 additions and 0 deletions

10
shutdown/plugin.json Normal file
View File

@@ -0,0 +1,10 @@
{
"plugin": {
"name": "shutdown",
"description": "Allows you to shut down a Windows system from within the MAME menu.",
"version": "0.0.1",
"author": "Michael Smith",
"type": "plugin",
"start": "true"
}
}