Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 479 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 479 Bytes

yagb-emu

Yet another GameBoy Emulator (In Development). LINUX ONLY for now.

Dependancies

  • sdl: Library for managing video and user input
  • glew: Library for querying OpenGL extensions

Build & Run

# Clone the Repository
git clone --recurse-submodules https://github.com/Ciaxur/yagb-emu.git  
make                              # Build the Emulator
./build/yagb-emu path/to/rom      # Running the Emulator

License

Licensed under MIT.