You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
fix readme
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
- Clone this repo into a folder in your SM64 decomp or homebrew repo
|
||||
- Include that folder in your makefile's `SRC_DIRS`
|
||||
- Add that folder to the linker script (`sm64.ld`) or specfile
|
||||
- Wherever you're including your font (I use actors/group0.c for SM64), insert: ```c
|
||||
- Wherever you're including your font (I use actors/group0.c for SM64), insert:
|
||||
```c
|
||||
#include "src/s2d_engine/config.h"
|
||||
#include FONT_C_FILE
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user