Files
Horizon-OC/Source/ams_patch.bat
souldbminersmwc d4fad33020 Revert "Merge branch 'master' of https://github.com/Horizon-OC/Horizon-OC"
This reverts commit b54252ccac, reversing
changes made to 96ff480607.
2025-11-12 18:41:37 -05:00

11 lines
472 B
Batchfile

@echo off
set ROOT=Atmosphere-MTC-Unlock
set PATCHES=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_define_emc_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