Releases: Amjad50/mizu
Releases · Amjad50/mizu
v1.0.1 Release
v1.0.0 Release
Improvements to the public API of mizu-core
, now its easier to use this library with your custom integration.
v0.2.0 Release
New major updates, featuring save_states
and notifications
in the UI
v0.1.1 First release
Mizu is a gameboy emulator with a goal of making it a very accurate emulator.
Mizu can emulate both original gameboy (DMG) and gameboy color hardware (command line --dmg
option to pick DMG).
The GUI front for Mizu is SFML
. So you would need to install them if you are using linux from your package manager.
Note: frame limiting in emulation is important, I'm using SFML's frame limiting. On linux it is very accurate and stays on 60FPS all the time, but on windows it jumps a bit. Sound might be popping a bit on windows.