Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
SquirrelJME
Commits
2ef1b0b6
Commit
2ef1b0b6
authored
Sep 16, 2021
by
Stephanie Gawroriski
Browse files
Print the copyright to the console.
parent
57cf48b2
Pipeline
#52789
passed with stages
in 1 minute and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/launcher/src/main/java/cc/squirreljme/runtime/launcher/ui/SplashScreen.java
View file @
2ef1b0b6
...
@@ -91,6 +91,9 @@ public final class SplashScreen
...
@@ -91,6 +91,9 @@ public final class SplashScreen
@Override
@Override
public
final
void
run
()
public
final
void
run
()
{
{
// Print copyright to the console as well
System
.
err
.
println
(
SplashScreen
.
COPYRIGHT
);
// Image is completely operated with using raw data
// Image is completely operated with using raw data
int
np
=
SplashScreen
.
WIDTH
*
SplashScreen
.
HEIGHT
;
int
np
=
SplashScreen
.
WIDTH
*
SplashScreen
.
HEIGHT
;
int
[]
image
=
new
int
[
np
];
int
[]
image
=
new
int
[
np
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment