mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-06-02 09:06:54 +02:00
Initial commit
This commit is contained in:
13
arm9/source/PicoLoaderProcess.cpp
Normal file
13
arm9/source/PicoLoaderProcess.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "common.h"
|
||||
#include <nds/arm9/video.h>
|
||||
#include "picoLoaderBootstrap.h"
|
||||
#include "PicoLoaderProcess.h"
|
||||
|
||||
void PicoLoaderProcess::Run()
|
||||
{
|
||||
REG_MASTER_BRIGHT = 0x401F;
|
||||
REG_MASTER_BRIGHT_SUB = 0x401F;
|
||||
REG_DISPCNT = 0;
|
||||
REG_DISPCNT_SUB = 0;
|
||||
pload_start();
|
||||
}
|
||||
Reference in New Issue
Block a user