1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

Moved all the data files (translations, skins...) to the "data" folder.

On the "platform" sub-folder are located one folder for each platform gmenu2x supports.
The "translations" folder is now the same for all platforms.
The "skins" sub-folder contains directories which names defines the screen resolution of the contained skins (e.g. "320x240").
This commit is contained in:
Ayla
2011-06-01 00:59:01 +02:00
parent 3998e19e49
commit 47a4e5c3ab
367 changed files with 0 additions and 1916 deletions

View File

@@ -0,0 +1,16 @@
lang="English"
tvoutEncoding="PAL"
wallpaper="skins/Default/wallpapers/default.png"
skin="Default"
resolutionX=320
section=3
backlight=25
menuClock=100
resolutionY=240
outputLogs=0
maxClock=300
link=0
saveSelection=1
gamma=10
globalVolume=50
videoBpp=32

View File

@@ -0,0 +1,12 @@
a=keyboard,122
b=keyboard,120
x=keyboard,115
y=keyboard,121
l=keyboard,113
r=keyboard,112
select=keyboard,27
start=keyboard,13
up=keyboard,273
down=keyboard,274
left=keyboard,276
right=keyboard,275

View File

@@ -0,0 +1,12 @@
#!/bin/bash
# $1 = ip
# $2 = inet
# $3 = samba
# $4 = web
insmod net2272
insmod g_ether
ifconfig usb0 $1 netmask 255.255.255.0 up
# route add default gw $defaultgw
if [ $2 = "on" ]; then /etc/init.d/inet start; fi
if [ $3 = "on" ]; then smbd; fi
if [ $4 = "on" ]; then thttpd; fi

View File

@@ -0,0 +1,11 @@
#!/bin/bash
export PATH=$PATH:/sbin
rmmod g_file_storage
rmmod net2272
if [ $1 = "nand" ]; then
mount /mnt/nand || mount -o remount,rw /mnt/nand
elif [ $1 = "root" ]; then
mount -o remount,rw /
else
mount /mnt/sd || mount -o remount,rw /mnt/sd
fi

View File

@@ -0,0 +1,15 @@
#!/bin/bash
# $1 = sd|nand|root
# defaults to sd (compatible with previous versions)
export PATH=$PATH:/sbin
modprobe net2272
if [ $1 = "nand" ]; then
umount /mnt/nand || mount -o remount,loop,ro /mnt/nand
modprobe g_file_storage file=/dev/loop/7
elif [ $1 = "root" ]; then
mount -o remount,loop,ro /
modprobe g_file_storage file=/dev/mtdblock/3
else
umount /mnt/sd || mount -o remount,loop,ro /mnt/sd
modprobe g_file_storage file=/dev/mmcsd/disc0/disc
fi

View File

@@ -0,0 +1,6 @@
title=eBook
icon=skin:icons/ebook.png
exec=/usr/gp2x/gp2xmenu
params=--disable-autorun --enable-terminate --view-ebook
clock=75
wrapper=true

View File

@@ -0,0 +1,5 @@
title=Movies
icon=skin:icons/mplayer.png
exec=/usr/gp2x/mplayer
clock=200
wrapper=true

View File

@@ -0,0 +1,5 @@
title=Music
icon=skin:icons/music.png
exec=/usr/gp2x/gp2xmenu
params=--disable-autorun --enable-terminate --view-music
clock=75

View File

@@ -0,0 +1,6 @@
title=Photo
icon=skin:icons/photo.png
exec=/usr/gp2x/gp2xmenu
params=--disable-autorun --enable-terminate --view-photo
clock=100
wrapper=true

View File

@@ -0,0 +1,5 @@
title=Amiga
description=UAE-2X
exec=/mnt/sd/uae2x_01alpha/uae2x-tweak.gpe
manual=fonttest.txt
clock=200

View File

@@ -0,0 +1,9 @@
title=gpSP
description=vba2xg
icon=/mnt/sd/Icons/Videogames/gba-purple.png
exec=/mnt/sd/vba2x/vba.gpe
clock=280
selectordir=/mnt/sd/roms/gba/
selectorfilter=.zip,.vba
selectorscreens=/mnt/sd/roms/gba
wrapper=true

View File

@@ -0,0 +1,6 @@
title=GameBoy
description=Gnuboy2x
icon=/mnt/sd/Icons/Videogames/gb-silver.png
exec=/mnt/sd/gnuboy2x/Gnuboy2x.gpe
manual=/mnt/sd/gnuboy2x/readme.txt
clock=180

