Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Nov 14, 2023
1 parent 4b3b3c0 commit 32c3d98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ use std::fs::File;
use std::io::Read;
use winit::{event_loop::EventLoop, window::WindowBuilder};
use clap::{Parser};
use crate::cpu::{CPU, GBMode};
use crate::cpu::CPU;
use crate::mode::GBMode;

mod cpu;
mod registers;
Expand Down

0 comments on commit 32c3d98

Please sign in to comment.