PPyBoy•Created by MorganPG on 4/14/2025 in #support How can I access PyBoy.mb from within a subclass.
The mb Motherboard is only exposed to cython, you can't access it without editing pyboy's source code. If you want to expose it to python, you need to add public
before the mb declaration, inside pyboy .pxd file, then compile