Compare commits
33 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62bb8f07a4 | ||
|
|
139fb0e342 | ||
|
|
38d318b505 | ||
|
|
502e262be6 | ||
|
|
d527b60e61 | ||
|
|
05bb8941ef | ||
|
|
aa1bccf113 | ||
|
|
fc49089869 | ||
|
|
f3b31f364d | ||
|
|
46b1ce135b | ||
|
|
45dc2abd7d | ||
|
|
ebe74953f9 | ||
|
|
989977073a | ||
|
|
57c468ac40 | ||
|
|
fc1b2290f0 | ||
|
|
83ef50dedb | ||
|
|
f6d4ed07df | ||
|
|
eec8b202d4 | ||
|
|
f1e6180f52 | ||
|
|
bcfc75b456 | ||
|
|
efcb95db66 | ||
|
|
8d45e8be02 | ||
|
|
345f1f3938 | ||
|
|
d398c43c37 | ||
|
|
2263f112e9 | ||
|
|
d293926c69 | ||
|
|
7f82b6e2db | ||
|
|
3182ec2672 | ||
|
|
8d48b462e7 | ||
|
|
a2134ac684 | ||
|
|
dcedcc8ef2 | ||
|
|
9a11f15865 | ||
|
|
368e674d3f |
6
.cpirc
@ -1,7 +1,7 @@
|
|||||||
SCREEN=`cat /sys/class/graphics/fb0/modes`
|
SCREEN=`cat /sys/class/graphics/fb0/modes`
|
||||||
|
|
||||||
XORG_CONF="/home/cpi/launchergo/.xorg.conf"
|
XORG_CONF="/home/cpi/launchergo/.xorg.conf"
|
||||||
if [ -f ~/.lima ]
|
if [ -f /home/cpi/.lima ]
|
||||||
then
|
then
|
||||||
XORG_CONF="/home/cpi/launchergo/.xorg_lima.conf"
|
XORG_CONF="/home/cpi/launchergo/.xorg_lima.conf"
|
||||||
fi
|
fi
|
||||||
@ -14,13 +14,13 @@ then
|
|||||||
then
|
then
|
||||||
while :
|
while :
|
||||||
do
|
do
|
||||||
startx /home/cpi/launchergo/.xinitrc -- -xf86config $XORG_CONF -nocursor > /tmp/x.log 2>&1
|
startx /home/cpi/launchergo/.xinitrc -- -xf86config $XORG_CONF -nocursor -logfile /tmp/xorg.log > /tmp/x.log 2>&1
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
while :
|
while :
|
||||||
do
|
do
|
||||||
startx /home/cpi/launchergo/.xinitrc hdmi -- -xf86config $XORG_CONF > /tmp/x.log 2>&1
|
startx /home/cpi/launchergo/.xinitrc hdmi -- -xf86config $XORG_CONF -logfile /tmp/xorg.log > /tmp/x.log 2>&1
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|||||||
15
.gitignore
vendored
@ -9,4 +9,19 @@ sysgo/.lang
|
|||||||
*.cfg
|
*.cfg
|
||||||
**/Jobs/*
|
**/Jobs/*
|
||||||
!**/Jobs/.gitkeep
|
!**/Jobs/.gitkeep
|
||||||
|
!**/Jobs/00_lowpower.sh
|
||||||
|
!**/Jobs/00_lowpower.alias
|
||||||
|
.done
|
||||||
|
bios
|
||||||
|
bios/*
|
||||||
|
screenshots
|
||||||
|
screenshots/*
|
||||||
|
.pcsx
|
||||||
|
.pcsx/*
|
||||||
|
*.log
|
||||||
|
!md5sum.log
|
||||||
|
.DS_Store
|
||||||
|
sysgo/.*
|
||||||
|
*-local.ini
|
||||||
|
*.db
|
||||||
|
|
||||||
|
|||||||
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
|||||||
[submodule "Menu/GameShell/20_Retro Games/Pcsx"]
|
|
||||||
path = Menu/GameShell/20_Retro Games/Pcsx
|
|
||||||
url = https://github.com/cuu/Pcsx.git
|
|
||||||
6
.xinitrc
@ -2,14 +2,20 @@ session=${1:-gameshell}
|
|||||||
|
|
||||||
case $session in
|
case $session in
|
||||||
hdmi )
|
hdmi )
|
||||||
|
exec /usr/bin/aria2c --conf-path=/home/cpi/launcher/aria2.conf &
|
||||||
feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/desktopbg.jpg
|
feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/desktopbg.jpg
|
||||||
|
cd ~/launchergo/
|
||||||
|
exec ~/launchergo/app &
|
||||||
exec ~/launchergo/load.sh &
|
exec ~/launchergo/load.sh &
|
||||||
exec ~/launcher/sys.py/gsnotify/gsnotify-arm daemon &
|
exec ~/launcher/sys.py/gsnotify/gsnotify-arm daemon &
|
||||||
# exec /usr/bin/twm -f ~/launchergo/.twmrc
|
# exec /usr/bin/twm -f ~/launchergo/.twmrc
|
||||||
exec ~/launchergo/dwm-mod
|
exec ~/launchergo/dwm-mod
|
||||||
;;
|
;;
|
||||||
gameshell )
|
gameshell )
|
||||||
|
exec /usr/bin/aria2c --conf-path=/home/cpi/launcher/aria2.conf &
|
||||||
feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/loading.png
|
feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/loading.png
|
||||||
|
cd ~/launchergo/
|
||||||
|
exec ~/launchergo/app &
|
||||||
exec ~/launchergo/load.sh &
|
exec ~/launchergo/load.sh &
|
||||||
exec ~/launcher/sys.py/gsnotify/gsnotify-arm &
|
exec ~/launcher/sys.py/gsnotify/gsnotify-arm &
|
||||||
# exec awesome -c ~/launchergo/awesome/rc.lua
|
# exec awesome -c ~/launchergo/awesome/rc.lua
|
||||||
|
|||||||
7
Menu/GameShell/20_Retro Games/MAME/action.config
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
ROM=/home/cpi/games/MAME
|
||||||
|
ROM_SO=/home/cpi/apps/emulators/mame2003_plus_libretro.so
|
||||||
|
EXT=zip
|
||||||
|
LAUNCHER=retroarch -L
|
||||||
|
TITLE=MAME Roms
|
||||||
|
EXCLUDE=neogeo.zip
|
||||||
|
SO_URL=https://raw.githubusercontent.com/cuu/emulators/master/mame2003_plus_libretro.so.zip
|
||||||
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"ROM":"/home/cpi/games/MAME",
|
|
||||||
"ROM_SO":"/home/cpi/apps/emulators/mame2003_plus_libretro.so",
|
|
||||||
"EXT":["zip"],
|
|
||||||
"LAUNCHER":"retroarch -L",
|
|
||||||
"TITLE":"MAME Roms",
|
|
||||||
"EXCLUDE":["neogeo.zip"],
|
|
||||||
"SO_URL":"http://buildbot.libretro.com/nightly/linux/armhf/latest/mame2003_plus_libretro.so.zip"
|
|
||||||
}
|
|
||||||
6
Menu/GameShell/20_Retro Games/MGBA/action.config
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
ROM=/home/cpi/games/MGBA
|
||||||
|
ROM_SO=/home/cpi/apps/emulators/mgba_libretro.so
|
||||||
|
EXT=gb,gbc,gba,gbx
|
||||||
|
LAUNCHER=retroarch -L
|
||||||
|
TITLE=MGBA Roms
|
||||||
|
SO_URL=https://raw.githubusercontent.com/cuu/emulators/master/mgba_libretro.so.zip
|
||||||
7
Menu/GameShell/20_Retro Games/NESTOPIA/action.config
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
ROM=/home/cpi/games/NESTOPIA
|
||||||
|
ROM_SO=/home/cpi/apps/emulators/nestopia_libretro.so
|
||||||
|
EXT=zip,nes
|
||||||
|
LAUNCHER=retroarch -L
|
||||||
|
TITLE=NESTOPIA Roms
|
||||||
|
SO_URL=https://raw.githubusercontent.com/cuu/emulators/master/nestopia_libretro.so.zip
|
||||||
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Subproject commit c532cedb5387697c633777f37a52e11f95fa3352
|
|
||||||
7
Menu/GameShell/20_Retro Games/Pcsx/action.config
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
ROM=/home/cpi/games/PCSX
|
||||||
|
ROM_SO=/home/cpi/apps/emulators/pcsx
|
||||||
|
EXT=bin,cue,img,mdf,pbp,toc,cbn,m3u,ccd
|
||||||
|
LAUNCHER=
|
||||||
|
TITLE=PS Roms
|
||||||
|
SO_URL=https://github.com/cuu/Pcsx/raw/master/pcsx.zip
|
||||||
|
|
||||||
5
Menu/GameShell/21_Warehouse/plugin.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"SO_FILE":"",
|
||||||
|
"NAME":"Warehouse"
|
||||||
|
}
|
||||||
|
|
||||||
4
Menu/GameShell/50_Pico8/Run.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd /home/cpi/games/PICO-8/pico-8 || exit
|
||||||
|
SDL_VIDEODRIVER=x11 DISPLAY=:0 ./pico8_dyn -splore -draw_rect 32,0,256,240
|
||||||
14
Menu/GameShell/50_Pico8/Setup.sh
Executable file
@ -0,0 +1,14 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
|
mkdir ~/.lexaloffle
|
||||||
|
|
||||||
|
cp -rf pico-8 ~/.lexaloffle
|
||||||
|
|
||||||
|
mkdir ~/.lexaloffle/pico-8/carts
|
||||||
|
|
||||||
|
ln -s ~/.lexaloffle/pico-8/carts/ ~/games/PICO-8/carts
|
||||||
|
|
||||||
|
touch .done
|
||||||
99
Menu/GameShell/50_Pico8/pico-8/config.txt
Normal file
@ -0,0 +1,99 @@
|
|||||||
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
// Configuration for pico-8
|
||||||
|
//
|
||||||
|
// config.txt is read on startup and saved on exit.
|
||||||
|
// To generate the default config.txt, delete this file.
|
||||||
|
//
|
||||||
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
||||||
|
|
||||||
|
// :: Video Settings
|
||||||
|
|
||||||
|
window_size 0 0 // window width, height
|
||||||
|
screen_size 0 0 // screen width, height (stretched to window)
|
||||||
|
show_fps 0 // Draw frames per second in the corner
|
||||||
|
|
||||||
|
|
||||||
|
// :: Window Settings
|
||||||
|
|
||||||
|
windowed 0 // 1 to start up in windowed mode
|
||||||
|
window_position -1 -1 // x and y position of window, or -1, -1 to let the window manager decide
|
||||||
|
frameless 0 // 1 to use a window with no frame
|
||||||
|
fullscreen_method 0 // 0 maximized window (linux) 1 borderless desktop-sized window 2 fullscreen
|
||||||
|
|
||||||
|
|
||||||
|
// :: System Settings
|
||||||
|
|
||||||
|
foreground_sleep_ms 1 // number of milliseconds to sleep each frame. Try 10 to conserve battery power
|
||||||
|
|
||||||
|
background_sleep_ms 20 // number of milliseconds to sleep each frame when running in the background
|
||||||
|
|
||||||
|
sessions 4 // number of times program has been run
|
||||||
|
|
||||||
|
// (scancode) hold this key down and left-click to simulate right-click
|
||||||
|
rmb_key 0 // 0 for none 226 for LALT
|
||||||
|
|
||||||
|
// 0:off 1: ignore SDL_TEXTINPUT and use SDL_GetKeyboardState instead (mapped to a US layout)
|
||||||
|
emulate_textinput 1
|
||||||
|
|
||||||
|
// Desktop for saving screenshots etc. Defaults to $HOME/Desktop
|
||||||
|
desktop_path
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// :: Audio Settings
|
||||||
|
|
||||||
|
sound_volume 256 // 0..256
|
||||||
|
music_volume 256 // 0..256
|
||||||
|
mix_buffer_size 1024 // usually 1024. Try 2048 if you get choppy sound
|
||||||
|
|
||||||
|
|
||||||
|
// ::
|
||||||
|
|
||||||
|
version 0.1.11g
|
||||||
|
|
||||||
|
|
||||||
|
// Location of pico-8's root folder
|
||||||
|
root_path /home/cpi/.lexaloffle/pico-8/carts/
|
||||||
|
|
||||||
|
|
||||||
|
// Location of cartridge save data
|
||||||
|
cdata_path /home/cpi/.lexaloffle/pico-8/cdata/
|
||||||
|
|
||||||
|
|
||||||
|
// Specify which player index joystick control begins at (0..7)
|
||||||
|
joystick_index 0
|
||||||
|
|
||||||
|
|
||||||
|
// Custom keyboard scancodes for buttons. player0 0..6, player1 0..5
|
||||||
|
button_keys 0 0 0 0 13 14 0 0 0 0 0 0 0
|
||||||
|
|
||||||
|
// Play notes as they are plotted in frequency mode
|
||||||
|
live_notes 0
|
||||||
|
|
||||||
|
// iff 1: when using keyboard cursor, snap to closest pixel / map cel
|
||||||
|
cursor_snap 0
|
||||||
|
|
||||||
|
// maximum length of gif in seconds (1..120, default 8)
|
||||||
|
gif_len 8
|
||||||
|
|
||||||
|
// 0 classic 1 dark blue background in code editor
|
||||||
|
gui_theme 0
|
||||||
|
|
||||||
|
// scale of screenshots and gifs // 2 means 256x256
|
||||||
|
screenshot_scale 3
|
||||||
|
gif_scale 2
|
||||||
|
|
||||||
|
// when 1 can enter glyphs using shift-A..Z
|
||||||
|
shift_glyphs 1
|
||||||
|
|
||||||
|
// 0 for off. 1 to notify whenever unsaved changes are backed up
|
||||||
|
show_backup_messages 1
|
||||||
|
|
||||||
|
// 0 for off. 1 to allow control of a cart's framerate due to host machine's cpu capacity (recommended)
|
||||||
|
host_framerate_control 1
|
||||||
|
|
||||||
|
// filter splore content
|
||||||
|
// 0 for no filter (18+) 1 medium (13+) 2 maximum (kid-friendly)
|
||||||
|
content_filter 1
|
||||||
|
|
||||||
90
Menu/GameShell/50_Pico8/pico-8/log.txt
Normal file
@ -0,0 +1,90 @@
|
|||||||
|
codo_init
|
||||||
|
platform: Linux
|
||||||
|
Found config.txt
|
||||||
|
|
||||||
|
01 window_size 0 0 // window width, height
|
||||||
|
02 screen_size 0 0 // screen width, height (stretched to window)
|
||||||
|
03 show_fps 0 // Draw frames per second in the corner
|
||||||
|
04 windowed 0 // 1 to start up in windowed mode
|
||||||
|
05 window_position -1 -1 // x and y position of window, or -1, -1 to let the window manager decide
|
||||||
|
new window position: -1, -1
|
||||||
|
06 frameless 0 // 1 to use a window with no frame
|
||||||
|
07 fullscreen_method 1 // 0 maximized window (linux) 1 borderless desktop-sized window 2 fullscreen
|
||||||
|
08 foreground_sleep_ms 1 // number of milliseconds to sleep each frame. Try 10 to conserve battery power
|
||||||
|
09 background_sleep_ms 20 // number of milliseconds to sleep each frame when running in the background
|
||||||
|
10 sessions 3 // number of times program has been run
|
||||||
|
11 rmb_key 0 // 0 for none 226 for LALT
|
||||||
|
12 emulate_textinput 1
|
||||||
|
13 desktop_path
|
||||||
|
14 sound_volume 256 // 0..256
|
||||||
|
15 music_volume 256 // 0..256
|
||||||
|
16 mix_buffer_size 1024 // usually 1024. Try 2048 if you get choppy sound
|
||||||
|
17 version 0.1.11g
|
||||||
|
18 root_path /home/cpi/.lexaloffle/pico-8/carts/
|
||||||
|
19 cdata_path /home/cpi/.lexaloffle/pico-8/cdata/
|
||||||
|
20 joystick_index 0
|
||||||
|
21 button_keys 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||||
|
22 live_notes 0
|
||||||
|
23 cursor_snap 0
|
||||||
|
24 gif_len 8
|
||||||
|
25 gui_theme 0
|
||||||
|
26 screenshot_scale 3
|
||||||
|
27 gif_scale 2
|
||||||
|
28 shift_glyphs 1
|
||||||
|
29 show_backup_messages 1
|
||||||
|
30 host_framerate_control 1
|
||||||
|
31 content_filter 1
|
||||||
|
|
||||||
|
codo_system_init
|
||||||
|
Compiled against SDL version: 2.0.7
|
||||||
|
Linked against SDL version: 2.0.5
|
||||||
|
Built-in video drivers: 0 x11 1 wayland 2 dummy
|
||||||
|
Current video driver: x11
|
||||||
|
Built-in render drivers:
|
||||||
|
Renderer opengl:
|
||||||
|
Flags: 0x0000000E ( | | )
|
||||||
|
Texture formats (1): ARGB8888
|
||||||
|
Renderer opengles2:
|
||||||
|
Flags: 0x0000000E ( | | )
|
||||||
|
Texture formats (4): ARGB8888, ABGR8888, RGB888, BGR888
|
||||||
|
Renderer software:
|
||||||
|
Flags: 0x00000009 ( | )
|
||||||
|
Texture formats (8): ARGB8888, ABGR8888, RGBA8888, BGRA8888, RGB888, BGR888, RGB565, RGB555
|
||||||
|
codo_reset_timer
|
||||||
|
codo_gui_init
|
||||||
|
codo_keys_init
|
||||||
|
codo_text_init
|
||||||
|
codo_video_init
|
||||||
|
codo_mouse_init
|
||||||
|
codo_joystick_init
|
||||||
|
Reading controller mappings: /home/cpi/.lexaloffle/pico-8/sdl_controllers.txt
|
||||||
|
searching for joysticks
|
||||||
|
found 0 joysticks
|
||||||
|
ok
|
||||||
|
ok
|
||||||
|
codo_load_pod: /home/cpi/apps/Menu/50_PICO-8/pico8.dat ok
|
||||||
|
codo_set_screen 128 128 8 100
|
||||||
|
set pixel_perfect 1
|
||||||
|
window size: 640 480
|
||||||
|
codo_plat_pi: forcing fullscreen mode
|
||||||
|
Current renderer:
|
||||||
|
Renderer opengl:
|
||||||
|
Flags: 0x0000000A ( | )
|
||||||
|
Texture formats (5): ARGB8888, YV12, IYUV, 0x3231564e, 0x3132564e
|
||||||
|
Max Texture Size: 8192x8192
|
||||||
|
codo_sound_init mix_buffer_size: 1024
|
||||||
|
codo_sound_init
|
||||||
|
SDL_INIT_AUDIO ok
|
||||||
|
SDL_OpenAudio ok
|
||||||
|
Built-in audio drivers: 0 pulseaudio 1 alsa 2 sndio 3 dsp 4 disk 5 dummy
|
||||||
|
Current audio driver: alsa
|
||||||
|
codo_exit
|
||||||
|
cmusic_stop
|
||||||
|
codo_main_exit
|
||||||
|
codo_config_save
|
||||||
|
codo_sound_exit
|
||||||
|
codo_video_exit
|
||||||
|
codo_joystick_exit
|
||||||
|
codo_system_exit
|
||||||
|
codo_items_created: 1023
|
||||||
|
ok
|
||||||
1
Menu/GameShell/50_Pico8/pico-8/sdl_controllers.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
// add SDL2 game controller mappings to this file
|
||||||
4
Menu/GameShell/50_Pico8/plugin.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"SO_FILE":"",
|
||||||
|
"NAME":"Pico8"
|
||||||
|
}
|
||||||
5
Menu/GameShell/97_Music Player/plugin.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"SO_FILE":"",
|
||||||
|
"NAME":"Music Player"
|
||||||
|
}
|
||||||
|
|
||||||
9
debug-load.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
BASENAME=`dirname "$0"`
|
||||||
|
|
||||||
|
cd $BASENAME
|
||||||
|
|
||||||
|
#sudo LauncherGoDev=1 ./launchergo
|
||||||
|
LauncherGoDev=1 ./launchergo
|
||||||
|
|
||||||
2
load.sh
@ -4,5 +4,5 @@ BASENAME=`dirname "$0"`
|
|||||||
|
|
||||||
cd $BASENAME
|
cd $BASENAME
|
||||||
|
|
||||||
./main
|
./launchergo > /tmp/x.log
|
||||||
|
|
||||||
|
|||||||
@ -1,2 +1,3 @@
|
|||||||
8aa33ec080abf1a150903f997089d4d5 main
|
960112be260459cd1b30cb3a2ec03049 launchergo
|
||||||
67febe965776f67a3d0018732378359e dwm-mod
|
67febe965776f67a3d0018732378359e dwm-mod
|
||||||
|
916afbebf950e58316a85b0ffc02c4ae app
|
||||||
|
|||||||
@ -2,8 +2,8 @@
|
|||||||
set -x
|
set -x
|
||||||
|
|
||||||
find . -iname "*.so" -exec md5sum {} + > md5sum.log
|
find . -iname "*.so" -exec md5sum {} + > md5sum.log
|
||||||
echo `md5sum main` >> md5sum.log
|
echo `md5sum launchergo` >> md5sum.log
|
||||||
echo `md5sum dwm-mod` >> md5sum.log
|
echo `md5sum dwm-mod` >> md5sum.log
|
||||||
|
echo `md5sum app` >> md5sum.log
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
BIN
skin/default/Menu/GameShell/20_Retro Games/Coleco.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
skin/default/Menu/GameShell/20_Retro Games/Fuse.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
skin/default/Menu/GameShell/20_Retro Games/GGEAR.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
skin/default/Menu/GameShell/20_Retro Games/GPSP.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
skin/default/Menu/GameShell/20_Retro Games/LYNX.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.5 KiB |
BIN
skin/default/Menu/GameShell/20_Retro Games/Pcsx+.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
skin/default/Menu/GameShell/20_Retro Games/PicoDrive+.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
skin/default/Menu/GameShell/20_Retro Games/PocketSNES+.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
skin/default/Menu/GameShell/20_Retro Games/SFC9X.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
skin/default/Menu/GameShell/20_Retro Games/UAE+.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
skin/default/Menu/GameShell/20_Retro Games/gpSP+.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
skin/default/Menu/GameShell/20_Retro Games/mupen64+.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
skin/default/Menu/GameShell/21_Indie Games/2048.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
skin/default/Menu/GameShell/21_Indie Games/Hurrican.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
skin/default/Menu/GameShell/21_Indie Games/No.909.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
skin/default/Menu/GameShell/21_Indie Games/NyanCat.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
skin/default/Menu/GameShell/21_Indie Games/Planet-Busters.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
skin/default/Menu/GameShell/ChocoDM.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
skin/default/Menu/GameShell/Indie Games.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
skin/default/Menu/GameShell/Love2D.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
skin/default/Menu/GameShell/PICO-8.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
skin/default/Menu/GameShell/Pico8.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 2.0 KiB |
BIN
skin/default/Menu/GameShell/TIC-80.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
skin/default/Menu/GameShell/Utils.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
skin/default/Menu/GameShell/Warehouse.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
3
skin/default/config.ini
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[Colors]
|
||||||
|
High = #33a6ff
|
||||||
|
White = #ffffff
|
||||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.9 KiB |
BIN
skin/default/sysgo/gameshell/icons/add.png
Normal file
|
After Width: | Height: | Size: 238 B |
BIN
skin/default/sysgo/gameshell/icons/app.png
Normal file
|
After Width: | Height: | Size: 379 B |
BIN
skin/default/sysgo/gameshell/icons/appdling.png
Normal file
|
After Width: | Height: | Size: 499 B |
BIN
skin/default/sysgo/gameshell/icons/blackheart.png
Normal file
|
After Width: | Height: | Size: 606 B |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.2 KiB |
BIN
skin/default/sysgo/gameshell/icons/pico8_md5_err.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
skin/default/sysgo/gameshell/icons/pico8_notfound.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
skin/default/sysgo/gameshell/icons/ware.png
Normal file
|
After Width: | Height: | Size: 612 B |
BIN
skin/default/sysgo/gameshell/titlebar_icons/battery.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
skin/default/sysgo/gameshell/titlebar_icons/dlstatus18.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
107
sysgo/langs/05_Spanish.ini
Normal file
@ -0,0 +1,107 @@
|
|||||||
|
[Langs]
|
||||||
|
Settings=Opciones
|
||||||
|
Retro Games=Juegos Retro
|
||||||
|
Music Player=Música
|
||||||
|
TinyCloud=TinyCloud
|
||||||
|
PowerOFF=Apagar
|
||||||
|
Reload UI=Recargar UI
|
||||||
|
freeDM=freeDM
|
||||||
|
CaveStory=CaveStory
|
||||||
|
RetroArch=RetroArch
|
||||||
|
Launching=Cargando....
|
||||||
|
Nav=Nav
|
||||||
|
Scan=Buscar
|
||||||
|
Back=Volver
|
||||||
|
Enter=Entrar
|
||||||
|
Remove=Borrar
|
||||||
|
Backspace=Borrar
|
||||||
|
Done=Hecho
|
||||||
|
Run=Lanzar
|
||||||
|
AddToPlayList=Añadir a lista
|
||||||
|
Add to Playlist=Añadir a lista
|
||||||
|
DownloadConfirm=Confirmar descarga
|
||||||
|
MyFavGames=mis juegos favoritos
|
||||||
|
Deleting=Borrando...
|
||||||
|
AddFav=Añadir favorito
|
||||||
|
ADdFavList=Añadir a favoritos
|
||||||
|
Del=Borrar
|
||||||
|
Please upload data over Wi-Fi=Carga datos por Wi-Fi
|
||||||
|
ConfirmDeleteQ=¿Confirmar borrado?
|
||||||
|
AlreadyExisted=Ya existía
|
||||||
|
Cancel=Cancelar
|
||||||
|
Yes=Sí
|
||||||
|
ConfirmQ=¿Confirmar?
|
||||||
|
Disconnecting=Desconectando...
|
||||||
|
ConfirmUpdateToFQ=¿Confirmar actualización al %%s ?
|
||||||
|
UpdateToFQ=¿Actualizar al %%s ?
|
||||||
|
SetupGameEngineAutoQ=¿Instalar automat. este motor de juego?
|
||||||
|
Downloading=Descargando...
|
||||||
|
BATOver5Pct=La batería debe ser superior al 5%%
|
||||||
|
DeleteConfirm=Confirmar borrado
|
||||||
|
FavouriteGames=Juegos favoritos
|
||||||
|
ConfirmForgetQ=¿Confirmar olvidar?
|
||||||
|
ConfirmForget=Confirmar olvidar
|
||||||
|
Disconnect=Desconectar
|
||||||
|
ConfirmDisconnectQ=¿Confirmar desconectar ?
|
||||||
|
Confirm Disconnect=Confirmar desconectar
|
||||||
|
Forget=Olvidar
|
||||||
|
Forgeting=Olvidando...
|
||||||
|
Info=Info
|
||||||
|
TryConnect=Intentar conectar
|
||||||
|
Bluetooth Info=Info Bluetooth
|
||||||
|
Connecting=Conectando
|
||||||
|
BluetoothScanning=Escaneando BT...
|
||||||
|
Scanning=Escaneando..
|
||||||
|
ShutDownConnecting=Terminando conectar...
|
||||||
|
Select=Seleccionar
|
||||||
|
Detail=Detalle
|
||||||
|
Applying=Aplicando...
|
||||||
|
DownloadFailed=Descarga fallida
|
||||||
|
LauncherIsUpToDate=Lanzador ya actualizado
|
||||||
|
CheckWifiConnection=Comprueba tu conexión Wi-Fi
|
||||||
|
TurningOn=Encendiendo
|
||||||
|
TurningOff=Apagando
|
||||||
|
Invalid=Inválido
|
||||||
|
CheckingUpdate=Comprobando actualizaciones...
|
||||||
|
CheckingUpdateFailed=Fallo al comprobar
|
||||||
|
Update=Actualizar
|
||||||
|
Toggle=Alternar
|
||||||
|
Rescue=Rescatar
|
||||||
|
Airplane Mode=Modo avión
|
||||||
|
minutes=minutos
|
||||||
|
seconds=segundos
|
||||||
|
second=segundo
|
||||||
|
minute=minuto
|
||||||
|
Never=Nunca
|
||||||
|
Power Options=Opciones de energía
|
||||||
|
Languages=Idiomas
|
||||||
|
Notify=Notificar
|
||||||
|
Setting List=Lista de opciones
|
||||||
|
Wi-Fi=Wi-Fi
|
||||||
|
Bluetooth=Bluetooth
|
||||||
|
Sound Volume=Volumen de sonido
|
||||||
|
Sound Volume=Volumen de sonido
|
||||||
|
Brightness=Brillo
|
||||||
|
BackLight Brightness=Brillo de pantalla
|
||||||
|
Storage=Almacenamiento
|
||||||
|
Timezone=Zona horaria
|
||||||
|
Timezone Selection=Seleccionar zona horaria
|
||||||
|
Notification=Notificaciones
|
||||||
|
About=Acerca de
|
||||||
|
Power off=Apagar
|
||||||
|
Buttons Layout=Disposición de botones
|
||||||
|
UpdateRetroArch=Actualizar RetroArch
|
||||||
|
Wifi scanning=Buscando Wifi...
|
||||||
|
Power option detail=Detalle opciones energía
|
||||||
|
Screen dimming=Oscurecer pantalla
|
||||||
|
Screen OFF=Apagar pantalla
|
||||||
|
Power OFF=Apagar
|
||||||
|
Power saving=Ahorro energía
|
||||||
|
Balanced=Equilibrado
|
||||||
|
Server=Servidor
|
||||||
|
Performance=Rendimiendo
|
||||||
|
Confirm Power OFF?=¿Confirmar apagado?
|
||||||
|
Reboot=Reiniciar
|
||||||
|
Shutdown=Apagar
|
||||||
|
my favorite music=mi música favorita
|
||||||
|
Check Update=Comp. Actualizaciones
|
||||||
107
sysgo/langs/06_French.ini
Normal file
@ -0,0 +1,107 @@
|
|||||||
|
[Langs]
|
||||||
|
Settings=Réglages
|
||||||
|
Retro Games=Jeux Retro
|
||||||
|
Music Player=Musique
|
||||||
|
TinyCloud=Tiny Cloud
|
||||||
|
PowerOFF=Arrêt
|
||||||
|
Reload UI=Recharger IU
|
||||||
|
freeDM=FreeDooM
|
||||||
|
CaveStory=CaveStory
|
||||||
|
RetroArch=RetroArch
|
||||||
|
Launching=Lancement ...
|
||||||
|
Nav=Nav
|
||||||
|
Scan=Scan
|
||||||
|
Back=Retour
|
||||||
|
Enter=Entrer
|
||||||
|
Remove=Supprimer
|
||||||
|
Backspace=Retour Arrière
|
||||||
|
Done=Valider
|
||||||
|
Run=Lancer
|
||||||
|
AddToPlayList=Ajouter à la playlist
|
||||||
|
Add to Playlist=Ajouter à la playlist
|
||||||
|
DownloadConfirm=Confirmer le téléchargement
|
||||||
|
MyFavGames=Mes jeux favoris
|
||||||
|
Deleting=Suppression ...
|
||||||
|
AddFav=Ajouter Favoris
|
||||||
|
ADdFavList=Ajouter à la liste des favoris
|
||||||
|
Del=Suppr
|
||||||
|
Please upload data over Wi-Fi=Aucun fichier
|
||||||
|
ConfirmDeleteQ=Confirmer la suppression ?
|
||||||
|
AlreadyExisted=Déjà existant
|
||||||
|
Cancel=Annuler
|
||||||
|
Yes=Confirmer
|
||||||
|
ConfirmQ=Confirmer ?
|
||||||
|
Disconnecting=Déconnexion ...
|
||||||
|
ConfirmUpdateToFQ=Confirmer la mise à jour vers %%s ?
|
||||||
|
UpdateToFQ=Mise à jour vers %%s ?
|
||||||
|
SetupGameEngineAutoQ=Souhaitez vous installer le moteur du jeux automatiquement ?
|
||||||
|
Downloading=Téléchargement ...
|
||||||
|
BATOver5Pct=La batterie doit être à plus de 5%
|
||||||
|
DeleteConfirm=Suppression effectué
|
||||||
|
FavouriteGames=Jeux favoris
|
||||||
|
ConfirmForgetQ=Confirmer l'oubli ?
|
||||||
|
ConfirmForget=Oubli confirmé
|
||||||
|
Disconnect=Déconnecter
|
||||||
|
ConfirmDisconnectQ=Confirmer la déconnexion ?
|
||||||
|
Confirm Disconnect=Déconnexion effectué
|
||||||
|
Forget=Oubli
|
||||||
|
Forgeting=Oubli ...
|
||||||
|
Info=Info
|
||||||
|
TryConnect=Se connecter
|
||||||
|
Bluetooth Info=Info sur le Bluetooth
|
||||||
|
Connecting=Connexion
|
||||||
|
BluetoothScanning=Scan Bluetooth en cours ...
|
||||||
|
Scanning=Scan ...
|
||||||
|
ShutDownConnecting=Arrêt de la connexion ...
|
||||||
|
Select=Sélectionner
|
||||||
|
Detail=Détail
|
||||||
|
Applying=Application ...
|
||||||
|
DownloadFailed=Échec du téléchargement
|
||||||
|
LauncherIsUpToDate=Le lanceur est à jour
|
||||||
|
CheckWifiConnection=Veuillez vérifier votre connexion Wi-Fi
|
||||||
|
TurningOn=Allumage
|
||||||
|
TurningOff=Extinction
|
||||||
|
Invalid=Invalide
|
||||||
|
CheckingUpdate=Vérification des mises à jour ...
|
||||||
|
CheckingUpdateFailed=Échec de la vérification des mises à jour
|
||||||
|
Update=Mise à jour
|
||||||
|
Toggle=Basculer
|
||||||
|
Rescue=Récupération
|
||||||
|
Airplane Mode=Mode avion
|
||||||
|
minutes=minutes
|
||||||
|
seconds=secondes
|
||||||
|
second=seconde
|
||||||
|
minute=minute
|
||||||
|
Never=Jamais
|
||||||
|
Power Options=Gestion de l'alimentation
|
||||||
|
Languages=Langues
|
||||||
|
Notify=Notifications
|
||||||
|
Setting List=Liste des réglages
|
||||||
|
Wi-Fi=Wi-Fi
|
||||||
|
Bluetooth=Bluetooth
|
||||||
|
Sound Volume=Volume sonore
|
||||||
|
Sound volume=Volume sonore
|
||||||
|
Brightness=Luminosité
|
||||||
|
BackLight Brightness=Rétroéclairage
|
||||||
|
Storage=Stockage
|
||||||
|
Timezone=Fuseau horaire
|
||||||
|
Timezone Selection=Liste des fuseaux horaire
|
||||||
|
Notification=Notifications
|
||||||
|
About=À propos
|
||||||
|
Power off=Arrêt
|
||||||
|
Buttons Layout=Mappage des touches
|
||||||
|
UpdateRetroArch=Mettre à jour RetroArch
|
||||||
|
Wifi scanning=Scan Wi-Fi en cours ...
|
||||||
|
Power option detail=Détail de l'option
|
||||||
|
Screen dimming=Atténuation de l'écran
|
||||||
|
Screen OFF=Extinction de l'écran
|
||||||
|
Power OFF=Arrêt de l'appareil
|
||||||
|
Power saving=Économique
|
||||||
|
Balanced=Équilibré
|
||||||
|
Server=Serveur
|
||||||
|
Performance=Performance
|
||||||
|
Confirm Power OFF?=Confirmer l’arrêt ?
|
||||||
|
Reboot=Redémarrage
|
||||||
|
Shutdown=Extinction
|
||||||
|
my favorite music=Ma musique favorite
|
||||||
|
Check Update=Vérifier les mises à jour
|
||||||