From 922a264452becd03725768fd83e07e3b36ab49f3 Mon Sep 17 00:00:00 2001 From: kalymos Date: Mon, 21 Apr 2025 12:28:30 +0200 Subject: [PATCH] Renaming files to make updating easier --- {PSNee_V8.6/PSNee_V8.6 => PSNee/PSNee}/BIOS_patching.h | 0 {PSNee_V8.6/PSNee_V8.6 => PSNee/PSNee}/MCU.h | 0 PSNee_V8.6/PSNee_V8.6/PSNee_V8.6.ino => PSNee/PSNee/PSNee.ino | 2 ++ {PSNee_V8.6/PSNee_V8.6 => PSNee/PSNee}/settings.h | 0 4 files changed, 2 insertions(+) rename {PSNee_V8.6/PSNee_V8.6 => PSNee/PSNee}/BIOS_patching.h (100%) rename {PSNee_V8.6/PSNee_V8.6 => PSNee/PSNee}/MCU.h (100%) rename PSNee_V8.6/PSNee_V8.6/PSNee_V8.6.ino => PSNee/PSNee/PSNee.ino (99%) rename {PSNee_V8.6/PSNee_V8.6 => PSNee/PSNee}/settings.h (100%) diff --git a/PSNee_V8.6/PSNee_V8.6/BIOS_patching.h b/PSNee/PSNee/BIOS_patching.h similarity index 100% rename from PSNee_V8.6/PSNee_V8.6/BIOS_patching.h rename to PSNee/PSNee/BIOS_patching.h diff --git a/PSNee_V8.6/PSNee_V8.6/MCU.h b/PSNee/PSNee/MCU.h similarity index 100% rename from PSNee_V8.6/PSNee_V8.6/MCU.h rename to PSNee/PSNee/MCU.h diff --git a/PSNee_V8.6/PSNee_V8.6/PSNee_V8.6.ino b/PSNee/PSNee/PSNee.ino similarity index 99% rename from PSNee_V8.6/PSNee_V8.6/PSNee_V8.6.ino rename to PSNee/PSNee/PSNee.ino index 70f138a..df90e6c 100644 --- a/PSNee_V8.6/PSNee_V8.6/PSNee_V8.6.ino +++ b/PSNee/PSNee/PSNee.ino @@ -1,3 +1,5 @@ +// PSNee-8.7.0 + //------------------------------------------------------------------------------------------------ // Select your console //------------------------------------------------------------------------------------------------ diff --git a/PSNee_V8.6/PSNee_V8.6/settings.h b/PSNee/PSNee/settings.h similarity index 100% rename from PSNee_V8.6/PSNee_V8.6/settings.h rename to PSNee/PSNee/settings.h