mirror of
https://github.com/zeldaret/ss
synced 2026-06-18 23:36:40 -04:00
Minor formatting adjustments + symbol renaming
This commit is contained in:
+4
-4
@@ -6,10 +6,6 @@
|
||||
|
||||
#include "rvl/OS.h"
|
||||
|
||||
OSThread MAIN_THREAD;
|
||||
|
||||
#define STACK_SIZE 0xF000
|
||||
|
||||
void dMain::Create() {
|
||||
dSys_c::create();
|
||||
dSys_c::setBlack(false);
|
||||
@@ -27,7 +23,11 @@ void *dMain::main01(void *arg) {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
#define STACK_SIZE 0xF000
|
||||
|
||||
void main(int argc, char **argv) {
|
||||
static OSThread MAIN_THREAD;
|
||||
|
||||
u8 pStackBase[STACK_SIZE] __attribute__((aligned(32)));
|
||||
|
||||
fn_80006C20();
|
||||
|
||||
Reference in New Issue
Block a user