Recent activity

[PATCH 3/3] Show rom name in window title. 2 years ago

From james palmer to ~rabbits/public-inbox

---
 src/uxn11.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/uxn11.c b/src/uxn11.c
index c8d60b1..e68300f 100644
--- a/src/uxn11.c
+++ b/src/uxn11.c
@@ -199,7 +199,7 @@ emu_event(Uxn *u)
}

static int
init(void)
init(char *title)
[message trimmed]

[PATCH 2/3] Fix typo in Uxn11 usage message. It is no-longer uxncli. 2 years ago

From james palmer to ~rabbits/public-inbox

---
 src/uxn11.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uxn11.c b/src/uxn11.c
index f2cda7f..c8d60b1 100644
--- a/src/uxn11.c
+++ b/src/uxn11.c
@@ -225,7 +225,7 @@ main(int argc, char **argv)
	struct pollfd fds[2];
	static const struct itimerspec screen_tspec = {{0, 16666666}, {0, 16666666}};
	if(argc < 2)
		return emu_error("Usage", "uxncli game.rom args");
		return emu_error("Usage", "uxn11 game.rom args");
[message trimmed]

[PATCH 1/3] Fix segmentation fault on first boot. 2 years ago

From james palmer to ~rabbits/public-inbox

When emu_start() is first called, the Uxn struct is uninitialised stack data.
This meant the u->ram pointer would be an invalid address so the program would crash
with a segmentation fault when attempting to free it. By setting it to NULL, we avoid this
because calling free() on a NULL pointer is a no-op.
---
 src/uxn11.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/uxn11.c b/src/uxn11.c
index 15adf5d..f2cda7f 100644
--- a/src/uxn11.c
+++ b/src/uxn11.c
@@ -227,6 +227,7 @@ main(int argc, char **argv)
	if(argc < 2)
[message trimmed]

[PATCH v2] community/mpv: add sndio output support (ported from an openbsd patch) 2 years ago

From james palmer to ~sircmpwn/alpine-aports

---
 community/mpv/APKBUILD    |  10 +-
 community/mpv/sndio.patch | 377 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 384 insertions(+), 3 deletions(-)
 create mode 100644 community/mpv/sndio.patch

diff --git a/community/mpv/APKBUILD b/community/mpv/APKBUILD
index d644626250..c2d3346a22 100644
--- a/community/mpv/APKBUILD
+++ b/community/mpv/APKBUILD
@@ -5,7 +5,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mpv
pkgver=0.34.1
[message trimmed]

[PATCH v2] community/mpv: add sndio output support (ported from an openbsd patch) 2 years ago

From james palmer to ~sircmpwn/alpine-aports

---
 community/mpv/APKBUILD    |  10 +-
 community/mpv/sndio.patch | 377 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 384 insertions(+), 3 deletions(-)
 create mode 100644 community/mpv/sndio.patch

diff --git a/community/mpv/APKBUILD b/community/mpv/APKBUILD
index d644626250..c2d3346a22 100644
--- a/community/mpv/APKBUILD
+++ b/community/mpv/APKBUILD
@@ -5,7 +5,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mpv
pkgver=0.34.1
[message trimmed]

[PATCH] community/mpv: add sndio output support (ported from an openbsd patch) 2 years ago

From james palmer to ~sircmpwn/alpine-aports

---
 community/mpv/APKBUILD    |  10 +-
 community/mpv/sndio.patch | 377 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 384 insertions(+), 3 deletions(-)
 create mode 100644 community/mpv/sndio.patch

diff --git a/community/mpv/APKBUILD b/community/mpv/APKBUILD
index d644626250..7ef545a519 100644
--- a/community/mpv/APKBUILD
+++ b/community/mpv/APKBUILD
@@ -5,7 +5,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mpv
pkgver=0.34.1
[message trimmed]

[PATCH v2] Demonstrate that I can use git send-email 4 years ago

From james palmer to ~sircmpwn/email-test-drive

---
 james-palmer | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 james-palmer

diff --git a/james-palmer b/james-palmer
new file mode 100644
index 0000000..66cb3d4
--- /dev/null
+++ b/james-palmer
@@ -0,0 +1 @@
I have successfully used git send-email!
-- 
2.28.0
[message trimmed]

[PATCH] Demonstrate that I can use git send-email 4 years ago

From james palmer to ~sircmpwn/email-test-drive

---
 james-palmer | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 james-palmer

diff --git a/james-palmer b/james-palmer
new file mode 100644
index 0000000..b4380e4
--- /dev/null
+++ b/james-palmer
@@ -0,0 +1 @@
I'm about to try git send-email!
-- 
2.28.0
[message trimmed]

[PATCH] git send-email test 4 years ago

From james palmer to ~sircmpwn/email-test-drive

---
 foura | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 foura

diff --git a/foura b/foura
new file mode 100644
index 0000000..0d82255
--- /dev/null
+++ b/foura
@@ -0,0 +1 @@
git send-email test
-- 
2.28.0
[message trimmed]