mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 23:08:22 -04:00
exo: implement start of mariko fatal handler
This commit is contained in:
parent
123ed80dc7
commit
7bcd5c6e3b
28 changed files with 1138 additions and 24 deletions
|
@ -143,9 +143,9 @@ namespace ams::sdmmc::impl {
|
|||
virtual void SetWorkBuffer(void *wb, size_t wb_size) = 0;
|
||||
|
||||
virtual Result Startup(BusPower bus_power, BusWidth bus_width, SpeedMode speed_mode, bool power_saving_enable) = 0;
|
||||
virtual void Shutdown();
|
||||
virtual void PutToSleep();
|
||||
virtual Result Awaken();
|
||||
virtual void Shutdown() = 0;
|
||||
virtual void PutToSleep() = 0;
|
||||
virtual Result Awaken() = 0;
|
||||
|
||||
virtual Result SwitchToSdr12();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue