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

feat: new static association

parent eb30a230
No related branches found
No related tags found
No related merge requests found
Pipeline #568 passed
......@@ -35,10 +35,10 @@ const LOGIC_DELTA: u32 = 60;
const SCREEN_SCALE: f32 = 10.0;
// The base title to be used in the window.
const TITLE: &str = "CHIP-Ahoyto";
const TITLE: &'static str = "CHIP-Ahoyto";
// The title that is going to be presented initially to the user.
const TITLE_INITIAL: &str = "CHIP-Ahoyto [Drag and drop the ROM file to play]";
const TITLE_INITIAL: &'static str = "CHIP-Ahoyto [Drag and drop the ROM file to play]";
pub struct BeepCallback {
phase_inc: f32,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment