mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 07:58:51 +01:00
In special cases, allow ROM_SO to become LAUNCHER-like functionality in Emulator
This commit is contained in:
parent
0db31341e1
commit
0cb0eafc6a
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user