mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-08-04 14:48:48 +00:00
Prepare for hello joypad!
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// Auto-generated by ps1_meta.lua (passes/offsets.lua) — DO NOT EDIT
|
||||
// Source: C:\projects\Pikuma\ps1\code\hello_gte\hello_gte_tape.c
|
||||
// Source: C:\projects\Pikuma\ps1\code\hello_gte\hello_gte.tape.c
|
||||
#pragma once
|
||||
|
||||
#pragma region hello_gte_tape
|
||||
#pragma region hello_gte.tape
|
||||
|
||||
|
||||
// --- atom: cube_g4_face (77 words) ---
|
||||
@@ -25,5 +25,5 @@ enum {
|
||||
atom_offset_bounds_chk_floor_f3_face_exit = _atom_offset_bounds_chk_floor_f3_face_exit,
|
||||
};
|
||||
|
||||
#pragma endregion hello_gte_tape
|
||||
#pragma endregion hello_gte.tape
|
||||
|
||||
|
||||
@@ -20,10 +20,10 @@
|
||||
#include "duffle/lottes_tape.h"
|
||||
#include "duffle/word_count.metadata.h"
|
||||
|
||||
# include "gen/gte_hello.offsets.h"
|
||||
# include "gen/hello_gte.offsets.h"
|
||||
#include "hello_gte.h"
|
||||
|
||||
#include "hello_gte_tape.c"
|
||||
#include "hello_gte.tape.c"
|
||||
|
||||
typedef U4 OrderingTable_Buffer[OrderingTbl_Len];
|
||||
typedef Array_(OrderingTable_Buffer, 2);
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# include "duffle/atom_dsl.h"
|
||||
# include "duffle/lottes_tape.h"
|
||||
# include "duffle/word_count.metadata.h"
|
||||
# include "gen/gte_hello.offsets.h"
|
||||
# include "gen/hello_gte.offsets.h"
|
||||
# include "hello_gte.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user