Reapply "hoc-sys: fix uv calculation formulas"

This reverts commit 5a7788649e.
This commit is contained in:
souldbminersmwc
2025-11-12 15:50:37 -05:00
parent 5a7788649e
commit 96ff480607
14 changed files with 2455 additions and 164 deletions

10
Source/ams_patch.bat Normal file
View File

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