Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djrideout/vr32

WIP Virtual Boy emulator for 3DS
https://github.com/djrideout/vr32

3ds 3ds-homebrew emulator virtual-boy

Last synced: 23 days ago
JSON representation

WIP Virtual Boy emulator for 3DS

Awesome Lists containing this project

README

        

### Requires:
- Docker
### Install:
`docker build -t vr32 .`
### Build:
- CMD: `docker run -v %cd%:/vr32 --rm vr32`
- PowerShell: `docker run -v ${pwd}:/vr32 --rm vr32`
- bash: `docker run -v $(pwd):/vr32 --rm vr32`