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
0df4980b
Verified
Commit
0df4980b
authored
2 years ago
by
João Magalhães
Browse files
Options
Downloads
Patches
Plain Diff
feat: new title element
parent
259a09e0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/sdl/src/main.rs
+1
-1
1 addition, 1 deletion
examples/sdl/src/main.rs
with
1 addition
and
1 deletion
examples/sdl/src/main.rs
+
1
−
1
View file @
0df4980b
...
...
@@ -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
();
...
...
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