mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
preparation for retrofw and legacy opendingux support
This commit is contained in:
parent
b1b5f9c094
commit
b053cb2044
5 changed files with 29 additions and 11 deletions
4
platform/opendingux/data/PicoDrive.dge
Normal file
4
platform/opendingux/data/PicoDrive.dge
Normal file
|
@ -0,0 +1,4 @@
|
|||
#! /bin/sh
|
||||
echo 0 > /proc/sys/kernel/printk
|
||||
./PicoDrive "$@"
|
||||
sync
|
12
platform/opendingux/data/default.retrofw.desktop
Normal file
12
platform/opendingux/data/default.retrofw.desktop
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Desktop Entry]
|
||||
Name=Picodrive
|
||||
Comment=A megadrive/genesis emulator
|
||||
Exec=PicoDrive %f
|
||||
Icon=megadrive
|
||||
Categories=games;
|
||||
X-OD-Manual=
|
||||
X-OD-Selector=
|
||||
X-OD-Filter=.md,.smd,.bin,.sms,.cue,.32x,.zip,.7z
|
||||
Terminal=true
|
||||
Type=Application
|
||||
StartupNotify=true
|
Loading…
Add table
Add a link
Reference in a new issue