Skip to content
Snippets Groups Projects

Support for Python

Merged João Magalhães requested to merge joamag/python into master
Compare and Show latest version
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -2,7 +2,8 @@ use pyo3::{prelude::*, types::PyBytes};
use crate::{
gb::{GameBoy as GameBoyBase, GameBoyMode},
ppu::{DISPLAY_HEIGHT, DISPLAY_WIDTH}, info::Info,
info::Info,
ppu::{DISPLAY_HEIGHT, DISPLAY_WIDTH},
};
#[pyclass]
Loading