diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-07-29 12:52:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-29 12:52:32 -0400 |
| commit | 632ff4b2abec60e91be7b71e0cf40043bed75f32 (patch) | |
| tree | c8e53f50d0c681afc2a6542a11cbf442174751f3 /include/other_types.h | |
| parent | 40cc48fb7a956f94cfd4c0e90a60ee15eefc4f8e (diff) | |
Build a compressed ROM (#16)
* git subrepo clone (merge) --branch=5da3132606e4fd427a8d72b8428e4f921cd6e56f git@github.com:z64tools/z64compress.git tools/z64compress
subrepo:
subdir: "tools/z64compress"
merged: "5da3132"
upstream:
origin: "git@github.com:z64tools/z64compress.git"
branch: "5da3132606e4fd427a8d72b8428e4f921cd6e56f"
commit: "5da3132"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git"
commit: "2f68596"
* z64compress_wrapper.py
* fixes
* dmadata.c
* readme
* git subrepo pull tools/splat
subrepo:
subdir: "tools/splat"
merged: "01ac556"
upstream:
origin: "git@github.com:ethteck/splat.git"
branch: "master"
commit: "01ac556"
git-subrepo:
version: "0.4.3"
origin: "https://github.com/ingydotnet/git-subrepo.git"
commit: "2f68596"
* segment_end_before_align: True
* Add compressed step to jenkinsfile
* TODO
* format
* remove from boot_variables.h
* simplify
* Change makefile to match MM
Diffstat (limited to 'include/other_types.h')
| -rw-r--r-- | include/other_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/other_types.h b/include/other_types.h index f699ccb..69af3e7 100644 --- a/include/other_types.h +++ b/include/other_types.h @@ -5,7 +5,7 @@ // Header for files that are well known, but don't have a proper header home yet -typedef u32 romoffset_t; +typedef u32 RomOffset; typedef void* TexturePtr; #endif |