View File

@@ -0,0 +1,9 @@
title=Genesis
description=PicoDrive
icon=/mnt/sd/Icons/Videogames/genesis.png
exec=/mnt/sd/PicoDrive/PicoDrive.gpe
params=-menu " " [selFullPath]
clock=160
selectordir=/mnt/sd/roms/genesis/
selectorscreens=/mnt/sd/screens/genesis
wrapper=true

View File

@@ -0,0 +1,10 @@
title=MAME
description=Multiple Arcade Machine Emulator
icon=/mnt/sd/mamegp2x/mame.png
exec=/mnt/sd/mamegp2x/mame.gpe
params=[selFile]
manual=/mnt/sd/mamegp2x/mame.man.png
clock=200
selectordir=/mnt/sd/mamegp2x/roms/
selectorscreens=/mnt/sd/mamegp2x/screen
selectoraliases=/mnt/sd/mame.alias

View File

@@ -0,0 +1,5 @@
title=NK SNES
description=Super Nintendo Emulator
icon=/mnt/sd/Icons/Videogames/snes.png
exec=/mnt/sd/snes-mod/snesgp2x.gpe
clock=200

View File

@@ -0,0 +1,5 @@
title=Neo Geo
description=GnGeo2X
icon=/mnt/sd/Icons/Videogames/neogeo.png
exec=/mnt/sd/neogeo/rage2x.gpe
clock=200

View File

@@ -0,0 +1,9 @@
title=NeoGeo Pocket
description=Race!
icon=/mnt/sd/Icons/Videogames/ngpc white.png
exec=/mnt/sd/ngpc/race
clock=160
selectordir=/mnt/sd/roms/ngpc/
selectorfilter=.ngp,.ngc
selectorscreens=/mnt/sd/screens/ngpc
wrapper=true

View File

@@ -0,0 +1,9 @@
title=Nintendo
description=GpFCE
icon=/mnt/sd/Icons/Videogames/nes.png
exec=/mnt/sd/GpFce/gpfce
clock=200
selectordir=/mnt/sd/roms/nes/
selectorfilter=.nes,.zip
selectorscreens=/mnt/sd/screens/nes
wrapper=true

View File

@@ -0,0 +1,5 @@
title=PcEngine
description=gp2xengine
icon=/mnt/sd/Icons/Videogames/tg16.png
exec=/mnt/sd/gp2xengine/gp2xengine.gpe
clock=200

View File

@@ -0,0 +1,5 @@
title=PlayStation
description=psx4gp2x
icon=/mnt/sd/Icons/Videogames/psx.png
exec=/mnt/sd/psx4gp2x/psx4all.gpe
clock=200

View File

@@ -0,0 +1,9 @@
title=SNES
description=SquidgeSnes
icon=/mnt/sd/Icons/Videogames/snes.png
exec=/mnt/sd/snes/squidgesnes.gpe
params=ntrd load=[selFullPath]
clock=240
selectordir=/mnt/sd/roms/snes/
selectorscreens=/mnt/sd/screens/snes
wrapper=true

View File

@@ -0,0 +1,4 @@
title=fishyNES
icon=/mnt/sd/Icons/Videogames/nes.png
exec=/mnt/sd/nes/fishyNES.gpe
clock=200

View File

@@ -0,0 +1,5 @@
title=HU6280
description=PcEngine emulator
icon=/mnt/sd/Icons/Videogames/tg16.png
exec=/mnt/sd/pcengine/hu6280.gpe
clock=200

View File

@@ -0,0 +1,3 @@
title=Barrage
exec=/mnt/sd/barrage/Barrage.gpe
clock=200

View File

@@ -0,0 +1,4 @@
title=CDogs
icon=/mnt/sd/Icons/cdogssp2.png
exec=/mnt/sd/CDogs/CDogs.gpe
clock=200

View File

@@ -0,0 +1,4 @@
title=Clonk2X
icon=/mnt/sd/Icons/clonk.png
exec=/mnt/sd/Clonk2X/ClonkFront.gpe
clock=200

View File

@@ -0,0 +1,3 @@
title=Nethack
icon=/mnt/sd/nethack/Nethack.png
exec=/mnt/sd/nethack/Nethack.gpe

View File

