mgba **** This module allows you to output text to the debug console in mGBA. It is automatically initialised on import, so you don't have to call `open` manually. .. warning:: This module will crash your game on certain emulators (gpSP), so you should turn it off by passing `-d:natuMgbaLogging=off` for release builds of your game. .. autonim:: mgba.LogLevel .. autonim:: mgba.printf_2 .. autonim:: mgba.printf .. autonim:: mgba.open .. autonim:: mgba.close