git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 5cc2dcc864d937650f0b4ea311a25231b83e299d
parent d50514ede940ace782f2f3afbd7be1ae00bc99f3
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sun, 28 Feb 2021 14:55:30 +0200

Fix #353 better

Diffstat:
MMakefile2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -30,7 +30,7 @@ else DEFAULT := sdl endif -ifneq ($(shell which xdg-open),) +ifneq ($(shell which xdg-open)$(FREEDESKTOP),) # Running on an FreeDesktop environment, configure for (optional) installation DESTDIR ?= PREFIX ?= /usr/local

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.