Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
chip-ahoyto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
João Magalhães
chip-ahoyto
Commits
640164bd
Verified
Commit
640164bd
authored
2 years ago
by
João Magalhães
Browse files
Options
Downloads
Patches
Plain Diff
feat: new static association
parent
eb30a230
No related branches found
No related tags found
No related merge requests found
Pipeline
#568
passed
2 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/sdl/src/main.rs
+2
-2
2 additions, 2 deletions
examples/sdl/src/main.rs
with
2 additions
and
2 deletions
examples/sdl/src/main.rs
+
2
−
2
View file @
640164bd
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment