mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
build, more lowercase on linux, plus minor changes
This commit is contained in:
parent
7647f87b29
commit
89319e4997
8 changed files with 13 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /bin/sh
|
||||
echo 0 > /proc/sys/kernel/printk
|
||||
./PicoDrive "$@"
|
||||
./picodrive "$@"
|
||||
sync
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Type=Application
|
||||
Name=Picodrive
|
||||
Comment=A mega drive/genesis emulator
|
||||
Exec=PicoDrive %f
|
||||
Exec=picodrive %f
|
||||
Icon=megadrive
|
||||
Terminal=false
|
||||
Categories=emulators;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Type=Application
|
||||
Name=Picodrive
|
||||
Comment=A mega drive/genesis emulator
|
||||
Exec=PicoDrive %f
|
||||
Exec=picodrive %f
|
||||
Icon=megadrive
|
||||
Terminal=false
|
||||
Categories=emulators;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Name=Picodrive
|
||||
Comment=A mega drive/genesis emulator
|
||||
Exec=PicoDrive %f
|
||||
Exec=picodrive %f
|
||||
Icon=megadrive
|
||||
Categories=emulators;
|
||||
X-OD-Manual=
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Type=Application
|
||||
Name=Picodrive
|
||||
Comment=A mega drive/genesis emulator
|
||||
Exec=PicoDrive %f
|
||||
Exec=picodrive %f
|
||||
Icon=megadrive
|
||||
Terminal=false
|
||||
Categories=emulators;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue