mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 02:12:46 +01:00
In special cases, allow ROM_SO to become LAUNCHER-like functionality in Emulator
This commit is contained in:
@@ -380,7 +380,7 @@ func (self *FavListPage) Click() {
|
||||
event.Post(UI.RUNEVT,cmdpath)
|
||||
}else{
|
||||
|
||||
if UI.FileExists(self.EmulatorConfig.ROM_SO) == true {
|
||||
if UI.FileExists( strings.Split(self.EmulatorConfig.ROM_SO," ")[0] ) == true {
|
||||
event.Post(UI.RUNEVT,cmdpath)
|
||||
} else {
|
||||
self.Screen.PushCurPage()
|
||||
|
||||
@@ -409,7 +409,7 @@ func (self *RomListPage) Click() {
|
||||
event.Post(UI.RUNEVT,cmdpath)
|
||||
}else{
|
||||
|
||||
if UI.FileExists(self.EmulatorConfig.ROM_SO) == true {
|
||||
if UI.FileExists( strings.Split(self.EmulatorConfig.ROM_SO," ")[0] ) == true {
|
||||
event.Post(UI.RUNEVT,cmdpath)
|
||||
} else {
|
||||
self.Screen.PushCurPage()
|
||||
|
||||
Reference in New Issue
Block a user