Skip to content
Snippets Groups Projects
Verified Commit 0df4980b authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: new title element

parent 259a09e0
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ use std::{fs::File, io::Read};
const PIXEL_SET: [u8; 3] = [80, 203, 147];
const SYSTEM_HZ: u32 = 240;
const SCREEN_SCALE: f32 = 15.0;
const TITLE: &str = "Drag and drop the ROM file to play";
const TITLE: &str = "CHIP-Ahoyto - Drag and drop the ROM file to play";
fn main() {
let sdl = sdl2::init().unwrap();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment