mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 23:08:22 -04:00
PM: Embed boot2 logic in PM.
This commit is contained in:
parent
6adcb483e5
commit
9f16062767
4 changed files with 30 additions and 259 deletions
10
stratosphere/pm/source/pm_boot2.hpp
Normal file
10
stratosphere/pm/source/pm_boot2.hpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
enum class TitleId : u64 {
|
||||
x = 0UL,
|
||||
};
|
||||
|
||||
class EmbeddedBoot2 {
|
||||
public:
|
||||
static void Main();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue