add 99_PowerOFF

This commit is contained in:
cuu
2018-12-19 18:20:13 +08:00
parent 78a5412b0d
commit c6a915a7f5
7 changed files with 139 additions and 8 deletions

View File

@@ -19,11 +19,13 @@ import (
"github.com/cuu/LauncherGoDev/sysgo/UI"
"github.com/cuu/LauncherGoDev/sysgo/UI/Emulator"
"github.com/cuu/LauncherGoDev/Menu/GameShell/10_Settings"
"github.com/cuu/LauncherGoDev/Menu/GameShell/99_PowerOFF"
)
var (
UIPluginList = []*UI.UIPlugin {
&UI.UIPlugin{1,"", "Menu/GameShell/10_Settings", "Settings", &Settings.APIOBJ},
&UI.UIPlugin{1,"", "Menu/GameShell/99_PowerOFF", "PowerOFF", &PowerOFF.APIOBJ},
}
)