From 624952ca495add95c3916d256f1ece6cd53efff8 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Sun, 10 May 2026 22:41:37 +0200 Subject: [PATCH] delete ams_patch.bat --- ams_patch.bat | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 ams_patch.bat diff --git a/ams_patch.bat b/ams_patch.bat deleted file mode 100644 index 026fdfef..00000000 --- a/ams_patch.bat +++ /dev/null @@ -1,12 +0,0 @@ -@echo off -set ROOT=build -set PATCHES=Source/Atmosphere-Patches -copy "%PATCHES%\secmon_memory_layout.hpp" "%ROOT%\libraries\libexosphere/include/exosphere/secmon/" /Y -copy "%PATCHES%\secmon_emc_access_table_data.inc" "%ROOT%\exosphere/program/source/smc/" /Y -copy "%PATCHES%\secmon_soctherm_access_table_data.inc" "%ROOT%\exosphere/program/source/smc/" /Y -copy "%PATCHES%\secmon_define_emc_access_table.inc" "%ROOT%\exosphere/program/source/smc/" /Y -copy "%PATCHES%\secmon_define_soctherm_access_table.inc" "%ROOT%\exosphere/program/source/smc/" /Y -copy "%PATCHES%\secmon_smc_register_access.cpp" "%ROOT%\exosphere/program/source/smc/" /Y - -echo Patched! -pause