@@ -0,0 +1,5 @@
title=Payback
icon=/mnt/sd/PaybackDemo/PaybackDemo.png
exec=/mnt/sd/PaybackDemo/PaybackDemo
clock=200
wrapper=true

View File

@@ -0,0 +1,2 @@
title=S-Tris 2
exec=/mnt/sd/s-tris/S-Tris 2.gpe

View File

@@ -0,0 +1,4 @@
title=Beat2X
description=DanceDance style game
icon=/mnt/sd/beat2x/beat2x.png
exec=/mnt/sd/beat2x/beat2x.gpe

View File

@@ -0,0 +1,4 @@
title=blazar
icon=/mnt/sd/Blazar/blazar.png
exec=/mnt/sd/Blazar/blazar.gpe
clock=199

View File

@@ -0,0 +1,4 @@
title=duke3d
icon=/mnt/sd/Icons/duke3ddp1.png
exec=/mnt/sd/duke2x/duke3d.gpe
clock=140

View File

@@ -0,0 +1,3 @@
title=hexahop
icon=/mnt/sd/hex-a-hop/hexahop.png
exec=/mnt/sd/hex-a-hop/hexahop.gpe

View File

@@ -0,0 +1,3 @@
title=ladykiller
exec=/mnt/sd/ladykiller/ladykiller.gpe
clock=200

View File

@@ -0,0 +1,3 @@
title=myriad
icon=/mnt/sd/Myriad/myriad.png
exec=/mnt/sd/Myriad/myriad.gpe

View File

@@ -0,0 +1,5 @@
title=openglad
icon=/mnt/sd/Icons/exultsx6.png
exec=/mnt/sd/openglad2x/openglad
clock=200
dontleave=true

View File

@@ -0,0 +1,3 @@
title=OpenJazz
description=Jazz Jazkrabbit Port
exec=/mnt/sd/openjazz/openjazz.gpe

View File

@@ -0,0 +1,5 @@
title=puzzleland
icon=/mnt/sd/puzzleland/puzzleland.png
exec=/mnt/sd/puzzleland/puzzleland
clock=200
wrapper=true

View File

@@ -0,0 +1,5 @@
title=rubido
icon=/mnt/sd/rubido/rubido.png
exec=/mnt/sd/rubido/rubido.gpe
clock=200
wrapper=true

View File

@@ -0,0 +1,5 @@
title=Scumm
description=Scumm emulator
icon=/mnt/sd/Icons/scummvmpq9.png
exec=/mnt/sd/scummvm/scummvm.gpe
clock=200

View File

@@ -0,0 +1,3 @@
title=SmashGp2x
description=Super Smash Bros. Clone
exec=/mnt/sd/SmashGp2x.gpe

View File

@@ -0,0 +1,6 @@
title=SMW
description=Super Mario War
icon=/mnt/sd/Icons/Characters/Mario.png
exec=/mnt/sd/smw/smw.gpe
clock=200
gamma=76

View File

@@ -0,0 +1,5 @@
title=sokoban
icon=/mnt/sd/sokoban/sokoban.png
exec=/mnt/sd/sokoban/sokoban.gpe
clock=200
wrapper=true

View File

@@ -0,0 +1,4 @@
title=SuperTux
description=Platform Jump 'n' Run
icon=/mnt/sd/supertux/supertux.png
exec=/mnt/sd/supertux/supertux.gpe

View File

@@ -0,0 +1,5 @@
title=Vektar
description=Commercial version demo
icon=/mnt/sd/Vektar Commercial Demo/vektar.png
exec=/mnt/sd/Vektar Commercial Demo/vektar.gpe
clock=200

View File

@@ -0,0 +1,6 @@
title=Exit
description=Exit GMenu2X to the official frontend
icon=skin:icons/exit.png
exec=/usr/gp2x/gp2xmenu
params=--disable-autorun
clock=195

View File

@@ -0,0 +1,8 @@
title=GP2X
description=Configure options from the original frontend
icon=skin:icons/configure.png
exec=/usr/gp2x/gp2xmenu
params=--disable-autorun --enable-terminate --view-setting
clock=300
backlight=100
wrapper=true

View File

@@ -0,0 +1,8 @@
title=System
description=Configure options from the original frontend
icon=skin:icons/configure.png
exec=/usr/gp2x/gp2xmenu
params=--disable-autorun --enable-terminate --view-system
clock=300
backlight=100
wrapper=true