Prepare save spot for booting

This commit is contained in:
Jaby
2022-12-16 03:20:08 +01:00
parent 01148b8c52
commit 8a6293dc87
5 changed files with 44 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
#ifndef BOOT_LOADER_HPP
#define BOOT_LOADER_HPP
#include <PSX/jabyengine.h>
namespace GPU {
void display_logo();
@@ -11,4 +12,8 @@ namespace SPU {
void setup();
}
namespace Setup {
JabyEngine::NextRoutine start();
}
#endif //!BOOT_LOADER_HPP