GBAiD icon indicating copy to clipboard operation
GBAiD copied to clipboard

A GameBoy Advance emulator in D

Results 2 GBAiD issues
Sort by recently updated
recently updated
newest added

``` ❯ dub build Unresolvable dependencies to package derelict-util: derelict-gl3 1.0.21 depends on derelict-util >=1.0.3 derelict-sdl2 2.1.2 depends on derelict-util ~>2.0.4 ```

With the package.json patch in #1, compilation fails on Windows with the following: > > src\gbaid\graphics.d(533): Error: bad type/size of operands 'test' I don't know anything about x86_64 assembly, so...