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/
|
libs/
|
||||||
obj/
|
obj/
|
||||||
.opk_data
|
.opk_data
|
||||||
|
.od_data
|
||||||
PicoDrive
|
PicoDrive
|
||||||
PicoDrive.opk
|
picodrive
|
||||||
|
picodrive_libretro*
|
||||||
|
PicoDrive*.opk
|
||||||
|
PicoDrive*.zip
|
||||||
pico_int_offs.h
|
pico_int_offs.h
|
||||||
amalgamate
|
amalgamate
|
||||||
textfilter
|
textfilter
|
||||||
|
|
6
Makefile
6
Makefile
|
@ -116,8 +116,7 @@ PicoDrive.zip: $(TARGET)
|
||||||
mkdir .od_data
|
mkdir .od_data
|
||||||
cp -r platform/linux/skin .od_data
|
cp -r platform/linux/skin .od_data
|
||||||
cp platform/game_def.cfg .od_data
|
cp platform/game_def.cfg .od_data
|
||||||
cp $< .od_data/PicoDrive
|
$(STRIP) $< -o .od_data/picodrive
|
||||||
$(STRIP) .od_data/PicoDrive
|
|
||||||
cd .od_data && zip -9 -r ../$@ *
|
cd .od_data && zip -9 -r ../$@ *
|
||||||
all: PicoDrive.zip
|
all: PicoDrive.zip
|
||||||
endif
|
endif
|
||||||
|
@ -128,8 +127,7 @@ ifeq "$(PLATFORM)" "opendingux"
|
||||||
mkdir .od_data
|
mkdir .od_data
|
||||||
cp -r platform/opendingux/data/. .od_data
|
cp -r platform/opendingux/data/. .od_data
|
||||||
cp platform/game_def.cfg .od_data
|
cp platform/game_def.cfg .od_data
|
||||||
cp $< .od_data/PicoDrive
|
$(STRIP) $< -o .od_data/picodrive
|
||||||
$(STRIP) .od_data/PicoDrive
|
|
||||||
.PHONY: .od_data
|
.PHONY: .od_data
|
||||||
|
|
||||||
ifneq (,$(filter %__DINGUX__, $(CFLAGS)))
|
ifneq (,$(filter %__DINGUX__, $(CFLAGS)))
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
echo 0 > /proc/sys/kernel/printk
|
echo 0 > /proc/sys/kernel/printk
|
||||||
./PicoDrive "$@"
|
./picodrive "$@"
|
||||||
sync
|
sync
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=Picodrive
|
Name=Picodrive
|
||||||
Comment=A mega drive/genesis emulator
|
Comment=A mega drive/genesis emulator
|
||||||
Exec=PicoDrive %f
|
Exec=picodrive %f
|
||||||
Icon=megadrive
|
Icon=megadrive
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=emulators;
|
Categories=emulators;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=Picodrive
|
Name=Picodrive
|
||||||
Comment=A mega drive/genesis emulator
|
Comment=A mega drive/genesis emulator
|
||||||
Exec=PicoDrive %f
|
Exec=picodrive %f
|
||||||
Icon=megadrive
|
Icon=megadrive
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=emulators;
|
Categories=emulators;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Picodrive
|
Name=Picodrive
|
||||||
Comment=A mega drive/genesis emulator
|
Comment=A mega drive/genesis emulator
|
||||||
Exec=PicoDrive %f
|
Exec=picodrive %f
|
||||||
Icon=megadrive
|
Icon=megadrive
|
||||||
Categories=emulators;
|
Categories=emulators;
|
||||||
X-OD-Manual=
|
X-OD-Manual=
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=Picodrive
|
Name=Picodrive
|
||||||
Comment=A mega drive/genesis emulator
|
Comment=A mega drive/genesis emulator
|
||||||
Exec=PicoDrive %f
|
Exec=picodrive %f
|
||||||
Icon=megadrive
|
Icon=megadrive
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=emulators;
|
Categories=emulators;
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
# gcw0,opendingux:ghcr.io/irixxxx/toolchain-opendingux
|
# gcw0,opendingux:ghcr.io/irixxxx/toolchain-opendingux
|
||||||
# miyoo: ghcr.io/irixxxx/toolchain-miyoo
|
# miyoo: ghcr.io/irixxxx/toolchain-miyoo
|
||||||
# psp: docker.io/pspdev/pspdev
|
# psp: docker.io/pspdev/pspdev
|
||||||
# psp: docker.io/ps2dev/ps2dev
|
# ps2: docker.io/ps2dev/ps2dev
|
||||||
# pandora: ghcr.io/irixxxx/toolchain-pandora
|
# pandora: ghcr.io/irixxxx/toolchain-pandora
|
||||||
# odbeta-gcw0: ghcr.io/irixxxx/toolchain-odbeta-gcw0
|
# odbeta-gcw0: ghcr.io/irixxxx/toolchain-odbeta-gcw0
|
||||||
# odbeta-lepus: ghcr.io/irixxxx/toolchain-odbeta-lepus
|
# odbeta-lepus: ghcr.io/irixxxx/toolchain-odbeta-lepus
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue