mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-14 03:44:34 +00:00
Improve gfxprint documentation and strings (#1028)
* Improve gfxprint documentation and strings * Add GFXP_UNUSED_CHAR and rename bss variable
This commit is contained in:
parent
1fa6e3874b
commit
54d77c71f1
9 changed files with 508 additions and 387 deletions
|
@ -82,7 +82,7 @@ void Moji_DrawChar(GraphicsContext* gfxCtx, char c) {
|
|||
/**
|
||||
* Does not work as is in most cases.
|
||||
* Can work if the render mode, combiner and possibly other settings are set correctly.
|
||||
* For example this works with the render mode used in `GfxPrint_InitDlist`,
|
||||
* For example this works with the render mode used in `GfxPrint_Setup`,
|
||||
* and `G_CC_MODULATEI_PRIM` for both combiner cycles.
|
||||
*/
|
||||
void Moji_DrawString(GraphicsContext* gfxCtx, const char* str) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue