all repos — mgba @ f06d0c8a06af25ea836735231803888e84d1b84c

mGBA Game Boy Advance Emulator

src/platform/python/mgba/gba.py (view raw)

1from _pylib import ffi, lib
2
3class GBA:
4    def __init__(self, native):
5        self._native = ffi.cast("struct GBA*", native)