mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-21 02:15:07 -04:00
fusee_cpp: implement bpmp cache driver
This commit is contained in:
parent
49d0a51d6b
commit
5cff5e629b
6 changed files with 390 additions and 11 deletions
|
@ -27,6 +27,9 @@ namespace ams::nxboot {
|
|||
/* Initialize Sdram. */
|
||||
InitializeSdram();
|
||||
|
||||
/* Initialize cache. */
|
||||
hw::InitializeDataCache();
|
||||
|
||||
/* Initialize SD card. */
|
||||
Result result = InitializeSdCard();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue