Gcores Custom Modification
6
Menu/GameShell/20_GAMES/04_Pcsx/action.config
Normal file
@ -0,0 +1,6 @@
|
||||
ROM=/home/cpi/games/PCSX
|
||||
ROM_SO=/home/cpi/apps/emulators/pcsx -cdfile
|
||||
EXT=bin,cue,img,mdf,pbp,toc,cbn,m3u,ccd
|
||||
LAUNCHER=
|
||||
TITLE=Pcsx Roms
|
||||
SO_URL=https://github.com/cuu/Pcsx/raw/master/pcsx.zip
|
||||
@ -1 +0,0 @@
|
||||
Subproject commit c532cedb5387697c633777f37a52e11f95fa3352
|
||||
@ -157,7 +157,7 @@ class TinyCloudPage(Page):
|
||||
self._Height = self._Screen._Height
|
||||
|
||||
self._PngSize["bg"] = (253,114)
|
||||
self._PngSize["online"] = (75,122)
|
||||
#self._PngSize["online"] = (75,122)
|
||||
|
||||
bgpng = IconItem()
|
||||
bgpng._ImgSurf = MyIconPool._Icons["needwifi_bg"]
|
||||
@ -167,6 +167,7 @@ class TinyCloudPage(Page):
|
||||
|
||||
self._Icons["bg"] = bgpng
|
||||
|
||||
"""
|
||||
onlinepng = IconItem()
|
||||
onlinepng._ImgSurf = MyIconPool._Icons["online"]
|
||||
onlinepng._MyType = ICON_TYPES["STAT"]
|
||||
@ -174,7 +175,7 @@ class TinyCloudPage(Page):
|
||||
onlinepng.Adjust(0,0,self._PngSize["online"][0], self._PngSize["online"][1],0)
|
||||
|
||||
self._Icons["online"] = onlinepng
|
||||
|
||||
"""
|
||||
self.SetLabels()
|
||||
|
||||
def KeyDown(self,event):
|
||||
@ -189,8 +190,8 @@ class TinyCloudPage(Page):
|
||||
|
||||
if is_wifi_connected_now():
|
||||
|
||||
self._Icons["online"].NewCoord(self._Coords["online"].x, self._Coords["online"].y)
|
||||
self._Icons["online"].Draw()
|
||||
#self._Icons["online"].NewCoord(self._Coords["online"].x, self._Coords["online"].y)
|
||||
#self._Icons["online"].Draw()
|
||||
|
||||
self.SetLabels()
|
||||
|
||||
@ -229,7 +230,7 @@ class APIOBJ(object):
|
||||
def Init(self,main_screen):
|
||||
self._Page = TinyCloudPage()
|
||||
self._Page._Screen = main_screen
|
||||
self._Page._Name ="Tiny cloud"
|
||||
self._Page._Name ="CONNECT"
|
||||
self._Page.Init()
|
||||
|
||||
def API(self,main_screen):
|
||||
@ -76,7 +76,7 @@ class APIOBJ(object):
|
||||
self._Page = PowerOffConfirmPage()
|
||||
|
||||
self._Page._Screen = main_screen
|
||||
self._Page._Name ="Power OFF"
|
||||
self._Page._Name ="SHUTDOWN"
|
||||
self._Page.Init()
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |