mkst / sm64-port

My mirror of the sm64-port. You probably want to look at the 3DS port branch: https://github.com/mkst/sm64-port/tree/3ds-port
https://discord.gg/7bcNTPK
245 stars 32 forks source link

BUG: I don't see the minimap on the bottom of the screen #54

Closed mistertears closed 3 years ago

mistertears commented 3 years ago

I finished compiling the port, but I can't see a minimap. Pressing on the touchscreen does show the options, but I still can't see the minimap. How do I repair this?

mkst commented 3 years ago

@mistertears did you checkout the 3ds-minimap branch? If not, you wont get the minimap.

You'll have to checkout, make clean, and then recompile:

git checkout 3ds-minimap
make clean
make --jobs
mistertears commented 3 years ago

Oh, alright. Thanks!