ata4 / angrylion-rdp-plus

A low-level N64 video emulation plugin, based on the pixel-perfect angrylion RDP plugin with some improvements.
157 stars 25 forks source link

Fix config name, use m64p messaging API #17

Closed loganmc10 closed 6 years ago

loganmc10 commented 6 years ago

The name written in the config file needs to match how it looks elsewhere so that frontends can know where to look (I added the -).

Also, since msg.c is unique to mupen64plus now, we can use the built-in API for messaging instead of printf. Some mupen64plus GUI's have log viewers to capture the messages.

ata4 commented 6 years ago

Yep, that looks good to me!