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
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -25,8 +25,12 @@ cfg/
|
|||
libs/
|
||||
obj/
|
||||
.opk_data
|
||||
.od_data
|
||||
PicoDrive
|
||||
PicoDrive.opk
|
||||
picodrive
|
||||
picodrive_libretro*
|
||||
PicoDrive*.opk
|
||||
PicoDrive*.zip
|
||||
pico_int_offs.h
|
||||
amalgamate
|
||||
textfilter
|
||||
|
|
6
Makefile
6
Makefile
|
@ -116,8 +116,7 @@ PicoDrive.zip: $(TARGET)
|
|||
mkdir .od_data
|
||||
cp -r platform/linux/skin .od_data
|
||||
cp platform/game_def.cfg .od_data
|
||||
cp $< .od_data/PicoDrive
|
||||
$(STRIP) .od_data/PicoDrive
|
||||
$(STRIP) $< -o .od_data/picodrive
|
||||
cd .od_data && zip -9 -r ../$@ *
|
||||
all: PicoDrive.zip
|
||||
endif
|
||||
|
@ -128,8 +127,7 @@ ifeq "$(PLATFORM)" "opendingux"
|
|||
mkdir .od_data
|
||||
cp -r platform/opendingux/data/. .od_data
|
||||
cp platform/game_def.cfg .od_data
|
||||
cp $< .od_data/PicoDrive
|
||||
$(STRIP) .od_data/PicoDrive
|
||||
$(STRIP) $< -o .od_data/picodrive
|
||||
.PHONY: .od_data
|
||||
|
||||
ifneq (,$(filter %__DINGUX__, $(CFLAGS)))
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
# gcw0,opendingux:ghcr.io/irixxxx/toolchain-opendingux
|
||||
# miyoo: ghcr.io/irixxxx/toolchain-miyoo
|
||||
# psp: docker.io/pspdev/pspdev
|
||||
# psp: docker.io/ps2dev/ps2dev
|
||||
# ps2: docker.io/ps2dev/ps2dev
|
||||
# pandora: ghcr.io/irixxxx/toolchain-pandora
|
||||
# odbeta-gcw0: ghcr.io/irixxxx/toolchain-odbeta-gcw0
|
||||
# odbeta-lepus: ghcr.io/irixxxx/toolchain-odbeta-lepus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue