all repos — mgba @ d53497cb32309ef83b530986bc110e03ef2d1ebd

mGBA Game Boy Advance Emulator

src/platform/python/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)