mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-26 05:05:24 +00:00
[debug menu] change: show pagination controls and pages amount
This commit is contained in:
parent
90a34e8f87
commit
7e9e356714
1 changed files with 2 additions and 1 deletions
|
@ -163,7 +163,8 @@ void drawMainHook(HakoniwaSequence *curSequence, sead::Viewport *viewport, sead:
|
||||||
renderer->setCamera(*cam);
|
renderer->setCamera(*cam);
|
||||||
renderer->setProjection(*projection);
|
renderer->setProjection(*projection);
|
||||||
|
|
||||||
gTextWriter->printf("----------- Page %d ------------\n", pageIndex);
|
gTextWriter->printf("(ZR ←)------------ Page %d/%d -------------(ZR →)\n", pageIndex + 1, maxPages);
|
||||||
|
|
||||||
switch (pageIndex)
|
switch (pageIndex)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
|
|
Loading…
Reference in a new issue