From 527cec25459b5ae45ac301540f9af8bcdacab703 Mon Sep 17 00:00:00 2001 From: impeeza <41979604+impeeza@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:17:38 -0500 Subject: [PATCH] Update Makefile to reflex 4.9.0 version Correct small overlook update to the makefile, so `make install` creates the correct filename --- nx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/Makefile b/nx/Makefile index 06f8043e..632793d7 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -9,7 +9,7 @@ endif include $(DEVKITPRO)/devkitA64/base_rules export LIBNX_MAJOR := 4 -export LIBNX_MINOR := 7 +export LIBNX_MINOR := 9 export LIBNX_PATCH := 0