Gcores Custom Modification

This commit is contained in:
cuu 2019-07-12 14:02:32 +08:00
parent f90b45059d
commit ae279bda94
25 changed files with 13 additions and 7 deletions

View 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

View File

@ -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):

View File

@ -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()

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB