Revert "hoc-sys: fix config and add global profiles"

This reverts commit 7d261c5f41.
This commit is contained in:
souldbminersmwc
2025-11-12 15:41:32 -05:00
parent 40aefffbb2
commit 237565a69b
13 changed files with 150 additions and 2443 deletions

View File

@@ -1,10 +0,0 @@
@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