Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
boytacean
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
boytacean
Commits
25e3341c
Verified
Commit
25e3341c
authored
2 years ago
by
João Magalhães
Browse files
Options
Downloads
Patches
Plain Diff
fix: docs issue
parent
b7d57dbd
No related branches found
No related tags found
No related merge requests found
Pipeline
#1593
passed
2 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
examples/web/react/components/display/display.css
+0
-1
0 additions, 1 deletion
examples/web/react/components/display/display.css
with
1 addition
and
2 deletions
README.md
+
1
−
1
View file @
25e3341c
...
@@ -13,7 +13,7 @@ A Game Boy emulator that is written in Rust 🦀.
...
@@ -13,7 +13,7 @@ A Game Boy emulator that is written in Rust 🦀.
*
Support for multiple MBCs: MBC1, MBC2, MBC3, and MBC5
*
Support for multiple MBCs: MBC1, MBC2, MBC3, and MBC5
*
Cool bespoke display palettes built by
[
TheWolfBunny64
](
https://www.deviantart.com/thewolfbunny
)
.
*
Cool bespoke display palettes built by
[
TheWolfBunny64
](
https://www.deviantart.com/thewolfbunny
)
.
*
Transparent RAM saving using
[
Web Storage API
](
https://developer.mozilla.org/docs/Web/API/Window/localStorage
)
*
Transparent RAM saving using
[
Web Storage API
](
https://developer.mozilla.org/docs/Web/API/Window/localStorage
)
*
GamePad support using
[
Web Gamepad API
](
h
https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API
)
*
GamePad support using
[
Web Gamepad API
](
https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API
)
*
Variable CPU clock speed
*
Variable CPU clock speed
*
Debug mode: VRAM and registers
*
Debug mode: VRAM and registers
...
...
This diff is collapsed.
Click to expand it.
examples/web/react/components/display/display.css
+
0
−
1
View file @
25e3341c
...
@@ -93,7 +93,6 @@
...
@@ -93,7 +93,6 @@
}
}
.display.fullscreen
>
.display-frame
{
.display.fullscreen
>
.display-frame
{
background-color
:
transparent
;
border
:
none
;
border
:
none
;
box-shadow
:
0px
0px
12px
rgba
(
0
,
0
,
0
,
0.24
);
box-shadow
:
0px
0px
12px
rgba
(
0
,
0
,
0
,
0.24
);
-o-box-shadow
:
0px
0px
12px
rgba
(
0
,
0
,
0
,
0.24
);
-o-box-shadow
:
0px
0px
12px
rgba
(
0
,
0
,
0
,
0.24
);
...
...
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