Merge pull request #623 from allancoding/main

Fix's text align issue
This commit is contained in:
Ethan O'Brien 2023-08-15 22:43:52 -04:00 committed by GitHub
commit 95aab4ad2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -121,6 +121,7 @@
background-size: contain; background-size: contain;
background-position: center center; background-position: center center;
background-repeat: no-repeat; background-repeat: no-repeat;
text-align: -webkit-auto;
} }
.ejs_game_background_blur:before, .ejs_game_background_blur:before,

View file

@ -3,7 +3,7 @@ class EmulatorJS {
getCore(generic) { getCore(generic) {
const core = this.config.system; const core = this.config.system;
/*todo: /*todo:
Systems: TurboGrafs-16 (pce), Wanderswan (ws), ngp, msx Systems: TurboGrafx-16 (pce), Wonderswan (ws), Neo Geo Pocket, msx
Cores: Cores:
- Beetle NeoPop - Beetle NeoPop

File diff suppressed because one or more lines are too long