PM: Embed boot2 logic in PM.
This commit is contained in:
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();
|
||||
};
|
||||
Reference in New Issue
Block a user