diff --git a/src/main.rs b/src/main.rs index 6474f9f..e9e8481 100644 --- a/src/main.rs +++ b/src/main.rs @@ -140,7 +140,7 @@ fn initiate_sdl(draw_scale:f32) -> (WindowCanvas, EventPump) { let window_width = (Device::FRAME_BUFFER_WIDTH as f32 * draw_scale) as u32; let window_height = (Device::FRAME_BUFFER_HEIGHT as f32 * draw_scale) as u32; - let window = video_subsystem.window("byte-pusher-emu", window_width,window_height) + let window = video_subsystem.window("porcel8", window_width,window_height) .position_centered() .build() .unwrap();